MMTAICE revision 1.9
11.9Sjdolecek#	$NetBSD: MMTAICE,v 1.9 2002/01/27 13:23:21 jdolecek Exp $
21.1Sitojun#
31.1Sitojun#	GENERIC -- everything that's currently supported
41.1Sitojun#
51.1Sitojun
61.1Sitojuninclude "arch/mmeye/conf/std.mmeye"
71.1Sitojun
81.1Sitojun# Enable the hooks used for initializing the root memory-disk.
91.1Sitojun#options 	MEMORY_DISK_HOOKS
101.1Sitojun#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
111.1Sitojun#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
121.1Sitojun#options 	MINIROOTSIZE=3074	# size of memory disk, in blocks
131.1Sitojun
141.1Sitojunmaxusers	32		# estimated number of users
151.1Sitojun
161.1Sitojun# CPU support.  At least one is REQUIRED.
171.1Sitojun#options 	I386_CPU
181.1Sitojun#options 	I486_CPU
191.1Sitojun#options 	I586_CPU
201.8Slukemoptions 	SH7708		# 60MHz
211.8Slukem#options 	SH7708R		# 100MHz
221.8Slukem#options 	I686_CPU
231.8Slukemoptions 	PCLOCK=33330000		# 33.33MHz
241.8Slukemoptions 	INITTODR_ALWAYS_USE_RTC
251.1Sitojun
261.1Sitojun# CPU-related options.
271.1Sitojun#options 	MATH_EMULATE	# floating point emulation
281.1Sitojun#options 	VM86		# virtual 8086 emulation
291.1Sitojun#options 	USER_LDT	# user-settable LDT; used by WINE
301.1Sitojun# eliminate delay no-ops in I/O; recommended on all but very old machines
311.1Sitojun#options 	DUMMY_NOPS
321.1Sitojun
331.1Sitojun# Misc. i386-specific options
341.1Sitojun#options 	XSERVER		# X server support in console drivers
351.1Sitojun
361.1Sitojun# This option allows you to force a serial console at the specified
371.1Sitojun# I/O address.   see console(4) for details.
381.8Slukem#options 	CONSDEVNAME="\"com\""
391.1Sitojun
401.1Sitojun# The following options override the memory sizes passed in from the boot
411.1Sitojun# block.  Use them *only* if the boot block is unable to determine the correct
421.1Sitojun# values.  Note that the BIOS may *correctly* report less than 640k of base
431.1Sitojun# memory if the extended BIOS data area is located at the top of base memory
441.1Sitojun# (as is the case on most recent systems).
451.1Sitojun#options 	REALBASEMEM=...	# size of base memory
461.1Sitojun#options 	REALEXTMEM=...	# size of extended memory
471.1Sitojun
481.1Sitojun# Standard system options
491.1Sitojun
501.1Sitojun#options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
511.1Sitojunoptions 	INSECURE	# disable kernel security levels
521.1Sitojun
531.1Sitojunoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
541.8Slukemoptions 	HZ=10		# clock interrupt generates every 1/10 sec
551.1Sitojun				# for Debug
561.1Sitojun#options 	NTP		# NTP phase/frequency locked loop
571.1Sitojun
581.1Sitojun#options 	KTRACE		# system call tracing via ktrace(1)
591.1Sitojun
601.1Sitojunoptions 	SYSVMSG		# System V-like message queues
611.1Sitojunoptions 	SYSVSEM		# System V-like semaphores
621.1Sitojunoptions 	SYSVSHM		# System V-like memory sharing
631.1Sitojun#options 	SHMMAXPGS=1024	# 1024 pages is the default
641.1Sitojun
651.1Sitojun#options 	LKM		# loadable kernel modules
661.9Sjdolecek
671.9Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
681.1Sitojun
691.1Sitojun# Diagnostic/debugging support options
701.1Sitojun#options 	DIAGNOSTIC	# cheap kernel consistency checks
711.1Sitojun#options 	DEBUG		# expensive debugging checks/support
721.1Sitojun#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
731.1Sitojun#options 	DDB		# in-kernel debugger
741.1Sitojun#options 	KGDB		# remote debugger
751.7Slukem#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
761.1Sitojun#makeoptions	DEBUG="-g"	# compile full symbol table
771.8Slukemoptions 	SYSCALL_DEBUG
781.1Sitojun
791.1Sitojun# Compatibility options
801.1Sitojunoptions 	COMPAT_13	# NetBSD 1.3
811.1Sitojunoptions 	COMPAT_43	# and 4.3BSD
821.6Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
831.1Sitojun
841.1Sitojun# Executable format options
851.1Sitojunoptions 	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)
861.3Smsaitohoptions 	EXEC_COFF	# 32-bit COFF executables (sh-compiler)
871.1Sitojun
881.1Sitojun# File systems
891.1Sitojunfile-system 	FFS		# UFS
901.1Sitojun#file-system 	EXT2FS		# second extended file system (linux)
911.1Sitojun#file-system 	LFS		# log-structured file system
921.1Sitojunfile-system 	MFS		# memory file system
931.1Sitojunfile-system 	NFS		# Network File System client
941.1Sitojun#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
951.1Sitojun#file-system 	MSDOSFS		# MS-DOS file system
961.1Sitojunfile-system 	FDESC		# /dev/fd
971.1Sitojunfile-system 	KERNFS		# /kern
981.1Sitojunfile-system 	NULLFS		# loopback file system
991.1Sitojun#file-system 	PORTAL		# portal filesystem (still experimental)
1001.1Sitojunfile-system 	PROCFS		# /proc
1011.1Sitojunfile-system 	UMAPFS		# NULLFS + uid and gid remapping
1021.1Sitojun#file-system 	UNION		# union file system
1031.1Sitojun
1041.1Sitojun# File system options
1051.1Sitojun#options 	QUOTA		# UFS quotas
1061.1Sitojunoptions 	NFSSERVER	# Network File System server
1071.1Sitojun#options 	FIFO		# FIFOs; RECOMMENDED
1081.1Sitojun#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1091.1Sitojun				# immutable) behave as system flags.
1101.1Sitojun
1111.1Sitojun# Networking options
1121.1Sitojun#options 	GATEWAY		# packet forwarding
1131.1Sitojunoptions 	INET		# IP + ICMP + TCP + UDP
1141.1Sitojun#options 	MROUTING	# IP multicast routing
1151.1Sitojunoptions 	NS		# XNS
1161.1Sitojun#options 	NSIP		# XNS tunneling over IP
1171.1Sitojun#options 	ISO,TPIP	# OSI
1181.1Sitojun#options 	EON		# OSI tunneling over IP
1191.1Sitojun#options 	CCITT,LLC,HDLC	# X.25
1201.1Sitojun#options 	NETATALK	# AppleTalk networking protocols
1211.1Sitojun#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1221.1Sitojun#options 	PPP_DEFLATE	# Deflate compression support for PPP
1231.1Sitojun#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1241.1Sitojun#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1251.6Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1261.1Sitojun
1271.1Sitojun# These options enable verbose messages for several subsystems.
1281.1Sitojun# Warning, these may compile large string tables into the kernel!
1291.1Sitojunoptions 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
1301.1Sitojun#options 	SCSIVERBOSE	# human readable SCSI error messages
1311.1Sitojun
1321.1Sitojun# Kernel root file system and dump configuration.
1331.1Sitojun#config		netbsd	root on ? type ?
1341.1Sitojun#config		netbsd	root on sd0a type ffs
1351.1Sitojun#config		netbsd	root on ? type nfs
1361.1Sitojunconfig		netbsd	root on wd0a type ffs
1371.1Sitojun
1381.1Sitojun#
1391.1Sitojun# Device configuration
1401.1Sitojun#
1411.1Sitojun
1421.1Sitojunmainbus0 at root
1431.1Sitojun
1441.1Sitojunshb* at mainbus?
1451.1Sitojun
1461.1Sitojun#apm0	at mainbus0			# Advanced power management
1471.1Sitojun
1481.1Sitojun
1491.1Sitojun# Basic Bus Support
1501.1Sitojun
1511.1Sitojun# PCMCIA bus support
1521.1Sitojunpcmcia*	at shpcic? controller ? socket ?
1531.8Slukem#pcmcia*	at shb?
1541.1Sitojun
1551.1Sitojun# SH PCMCIA controllers
1561.5Smsaitohshpcic0	at shb? port 0xb000000a iomem 0xb8000000 iosiz 0x1000000
1571.5Smsaitohshpcic1	at shb? port 0xb000000c iomem 0xb9000000 iosiz 0x1000000
1581.1Sitojun
1591.1Sitojun
1601.1Sitojun# Console Devices
1611.1Sitojun
1621.1Sitojun# XXX
1631.1Sitojun
1641.1Sitojun
1651.1Sitojun# Serial Devices
1661.1Sitojun
1671.1Sitojuncom0 at shb? port 0xa4000000 irq 11
1681.1Sitojuncom1 at shb? port 0xa4000008 irq 12
1691.1Sitojun
1701.1Sitojun# PCMCIA serial interfaces
1711.1Sitojuncom*	at pcmcia? function ?		# Modems and serial cards
1721.1Sitojun
1731.1Sitojun
1741.1Sitojun# SCSI Controllers and Devices
1751.1Sitojun
1761.1Sitojun# PCMCIA SCSI controllers
1771.1Sitojun#aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
1781.1Sitojun
1791.1Sitojun# SCSI bus support
1801.1Sitojun#scsibus* at aic?
1811.1Sitojun
1821.1Sitojun# SCSI devices
1831.1Sitojun#sd*	at scsibus? target ? lun ?	# SCSI disk drives
1841.1Sitojun#st*	at scsibus? target ? lun ?	# SCSI tape drives
1851.1Sitojun#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1861.1Sitojun#ch*	at scsibus? target ? lun ?	# SCSI autochangers
1871.1Sitojun#ss*	at scsibus? target ? lun ?	# SCSI scanners
1881.1Sitojun#uk*	at scsibus? target ? lun ?	# SCSI unknown
1891.1Sitojun
1901.1Sitojun
1911.1Sitojun# IDE and Related Devices
1921.1Sitojun
1931.1Sitojunwdc* at pcmcia? function ?
1941.1Sitojun
1951.1Sitojun# IDE drives
1961.1Sitojunwd*	at wdc? drive ?			# the drives themselves
1971.1Sitojun
1981.1Sitojun# ATAPI bus support
1991.1Sitojun#atapibus* at wdc?
2001.1Sitojun
2011.1Sitojun# ATAPI devices
2021.1Sitojun#cd*	at atapibus? drive ?		# ATAPI CD-ROM drives
2031.1Sitojun
2041.1Sitojun
2051.1Sitojun# Miscellaneous mass storage devices
2061.1Sitojun
2071.1Sitojun
2081.1Sitojun# Network Interfaces
2091.1Sitojun
2101.1Sitojun# PCMCIA network interfaces
2111.1Sitojunep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
2121.1Sitojunne*	at pcmcia? function ?		# NE2000-compatible Ethernet
2131.1Sitojun#sm*	at pcmcia? function ?		# Megahertz Ethernet
2141.1Sitojun
2151.1Sitojun# MII/PHY support
2161.1Sitojunexphy*	at mii? phy ?			# 3Com internal PHYs
2171.1Sitojunicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
2181.1Sitojuninphy*	at mii? phy ?			# Intel 82555 PHYs
2191.1Sitojunlxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
2201.1Sitojunnsphy*	at mii? phy ?			# NS83840 PHYs
2211.1Sitojunqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
2221.1Sitojunsqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
2231.1Sitojuntlphy*	at mii? phy ?			# ThunderLAN PHYs
2241.1Sitojunukphy*	at mii? phy ?			# generic unknown PHYs
2251.1Sitojun
2261.1Sitojun
2271.1Sitojun# Pull in optional local configuration
2281.1Sitojuninclude	"arch/mmeye/conf/GENERIC.local"
2291.1Sitojun
2301.1Sitojun
2311.1Sitojun# Pseudo-Devices
2321.1Sitojun
2331.1Sitojun# disk/mass storage pseudo-devices
2341.1Sitojunpseudo-device	ccd		4	# concatenated/striped disk devices
2351.1Sitojunpseudo-device	md		1	# memory disk device (ramdisk)
2361.1Sitojunpseudo-device	vnd		4	# disk-like interface to files
2371.1Sitojun
2381.1Sitojun# network pseudo-devices
2391.1Sitojun#pseudo-device	bpfilter	8	# Berkeley packet filter
2401.1Sitojun#pseudo-device	ipfilter		# IP filter (firewall) and NAT
2411.1Sitojunpseudo-device	loop			# network loopback
2421.1Sitojunpseudo-device	ppp		2	# Point-to-Point Protocol
2431.1Sitojun#pseudo-device	sl		2	# Serial Line IP
2441.1Sitojun#pseudo-device	strip		2	# Starmode Radio IP (Metricom)
2451.1Sitojunpseudo-device	tun		2	# network tunneling over tty
2461.1Sitojun
2471.1Sitojun# miscellaneous pseudo-devices
2481.4Sjdolecekpseudo-device	pty			# pseudo-terminals
2491.1Sitojun#pseudo-device	tb		1	# tablet line discipline
2501.1Sitojun
2511.1Sitojun# rnd is EXPERIMENTAL at this point.
2521.1Sitojun#pseudo-device	rnd			# /dev/random and in-kernel generator
2531.1Sitojun#options 	RND_COM			# use "com" randomness as well (BROKEN)
254