MMEYE revision 1.3
11.3Stsubai#	$NetBSD: MMEYE,v 1.3 1999/09/14 11:20:52 tsubai 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.1Sitojunoptions 	SH7708R		# 100MHz
121.1Sitojunoptions 	MMEYE
131.1Sitojunoptions 	MMEYE_NEW_INT
141.1Sitojun#options 	MMEYE_NO_CACHE
151.1Sitojunoptions		PCLOCK=33330000		# 33.33MHz
161.1Sitojunoptions		INITTODR_ALWAYS_USE_RTC
171.1Sitojun
181.1Sitojun# Standard system options
191.1Sitojun#options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
201.1Sitojun#options 	INSECURE	# disable kernel security levels
211.1Sitojun
221.1Sitojunoptions 	HZ=50		# clock interrupt generates every 1/HZ sec
231.1Sitojun#options 	NTP		# NTP phase/frequency locked loop
241.1Sitojun
251.1Sitojunoptions 	KTRACE		# system call tracing via ktrace(1)
261.1Sitojunoptions 	PMAP_NEW	# new pmap interface
271.1Sitojun
281.1Sitojun# Diagnostic/debugging support options
291.1Sitojun#options 	DIAGNOSTIC	# cheap kernel consistency checks
301.1Sitojun#options 	DEBUG		# expensive debugging checks/support
311.1Sitojun#options 	DDB		# in-kernel debugger
321.1Sitojun#makeoptions	DEBUG="-g"	# compile full symbol table
331.1Sitojun#options 	SYSCALL_DEBUG
341.1Sitojun
351.1Sitojun# Compatibility options
361.1Sitojunoptions 	COMPAT_13	# NetBSD 1.3
371.3Stsubaioptions 	COMPAT_14	# NetBSD 1.4,
381.1Sitojunoptions 	COMPAT_43	# and 4.3BSD
391.1Sitojun
401.1Sitojun# Executable format options
411.1Sitojunoptions 	EXEC_COFF	# COFF executables
421.1Sitojunoptions 	EXEC_ELF32	# 32-bit ELF executables
431.1Sitojun
441.1Sitojun# File systems
451.1Sitojunfile-system 	FFS		# UFS
461.1Sitojunfile-system 	MFS		# memory file system
471.1Sitojunfile-system 	NFS		# Network File System client
481.1Sitojunfile-system 	PROCFS		# /proc
491.1Sitojun
501.1Sitojun# Networking options
511.1Sitojunoptions 	INET		# IP + ICMP + TCP + UDP
521.1Sitojunoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
531.1Sitojun
541.1Sitojun#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
551.1Sitojunoptions 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
561.1Sitojun
571.1Sitojun# Kernel root file system and dump configuration.
581.3Stsubai#config		netbsd	root on ? type nfs
591.3Stsubaiconfig		netbsd	root on wd0a type ffs
601.1Sitojun
611.1Sitojun#
621.1Sitojun# Device configuration
631.1Sitojun#
641.1Sitojun
651.1Sitojunmainbus0 at root
661.1Sitojun
671.1Sitojunshb*	at mainbus?
681.1Sitojun
691.1Sitojuncom0	at shb? port 0xa4000000 irq 11
701.1Sitojuncom1	at shb? port 0xa4000008 irq 12
711.1Sitojun
721.1Sitojun# SH PCMCIA controllers
731.1Sitojunshpcic0	at shb? port 0xb000000a iomem 0xb8000000 iosiz 0x1000000
741.1Sitojunshpcic1	at shb? port 0xb000000c iomem 0xb9000000 iosiz 0x1000000
751.1Sitojun
761.1Sitojun# PCMCIA bus support
771.1Sitojunpcmcia*	at shpcic? controller ? socket ?
781.1Sitojun
791.1Sitojuncom*	at pcmcia? function ?		# Modems and serial cards
801.1Sitojunwdc*	at pcmcia? function ?
811.1Sitojunwd*	at wdc? drive ?			# the drives themselves
821.1Sitojun
831.1Sitojunep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
841.1Sitojunmbe*	at pcmcia? function ?		# MB8696x based Ethernet
851.1Sitojunne*	at pcmcia? function ?		# NE2000-compatible Ethernet
861.1Sitojunsm*	at pcmcia? function ?		# Megahertz Ethernet
871.1Sitojun
881.1Sitojunpseudo-device	vnd		4	# disk-like interface to files
891.1Sitojun#pseudo-device	bpfilter	8	# Berkeley packet filter
901.1Sitojun#pseudo-device	ipfilter		# IP filter (firewall) and NAT
911.1Sitojunpseudo-device	loop			# network loopback
921.1Sitojunpseudo-device	pty		16	# pseudo-terminals
931.1Sitojun
941.1Sitojun# Enable the hooks used for initializing the root memory-disk.
951.1Sitojun#options 	MEMORY_DISK_HOOKS
961.1Sitojun#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
971.1Sitojun#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
981.1Sitojun#options 	MINIROOTSIZE=3074	# size of memory disk, in blocks
991.1Sitojun
1001.1Sitojun#pseudo-device	md		1	# memory disk device (ramdisk)
101