MMEYE revision 1.13
11.13Sgmcgarry#	$NetBSD: MMEYE,v 1.13 2002/04/12 08:11:08 gmcgarry 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.1Sitojunmaxusers	16		# estimated number of users
91.1Sitojun
101.1Sitojun# CPU support
111.10Suchoptions		SH3
121.1Sitojunoptions 	SH7708R		# 100MHz
131.1Sitojunoptions 	MMEYE
141.1Sitojunoptions 	MMEYE_NEW_INT
151.1Sitojun#options 	MMEYE_NO_CACHE
161.8Slukemoptions 	PCLOCK=33330000		# 33.33MHz
171.8Slukemoptions 	INITTODR_ALWAYS_USE_RTC
181.1Sitojun
191.1Sitojun# Standard system options
201.1Sitojun#options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
211.1Sitojun#options 	INSECURE	# disable kernel security levels
221.1Sitojun
231.1Sitojunoptions 	HZ=50		# clock interrupt generates every 1/HZ sec
241.1Sitojun#options 	NTP		# NTP phase/frequency locked loop
251.1Sitojun
261.1Sitojunoptions 	KTRACE		# system call tracing via ktrace(1)
271.9Sjdolecek
281.13Sgmcgarry#options 	USERCONF	# userconf(4) support
291.9Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
301.1Sitojun
311.1Sitojun# Diagnostic/debugging support options
321.1Sitojun#options 	DIAGNOSTIC	# cheap kernel consistency checks
331.1Sitojun#options 	DEBUG		# expensive debugging checks/support
341.1Sitojun#options 	DDB		# in-kernel debugger
351.1Sitojun#makeoptions	DEBUG="-g"	# compile full symbol table
361.1Sitojun#options 	SYSCALL_DEBUG
371.1Sitojun
381.1Sitojun# Compatibility options
391.1Sitojunoptions 	COMPAT_13	# NetBSD 1.3
401.3Stsubaioptions 	COMPAT_14	# NetBSD 1.4,
411.1Sitojunoptions 	COMPAT_43	# and 4.3BSD
421.1Sitojun
431.1Sitojun# Executable format options
441.1Sitojunoptions 	EXEC_COFF	# COFF executables
451.1Sitojunoptions 	EXEC_ELF32	# 32-bit ELF executables
461.1Sitojun
471.1Sitojun# File systems
481.1Sitojunfile-system 	FFS		# UFS
491.1Sitojunfile-system 	MFS		# memory file system
501.1Sitojunfile-system 	NFS		# Network File System client
511.1Sitojunfile-system 	PROCFS		# /proc
521.1Sitojun
531.1Sitojun# Networking options
541.1Sitojunoptions 	INET		# IP + ICMP + TCP + UDP
551.1Sitojunoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
561.1Sitojun
571.1Sitojun#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
581.6Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
591.1Sitojunoptions 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
601.1Sitojun
611.1Sitojun# Kernel root file system and dump configuration.
621.3Stsubai#config		netbsd	root on ? type nfs
631.3Stsubaiconfig		netbsd	root on wd0a type ffs
641.1Sitojun
651.1Sitojun#
661.1Sitojun# Device configuration
671.1Sitojun#
681.1Sitojun
691.1Sitojunmainbus0 at root
701.1Sitojun
711.1Sitojunshb*	at mainbus?
721.5Smsaitoh
731.5Smsaitoh# WatchDog Timer
741.5Smsaitohwdog0 at shb? port 0xffffff84
751.1Sitojun
761.1Sitojuncom0	at shb? port 0xa4000000 irq 11
771.1Sitojuncom1	at shb? port 0xa4000008 irq 12
781.1Sitojun
791.1Sitojun# SH PCMCIA controllers
801.1Sitojunshpcic0	at shb? port 0xb000000a iomem 0xb8000000 iosiz 0x1000000
811.1Sitojunshpcic1	at shb? port 0xb000000c iomem 0xb9000000 iosiz 0x1000000
821.1Sitojun
831.1Sitojun# PCMCIA bus support
841.1Sitojunpcmcia*	at shpcic? 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.1Sitojun
1011.1Sitojun# Enable the hooks used for initializing the root memory-disk.
1021.1Sitojun#options 	MEMORY_DISK_HOOKS
1031.1Sitojun#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
1041.1Sitojun#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
1051.12Slukem#options 	MEMORY_DISK_ROOT_SIZE=3074	# size of memory disk, in blocks
1061.1Sitojun
1071.1Sitojun#pseudo-device	md		1	# memory disk device (ramdisk)
108