GENERIC revision 1.24
11.24Sabs#	$NetBSD: GENERIC,v 1.24 2001/07/08 16:32:20 abs Exp $
21.1Sitojun#
31.1Sitojun#	GENERIC -- everything that's currently supported
41.1Sitojun#
51.1Sitojun
61.1Sitojuninclude "arch/mmeye/conf/std.mmeye"
71.7Shubertf
81.24Sabs#ident 		"GENERIC-$Revision: 1.24 $"
91.1Sitojun
101.1Sitojunmaxusers	16		# estimated number of users
111.1Sitojun
121.1Sitojun# CPU support
131.1Sitojunoptions 	SH7708R		# 100MHz
141.1Sitojunoptions 	MMEYE
151.1Sitojunoptions 	MMEYE_NEW_INT
161.1Sitojun#options 	MMEYE_NO_CACHE
171.1Sitojunoptions		PCLOCK=33330000		# 33.33MHz
181.1Sitojunoptions		INITTODR_ALWAYS_USE_RTC
191.1Sitojun
201.1Sitojun# Standard system options
211.1Sitojun#options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
221.1Sitojun#options 	INSECURE	# disable kernel security levels
231.1Sitojun
241.1Sitojunoptions 	HZ=50		# clock interrupt generates every 1/HZ sec
251.1Sitojunoptions 	NTP		# NTP phase/frequency locked loop
261.1Sitojunoptions 	KTRACE		# system call tracing via ktrace(1)
271.1Sitojun
281.1Sitojunoptions 	SYSVMSG		# System V-like message queues
291.1Sitojunoptions 	SYSVSEM		# System V-like semaphores
301.23Sdarcy#options	SEMMNI=10	# number of semaphore identifiers
311.23Sdarcy#options	SEMMNS=60	# number of semaphores in system
321.23Sdarcy#options	SEMUME=10	# max number of undo entries per process
331.23Sdarcy#options	SEMMNU=30	# number of undo structures in system
341.1Sitojunoptions 	SYSVSHM		# System V-like memory sharing
351.1Sitojun#options 	SHMMAXPGS=1024	# 1024 pages is the default
361.1Sitojun
371.1Sitojun#options 	LKM		# loadable kernel modules
381.1Sitojun
391.1Sitojun# Diagnostic/debugging support options
401.1Sitojun#options 	DIAGNOSTIC	# cheap kernel consistency checks
411.1Sitojun#options 	DEBUG		# expensive debugging checks/support
421.1Sitojun#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
431.1Sitojun#options 	DDB		# in-kernel debugger
441.1Sitojun#options 	SYSCALL_DEBUG
451.1Sitojun#makeoptions	DEBUG="-g"	# compile full symbol table
461.1Sitojun
471.1Sitojun# Compatibility options
481.1Sitojunoptions 	COMPAT_13	# NetBSD 1.3
491.3Stsubaioptions 	COMPAT_14	# NetBSD 1.4,
501.1Sitojunoptions 	COMPAT_43	# and 4.3BSD
511.24Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
521.1Sitojun
531.1Sitojun# Executable format options
541.1Sitojunoptions 	EXEC_COFF	# COFF executables
551.1Sitojunoptions 	EXEC_ELF32	# 32-bit ELF executables
561.1Sitojun
571.1Sitojun# File systems
581.1Sitojunfile-system 	FFS		# UFS
591.1Sitojunfile-system 	EXT2FS		# second extended file system (linux)
601.1Sitojunfile-system 	LFS		# log-structured file system
611.1Sitojunfile-system 	MFS		# memory file system
621.1Sitojunfile-system 	NFS		# Network File System client
631.1Sitojunfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
641.1Sitojunfile-system 	MSDOSFS		# MS-DOS file system
651.1Sitojunfile-system 	FDESC		# /dev/fd
661.1Sitojunfile-system 	KERNFS		# /kern
671.1Sitojunfile-system 	NULLFS		# loopback file system
681.6Swrstudenfile-system 	OVERLAY		# overlay file system
691.1Sitojunfile-system 	PORTAL		# portal filesystem (still experimental)
701.1Sitojunfile-system 	PROCFS		# /proc
711.1Sitojunfile-system 	UMAPFS		# NULLFS + uid and gid remapping
721.1Sitojunfile-system 	UNION		# union file system
731.1Sitojunfile-system	CODA		# Coda File System; also needs vcoda (below)
741.1Sitojun
751.1Sitojun# File system options
761.1Sitojun#options 	QUOTA		# UFS quotas
771.1Sitojun#options 	FFS_EI		# FFS Endian Independant support
781.15Sfvdloptions 	SOFTDEP         # FFS soft updates support.
791.1Sitojunoptions 	NFSSERVER	# Network File System server
801.1Sitojun#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
811.1Sitojun				# immutable) behave as system flags.
821.5Sitojun
831.1Sitojun# Networking options
841.1Sitojun#options 	GATEWAY		# packet forwarding
851.1Sitojunoptions 	INET		# IP + ICMP + TCP + UDP
861.5Sitojunoptions 	INET6		# IPV6
871.5Sitojun#options 	IPSEC		# IP security
881.5Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
891.5Sitojun#options 	IPSEC_DEBUG	# debug for IP security
901.1Sitojun#options 	MROUTING	# IP multicast routing
911.1Sitojun#options 	NS		# XNS
921.1Sitojun#options 	NSIP		# XNS tunneling over IP
931.1Sitojun#options 	ISO,TPIP	# OSI
941.1Sitojun#options 	EON		# OSI tunneling over IP
951.1Sitojun#options 	CCITT,LLC,HDLC	# X.25
961.1Sitojun#options 	NETATALK	# AppleTalk networking protocols
971.1Sitojun#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
981.1Sitojun#options 	PPP_DEFLATE	# Deflate compression support for PPP
991.1Sitojun#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1001.1Sitojun#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1011.1Sitojun#options 	IPFILTER_LOG	# ipmon(8) log support
1021.24Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1031.1Sitojun
1041.1Sitojunoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
1051.1Sitojun
1061.1Sitojun# These options enable verbose messages for several subsystems.
1071.1Sitojun# Warning, these may compile large string tables into the kernel!
1081.1Sitojun#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
1091.12Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1101.1Sitojunoptions 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
1111.1Sitojunoptions 	SCSIVERBOSE	# human readable SCSI error messages
1121.1Sitojun#options 	USBVERBOSE	# verbose USB device autoconfig messages
1131.1Sitojun
1141.1Sitojun# Kernel root file system and dump configuration.
1151.1Sitojunconfig		netbsd	root on ? type ?
1161.1Sitojun
1171.1Sitojun#
1181.1Sitojun# Device configuration
1191.1Sitojun#
1201.1Sitojun
1211.1Sitojunmainbus0 at root
1221.1Sitojun
1231.1Sitojunshb*	at mainbus?
1241.9Smsaitoh
1251.9Smsaitoh# WatchDog Timer
1261.22Sitojun#wdog0 at shb? port 0xffffff84
1271.1Sitojun
1281.1Sitojuncom0	at shb? port 0xa4000000 irq 11
1291.1Sitojuncom1	at shb? port 0xa4000008 irq 12
1301.1Sitojun
1311.1Sitojun# SH PCMCIA controllers
1321.20Smsaitohshpcic0	at shb? port 0xb000000a iomem 0xb8000000 iosiz 0x1000000
1331.20Smsaitohshpcic1	at shb? port 0xb000000c iomem 0xb9000000 iosiz 0x1000000
1341.1Sitojun
1351.1Sitojun# PCMCIA bus support
1361.1Sitojunpcmcia*	at shpcic? controller ? socket ?
1371.1Sitojun
1381.1Sitojuncom*	at pcmcia? function ?		# Modems and serial cards
1391.1Sitojunwdc*	at pcmcia? function ?
1401.1Sitojunwd*	at wdc? drive ?			# the drives themselves
1411.1Sitojun
1421.1Sitojunep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
1431.1Sitojunmbe*	at pcmcia? function ?		# MB8696x based Ethernet
1441.1Sitojunne*	at pcmcia? function ?		# NE2000-compatible Ethernet
1451.1Sitojunsm*	at pcmcia? function ?		# Megahertz Ethernet
1461.1Sitojun
1471.1Sitojun# Pseudo-Devices
1481.1Sitojun
1491.1Sitojunpseudo-device	ccd		4	# concatenated/striped disk devices
1501.1Sitojun#pseudo-device	raid		4	# RAIDframe disk driver
1511.11Ssimonb#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1521.1Sitojunpseudo-device	vnd		4	# disk-like interface to files
1531.1Sitojunpseudo-device	bpfilter	8	# Berkeley packet filter
1541.1Sitojunpseudo-device	ipfilter		# IP filter (firewall) and NAT
1551.1Sitojunpseudo-device	loop			# network loopback
1561.1Sitojunpseudo-device	ppp		2	# Point-to-Point Protocol
1571.1Sitojunpseudo-device	sl		2	# Serial Line IP
1581.1Sitojunpseudo-device	strip		2	# Starmode Radio IP (Metricom)
1591.1Sitojunpseudo-device	tun		2	# network tunneling over tty
1601.1Sitojunpseudo-device	gre		2	# generic L3 over IP tunnel
1611.1Sitojunpseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
1621.5Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1631.5Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1641.13Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
1651.21Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
1661.19Sjdolecekpseudo-device	pty			# pseudo-terminals
1671.1Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
1681.1Sitojunpseudo-device	vcoda		4	# coda minicache <-> venus comm.
1691.1Sitojun#pseudo-device	md		1	# memory disk device (ramdisk)
1701.1Sitojun
1711.1Sitojun# Enable the hooks used for initializing the root memory-disk.
1721.1Sitojun#options 	MEMORY_DISK_HOOKS
1731.1Sitojun#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
1741.1Sitojun#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
1751.1Sitojun#options 	MINIROOTSIZE=3074	# size of memory disk, in blocks
176