GENERIC revision 1.33
11.33Stsutsui# $NetBSD: GENERIC,v 1.33 2003/03/02 04:42:40 tsutsui Exp $
21.1Smarcus#
31.14Sgmcgarry# GENERIC machine description file
41.14Sgmcgarry# 
51.14Sgmcgarry# This machine description file is used to generate the default NetBSD
61.14Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.14Sgmcgarry# and device drivers, but should be useful for most applications.
81.1Smarcus#
91.14Sgmcgarry# The machine description file can be customised for your specific
101.14Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.14Sgmcgarry#
121.14Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.14Sgmcgarry# man page.
141.14Sgmcgarry#
151.14Sgmcgarry# For further information on hardware support for this architecture, see
161.14Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.14Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.14Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.14Sgmcgarry# device.
201.1Smarcus
211.14Sgmcgarryinclude 	"arch/dreamcast/conf/std.dreamcast"
221.23Satatat
231.23Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.1Smarcus
251.20Suchmaxusers	16		# estimated number of users
261.20Such
271.1Smarcus# Standard system options
281.1Smarcus#options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
291.1Smarcus#options 	INSECURE	# disable kernel security levels
301.1Smarcus
311.13Slukem#options 	RTC_OFFSET=-540
321.8Smarcusoptions 	HZ=100		# clock interrupt generates every 1/HZ sec
331.28Stsutsuioptions 	NTP		# NTP phase/frequency locked loop
341.1Smarcus
351.28Stsutsuioptions 	KTRACE		# system call tracing via ktrace(1)
361.28Stsutsuioptions 	SYSTRACE	# system call vetting via sistrace(1)
371.16Sjdolecek
381.26Slukemoptions 	USERCONF	# userconf(4) support
391.29Sitohy#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
401.1Smarcus
411.28Stsutsuioptions 	SYSVMSG		# System V-like message queues
421.28Stsutsuioptions 	SYSVSEM		# System V-like semaphores
431.13Slukem#options 	SEMMNI=10	# number of semaphore identifiers
441.13Slukem#options 	SEMMNS=60	# number of semaphores in system
451.13Slukem#options 	SEMUME=10	# max number of undo entries per process
461.13Slukem#options 	SEMMNU=30	# number of undo structures in system
471.28Stsutsuioptions 	SYSVSHM		# System V-like memory sharing
481.1Smarcus#options 	SHMMAXPGS=1024	# 1024 pages is the default
491.1Smarcus
501.1Smarcus# Diagnostic/debugging support options
511.28Stsutsuioptions 	DIAGNOSTIC	# cheap kernel consistency checks
521.1Smarcus#options 	DEBUG		# expensive debugging checks/support
531.28Stsutsui#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
541.28Stsutsuioptions 	DDB		# in-kernel debugger
551.18Such#options 	KGDB			# remote debugger
561.18Such#options 	"KGDB_DEVNAME=\"scif\"",KGDB_DEVRATE=57600
571.1Smarcus#makeoptions	DEBUG="-g"	# compile full symbol table
581.33Stsutsuioptions 	SYMTAB_SPACE=192000
591.1Smarcus#options 	SYSCALL_DEBUG
601.1Smarcus#options 	UVMHIST
611.13Slukem#options 	UVMHIST_PRINT
621.1Smarcus
631.1Smarcus# Compatibility options
641.1Smarcusoptions 	COMPAT_43	# and 4.3BSD
651.28Stsutsui#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
661.1Smarcus
671.1Smarcus# Executable format options
681.1Smarcusoptions 	EXEC_COFF	# COFF executables
691.1Smarcusoptions 	EXEC_ELF32	# 32-bit ELF executables
701.1Smarcus
711.1Smarcus# File systems
721.1Smarcusfile-system 	FFS		# UFS
731.28Stsutsui#file-system	EXT2FS		# second extended file system (linux)
741.28Stsutsui#file-system	LFS		# log-structured file system
751.1Smarcusfile-system 	MFS		# memory file system
761.6Sthorpejfile-system 	NFS		# Network File System client
771.28Stsutsuifile-system	CD9660		# CD-ROM file system
781.28Stsutsui#file-system	MSDOSFS		# MS-DOS file system
791.28Stsutsuifile-system	FDESC		# /dev/fd
801.28Stsutsuifile-system 	KERNFS		# /kern
811.1Smarcusfile-system 	PROCFS		# /proc
821.1Smarcus#file-system 	NULLFS		# loopback file system
831.28Stsutsui#file-system	OVERLAY		# overlay file system
841.28Stsutsui#file-system	PORTAL		# portal file system (still experimental)
851.1Smarcus#file-system 	UMAPFS		# NULLFS + uid and gid remapping
861.28Stsutsui#file-system	UNION		# union file system
871.1Smarcus
881.1Smarcus# File system options
891.1Smarcus#options 	QUOTA		# UFS quotas
901.28Stsutsui#options 	FFS_EI		# FFS Endian Independent supoprt
911.28Stsutsui#options 	SOFTDEP		# FFS soft updates support
921.1Smarcus#options 	NFSSERVER	# Network File System server
931.28Stsutsui#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
941.28Stsutsui				# immutable) behave as system flags.
951.1Smarcus
961.1Smarcus# Networking options
971.1Smarcusoptions 	INET		# IP + ICMP + TCP + UDP
981.28Stsutsuioptions 	INET6		# IPV6
991.28Stsutsui#options 	IPSEC		# IP security
1001.28Stsutsui#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1011.28Stsutsui#options 	IPSEC_DEBUG	# debug for IP security
1021.28Stsutsui#options 	MROUTING	# IP multicast routing
1031.28Stsutsui#options 	NS		# XNS
1041.28Stsutsui#options 	NSIP		# XNS tunneling over IP
1051.28Stsutsui#options 	ISO,TPIP	# OSI
1061.28Stsutsui#options 	EON		# OSI tunneling over IP
1071.28Stsutsui#options 	CCITT,LLC, HDLC	# X.25
1081.28Stsutsui#options 	NETATALK	# AppleTalk networking protocols
1091.28Stsutsui#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1101.28Stsutsui#options 	PPP_DEFLATE	# Deflrate compression support for PPP
1111.28Stsutsui#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1121.28Stsutsui#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1131.28Stsutsui#options 	IPFILTER_LOG	# ipmon(8) log support
1141.28Stsutsui#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1151.28Stsutsui#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1161.1Smarcus
1171.1Smarcus#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
1181.28Stsutsui#options 	MIIVERBOSE	# verbose PHY autoconfig messages
1191.1Smarcus#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1201.1Smarcus
1211.28Stsutsuioptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
1221.28Stsutsui
1231.28Stsutsui# wscons options
1241.28Stsutsuioptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1251.28Stsutsuioptions 	FONT_BOLD8x16
1261.28Stsutsui#options 	FONT_SONY8x16
1271.28Stsutsui
1281.1Smarcus# Kernel root file system and dump configuration.
1291.1Smarcus#config		netbsd	root on ? type nfs
1301.1Smarcus#config		netbsd	root on wd0a type ffs
1311.6Sthorpejconfig		netbsd	root on ? type ?
1321.1Smarcus
1331.1Smarcus#
1341.1Smarcus# Device configuration
1351.1Smarcus#
1361.1Smarcus
1371.1Smarcusmainbus0 at root
1381.1Smarcus
1391.20Suchcpu*		at mainbus?
1401.20Suchshb*		at mainbus?
1411.1Smarcus
1421.1Smarcus# Serial Devices
1431.28Stsutsui#options 	SCIFCONSOLE
1441.13Slukemoptions 	SCIFCN_SPEED=57600
1451.20Suchscif0		at shb?
1461.3Smarcus
1471.6Sthorpejpvr0		at shb?
1481.13Slukemwsdisplay*	at pvr? console ?
1491.3Smarcus
1501.6Sthorpejmaple0		at shb?
1511.29Sitohy
1521.6Sthorpejmkbd*		at maple? port ? subunit ?
1531.29Sitohywskbd*		at mkbd? mux 1 console ?
1541.29Sitohy
1551.29Sitohymms*		at maple? port ? subunit ?
1561.29Sitohywsmouse*	at mms? mux 0
1571.29Sitohy
1581.29Sitohymmem*		at maple? port ? subunit ?
1591.29Sitohymlcd*		at maple? port ? subunit ?
1601.6Sthorpej
1611.6Sthorpejgdrom0		at shb?
1621.6Sthorpej
1631.6Sthorpejg2bus0		at shb?
1641.6Sthorpejgapspci*	at g2bus?			# GAPS PCI bridge
1651.6Sthorpejpci*		at gapspci?
1661.6Sthorpejrtk*		at pci? dev ? function ?	# SEGA Broadband Adapter
1671.6Sthorpejukphy*		at mii? phy ?
1681.30Stsutsui
1691.30Stsutsuimbe*		at g2bus?			# SEGA LAN Adapter
1701.1Smarcus
1711.28Stsutsui#pseudo-device	cgd		2	# cryptographic disk devices
1721.28Stsutsuipseudo-device	md		1	# memory disk device (ramdisk)
1731.28Stsutsuipseudo-device	vnd		2	# disk-like interface to files
1741.28Stsutsui
1751.28Stsutsui# network pseudo-devices
1761.28Stsutsuipseudo-device	bpfilter	4	# Berkeley packet filter
1771.1Smarcus#pseudo-device	ipfilter		# IP filter (firewall) and NAT
1781.1Smarcuspseudo-device	loop			# network loopback
1791.28Stsutsui#pseudo-device	ppp		1	# Point-to-Point Protocol
1801.28Stsutsui#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1811.28Stsutsui#pseudo-device	sl		1	# Serial Line IP
1821.28Stsutsui#pseudo-device	tun		1	# network tunneling over tty
1831.28Stsutsui#pseudo-device	gre		1	# generic L3 over IP tunnel
1841.28Stsutsui#pseudo-device	gif		1	# IPv[46] over IPv[46] tunnel (RFC1933)
1851.28Stsutsui#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1861.28Stsutsui#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
1871.28Stsutsui#pseudo-device	vlan			# IEEE 802.1q encapsulation
1881.28Stsutsui#pseudo-device	bridge			# simple inter-network bridging
1891.32Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
1901.28Stsutsui
1911.28Stsutsui# miscellaneous pseudo-devices
1921.1Smarcuspseudo-device	pty			# pseudo-terminals
1931.9Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
1941.25Slukempseudo-device	clockctl		# user control of clock subsystem
1951.29Sitohypseudo-device	wsmux			# mouse & keyboard multiplexor
196