MMEYE revision 1.19
11.19Slukem#	$NetBSD: MMEYE,v 1.19 2002/09/18 02:44:03 lukem Exp $
21.1Sitojun#
31.1Sitojun#	GENERIC -- everything that's currently supported
41.1Sitojun#
51.1Sitojun
61.1Sitojuninclude "arch/mmeye/conf/std.mmeye"
71.14Satatat
81.14Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
91.1Sitojun
101.1Sitojunmaxusers	16		# estimated number of users
111.1Sitojun
121.1Sitojun# CPU support
131.10Suchoptions		SH3
141.1Sitojunoptions 	SH7708R		# 100MHz
151.1Sitojunoptions 	MMEYE
161.1Sitojunoptions 	MMEYE_NEW_INT
171.1Sitojun#options 	MMEYE_NO_CACHE
181.8Slukemoptions 	PCLOCK=33330000		# 33.33MHz
191.8Slukemoptions 	INITTODR_ALWAYS_USE_RTC
201.1Sitojun
211.1Sitojun# Standard system options
221.1Sitojun#options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
231.1Sitojun#options 	INSECURE	# disable kernel security levels
241.1Sitojun
251.1Sitojunoptions 	HZ=50		# clock interrupt generates every 1/HZ sec
261.1Sitojun#options 	NTP		# NTP phase/frequency locked loop
271.1Sitojun
281.1Sitojunoptions 	KTRACE		# system call tracing via ktrace(1)
291.9Sjdolecek
301.19Slukemoptions 	USERCONF	# userconf(4) support
311.9Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
321.1Sitojun
331.1Sitojun# Diagnostic/debugging support options
341.1Sitojun#options 	DIAGNOSTIC	# cheap kernel consistency checks
351.1Sitojun#options 	DEBUG		# expensive debugging checks/support
361.1Sitojun#options 	DDB		# in-kernel debugger
371.1Sitojun#makeoptions	DEBUG="-g"	# compile full symbol table
381.1Sitojun#options 	SYSCALL_DEBUG
391.1Sitojun
401.1Sitojun# Compatibility options
411.3Stsubaioptions 	COMPAT_14	# NetBSD 1.4,
421.1Sitojunoptions 	COMPAT_43	# and 4.3BSD
431.18Stsutsuioptions 	BSDDISKLABEL_EI	# endian independent disklabel support
441.18Stsutsuioptions 	COMPAT_MMEYE_OLDLABEL	# old mmeye's disklabel support
451.1Sitojun
461.1Sitojun# Executable format options
471.1Sitojunoptions 	EXEC_COFF	# COFF executables
481.1Sitojunoptions 	EXEC_ELF32	# 32-bit ELF executables
491.1Sitojun
501.1Sitojun# File systems
511.1Sitojunfile-system 	FFS		# UFS
521.1Sitojunfile-system 	MFS		# memory file system
531.1Sitojunfile-system 	NFS		# Network File System client
541.1Sitojunfile-system 	PROCFS		# /proc
551.1Sitojun
561.1Sitojun# Networking options
571.1Sitojunoptions 	INET		# IP + ICMP + TCP + UDP
581.1Sitojunoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
591.1Sitojun
601.1Sitojun#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
611.6Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
621.1Sitojunoptions 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
631.1Sitojun
641.1Sitojun# Kernel root file system and dump configuration.
651.3Stsubai#config		netbsd	root on ? type nfs
661.3Stsubaiconfig		netbsd	root on wd0a type ffs
671.1Sitojun
681.1Sitojun#
691.1Sitojun# Device configuration
701.1Sitojun#
711.1Sitojun
721.1Sitojunmainbus0 at root
731.1Sitojun
741.1Sitojunshb*	at mainbus?
751.5Smsaitoh
761.17Sjdolecekcom0	at mainbus?
771.17Sjdolecekcom1	at mainbus?
781.1Sitojun
791.1Sitojun# SH PCMCIA controllers
801.17Sjdolecekmmeyepcmcia0	at mainbus?
811.17Sjdolecekmmeyepcmcia1	at mainbus?
821.1Sitojun
831.1Sitojun# PCMCIA bus support
841.17Sjdolecekpcmcia*	at mmeyepcmcia? controller ? socket ?
851.1Sitojun
861.1Sitojuncom*	at pcmcia? function ?		# Modems and serial cards
871.1Sitojunwdc*	at pcmcia? function ?
881.1Sitojunwd*	at wdc? drive ?			# the drives themselves
891.1Sitojun
901.1Sitojunep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
911.1Sitojunmbe*	at pcmcia? function ?		# MB8696x based Ethernet
921.1Sitojunne*	at pcmcia? function ?		# NE2000-compatible Ethernet
931.1Sitojunsm*	at pcmcia? function ?		# Megahertz Ethernet
941.1Sitojun
951.1Sitojunpseudo-device	vnd		4	# disk-like interface to files
961.1Sitojun#pseudo-device	bpfilter	8	# Berkeley packet filter
971.1Sitojun#pseudo-device	ipfilter		# IP filter (firewall) and NAT
981.1Sitojunpseudo-device	loop			# network loopback
991.7Sjdolecekpseudo-device	pty			# pseudo-terminals
1001.15Slukempseudo-device	clockctl		# user control of clock subsystem
1011.1Sitojun
1021.1Sitojun# Enable the hooks used for initializing the root memory-disk.
1031.1Sitojun#options 	MEMORY_DISK_HOOKS
1041.1Sitojun#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
1051.1Sitojun#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
1061.12Slukem#options 	MEMORY_DISK_ROOT_SIZE=3074	# size of memory disk, in blocks
1071.1Sitojun
1081.1Sitojun#pseudo-device	md		1	# memory disk device (ramdisk)
109