GENERIC revision 1.3
11.3Stsubai#	$NetBSD: GENERIC,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.1Sitojunoptions 	NTP		# NTP phase/frequency locked loop
241.1Sitojunoptions 	KTRACE		# system call tracing via ktrace(1)
251.1Sitojun
261.1Sitojun#options 	PMAP_NEW	# new pmap interface
271.1Sitojun
281.1Sitojunoptions 	SYSVMSG		# System V-like message queues
291.1Sitojunoptions 	SYSVSEM		# System V-like semaphores
301.1Sitojunoptions 	SYSVSHM		# System V-like memory sharing
311.1Sitojun#options 	SHMMAXPGS=1024	# 1024 pages is the default
321.1Sitojun
331.1Sitojun#options 	LKM		# loadable kernel modules
341.1Sitojun
351.1Sitojun# Diagnostic/debugging support options
361.1Sitojun#options 	DIAGNOSTIC	# cheap kernel consistency checks
371.1Sitojun#options 	DEBUG		# expensive debugging checks/support
381.1Sitojun#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
391.1Sitojun#options 	DDB		# in-kernel debugger
401.1Sitojun#options 	SYSCALL_DEBUG
411.1Sitojun#makeoptions	DEBUG="-g"	# compile full symbol table
421.1Sitojun
431.1Sitojun# Compatibility options
441.1Sitojunoptions 	COMPAT_13	# NetBSD 1.3
451.3Stsubaioptions 	COMPAT_14	# NetBSD 1.4,
461.1Sitojunoptions 	COMPAT_43	# and 4.3BSD
471.1Sitojun
481.1Sitojun# Executable format options
491.1Sitojunoptions 	EXEC_COFF	# COFF executables
501.1Sitojunoptions 	EXEC_ELF32	# 32-bit ELF executables
511.1Sitojun
521.1Sitojun# File systems
531.1Sitojunfile-system 	FFS		# UFS
541.1Sitojunfile-system 	EXT2FS		# second extended file system (linux)
551.1Sitojunfile-system 	LFS		# log-structured file system
561.1Sitojunfile-system 	MFS		# memory file system
571.1Sitojunfile-system 	NFS		# Network File System client
581.1Sitojunfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
591.1Sitojunfile-system 	MSDOSFS		# MS-DOS file system
601.1Sitojunfile-system 	FDESC		# /dev/fd
611.1Sitojunfile-system 	KERNFS		# /kern
621.1Sitojunfile-system 	NULLFS		# loopback file system
631.1Sitojunfile-system 	PORTAL		# portal filesystem (still experimental)
641.1Sitojunfile-system 	PROCFS		# /proc
651.1Sitojunfile-system 	UMAPFS		# NULLFS + uid and gid remapping
661.1Sitojunfile-system 	UNION		# union file system
671.1Sitojunfile-system	CODA		# Coda File System; also needs vcoda (below)
681.1Sitojun
691.1Sitojun# File system options
701.1Sitojun#options 	QUOTA		# UFS quotas
711.1Sitojun#options 	FFS_EI		# FFS Endian Independant support
721.1Sitojunoptions 	NFSSERVER	# Network File System server
731.1Sitojun#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
741.1Sitojun				# immutable) behave as system flags.
751.1Sitojun# Networking options
761.1Sitojun#options 	GATEWAY		# packet forwarding
771.1Sitojunoptions 	INET		# IP + ICMP + TCP + UDP
781.1Sitojun#options 	MROUTING	# IP multicast routing
791.1Sitojun#options 	NS		# XNS
801.1Sitojun#options 	NSIP		# XNS tunneling over IP
811.1Sitojun#options 	ISO,TPIP	# OSI
821.1Sitojun#options 	EON		# OSI tunneling over IP
831.1Sitojun#options 	CCITT,LLC,HDLC	# X.25
841.1Sitojun#options 	NETATALK	# AppleTalk networking protocols
851.1Sitojun#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
861.1Sitojun#options 	PPP_DEFLATE	# Deflate compression support for PPP
871.1Sitojun#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
881.1Sitojun#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
891.1Sitojun#options 	IPFILTER_LOG	# ipmon(8) log support
901.1Sitojun
911.1Sitojunoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
921.1Sitojun
931.1Sitojun# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
941.1Sitojun#options 	TCP_COMPAT_42
951.1Sitojun
961.1Sitojun# These options enable verbose messages for several subsystems.
971.1Sitojun# Warning, these may compile large string tables into the kernel!
981.1Sitojun#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
991.1Sitojunoptions 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
1001.1Sitojunoptions 	SCSIVERBOSE	# human readable SCSI error messages
1011.1Sitojun#options 	USBVERBOSE	# verbose USB device autoconfig messages
1021.1Sitojun
1031.1Sitojun# Kernel root file system and dump configuration.
1041.1Sitojunconfig		netbsd	root on ? type ?
1051.1Sitojun
1061.1Sitojun#
1071.1Sitojun# Device configuration
1081.1Sitojun#
1091.1Sitojun
1101.1Sitojunmainbus0 at root
1111.1Sitojun
1121.1Sitojunshb*	at mainbus?
1131.1Sitojun
1141.1Sitojuncom0	at shb? port 0xa4000000 irq 11
1151.1Sitojuncom1	at shb? port 0xa4000008 irq 12
1161.1Sitojun
1171.1Sitojun# SH PCMCIA controllers
1181.1Sitojunshpcic0	at shb? port 0xb000000a iomem 0xb8000000 iosiz 0x4000000
1191.1Sitojunshpcic1	at shb? port 0xb000000c iomem 0xb9000000 iosiz 0x4000000
1201.1Sitojun
1211.1Sitojun# PCMCIA bus support
1221.1Sitojunpcmcia*	at shpcic? controller ? socket ?
1231.1Sitojun
1241.1Sitojuncom*	at pcmcia? function ?		# Modems and serial cards
1251.1Sitojunwdc*	at pcmcia? function ?
1261.1Sitojunwd*	at wdc? drive ?			# the drives themselves
1271.1Sitojun
1281.1Sitojunep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
1291.1Sitojunmbe*	at pcmcia? function ?		# MB8696x based Ethernet
1301.1Sitojunne*	at pcmcia? function ?		# NE2000-compatible Ethernet
1311.1Sitojunsm*	at pcmcia? function ?		# Megahertz Ethernet
1321.1Sitojun
1331.1Sitojun# Pseudo-Devices
1341.1Sitojun
1351.1Sitojunpseudo-device	ccd		4	# concatenated/striped disk devices
1361.1Sitojun#pseudo-device	raid		4	# RAIDframe disk driver
1371.1Sitojunpseudo-device	vnd		4	# disk-like interface to files
1381.1Sitojunpseudo-device	bpfilter	8	# Berkeley packet filter
1391.1Sitojunpseudo-device	ipfilter		# IP filter (firewall) and NAT
1401.1Sitojunpseudo-device	loop			# network loopback
1411.1Sitojunpseudo-device	ppp		2	# Point-to-Point Protocol
1421.1Sitojunpseudo-device	sl		2	# Serial Line IP
1431.1Sitojunpseudo-device	strip		2	# Starmode Radio IP (Metricom)
1441.1Sitojunpseudo-device	tun		2	# network tunneling over tty
1451.1Sitojunpseudo-device	gre		2	# generic L3 over IP tunnel
1461.1Sitojunpseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
1471.1Sitojunpseudo-device	pty		16	# pseudo-terminals
1481.1Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
1491.1Sitojunpseudo-device	vcoda		4	# coda minicache <-> venus comm.
1501.1Sitojun#pseudo-device	md		1	# memory disk device (ramdisk)
1511.1Sitojun
1521.1Sitojun# Enable the hooks used for initializing the root memory-disk.
1531.1Sitojun#options 	MEMORY_DISK_HOOKS
1541.1Sitojun#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
1551.1Sitojun#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
1561.1Sitojun#options 	MINIROOTSIZE=3074	# size of memory disk, in blocks
157