GENERIC revision 1.77
11.77Shannken# $NetBSD: GENERIC,v 1.77 2005/01/31 16:54:33 hannken Exp $
21.1Ssakamoto#
31.48Sgmcgarry# GENERIC machine description file
41.48Sgmcgarry# 
51.48Sgmcgarry# This machine description file is used to generate the default NetBSD
61.48Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.48Sgmcgarry# and device drivers, but should be useful for most applications.
81.1Ssakamoto#
91.48Sgmcgarry# The machine description file can be customised for your specific
101.48Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.48Sgmcgarry#
121.48Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.48Sgmcgarry# man page.
141.48Sgmcgarry#
151.48Sgmcgarry# For further information on hardware support for this architecture, see
161.48Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.48Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.48Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.48Sgmcgarry# device.
201.1Ssakamoto
211.48Sgmcgarryinclude 	"arch/bebox/conf/std.bebox"
221.23Shubertf
231.55Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.55Satatat
251.77Shannken#ident 		"GENERIC-$Revision: 1.77 $"
261.1Ssakamoto
271.1Ssakamotomaxusers	32
281.1Ssakamoto
291.5Ssakamoto#options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
301.5Ssakamoto#options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
311.1Ssakamoto# HMAC key to be used for debugging sessions
321.5Ssakamoto#options 	IPKDBKEY="\"HMAC pass phrase text\""
331.5Ssakamoto#options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
341.1Ssakamotomakeoptions	DEBUG="-g"
351.1Ssakamoto
361.1Ssakamotooptions 	DEBUG
371.1Ssakamotooptions 	DIAGNOSTIC
381.1Ssakamotooptions 	TRAP_PANICWAIT
391.1Ssakamotooptions 	DDB
401.2Slukem#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
411.2Slukemoptions 	KTRACE
421.58Sprovosoptions 	SYSTRACE		# system call vetting via systrace(1)
431.57Slukemoptions 	USERCONF		# userconf(4) support
441.53Sgmcgarry#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
451.74Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
461.60Sjunyoung
471.61Swiz# Enable experimental buffer queue strategy for better responsiveness under 
481.60Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
491.60Sjunyoung#options 	NEW_BUFQ_STRATEGY
501.1Ssakamoto
511.40Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
521.2Slukemoptions 	COMPAT_43
531.2Slukemoptions 	COMPAT_09
541.2Slukemoptions 	COMPAT_10
551.2Slukemoptions 	COMPAT_12
561.3Skleinkoptions 	COMPAT_13
571.18Saugustssoptions 	COMPAT_14
581.10Ssakamotooptions 	COMPAT_386BSD_MBRPART	# recognize old partition ID
591.46Slukem#options 	COMPAT_LINUX		# Linux binary compatibility
601.75Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
611.1Ssakamoto
621.1Ssakamotofile-system 	FFS
631.1Ssakamotofile-system 	MFS
641.1Ssakamotofile-system 	NFS
651.1Ssakamotofile-system 	CD9660
661.1Ssakamotofile-system 	MSDOSFS
671.1Ssakamotofile-system 	FDESC
681.1Ssakamotofile-system 	KERNFS
691.1Ssakamotofile-system 	NULLFS
701.22Swrstudenfile-system 	OVERLAY
711.1Ssakamotofile-system 	PORTAL
721.1Ssakamotofile-system 	PROCFS
731.1Ssakamotofile-system 	UMAPFS
741.1Ssakamotofile-system 	UNION
751.1Ssakamoto
761.7Sbouyer#options 	FFS_EI		# FFS Endian Independant support
771.46Slukemoptions 	SOFTDEP		# FFS soft updates support.
781.76Srumble#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
791.2Slukem#options 	NFSSERVER
801.21Sitojun
811.2Slukemoptions 	INET
821.21Sitojunoptions 	INET6		# IPV6
831.21Sitojun#options 	IPSEC		# IP security
841.21Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
851.21Sitojun#options 	IPSEC_DEBUG	# debug for IP security
861.40Sabs
871.40Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
881.5Ssakamoto
891.73Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
901.73Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
911.73Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
921.73Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
931.73Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
941.73Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
951.73Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
961.73Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
971.73Sabs#options 	ALTQ_PRIQ	# Priority Queueing
981.73Sabs#options 	ALTQ_RED	# Random Early Detection
991.73Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1001.73Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1011.73Sabs
1021.46Slukemoptions 	NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
1031.1Ssakamoto
1041.1Ssakamotoconfig		netbsd	root on ? type ?
1051.1Ssakamoto
1061.68Sjmc#pseudo-device 	crypto			# opencrypto framework
1071.59Selric#pseudo-device	cgd		4	# cryptographic disk devices
1081.8Ssakamotopseudo-device	vnd		4
1091.1Ssakamotopseudo-device	loop
1101.1Ssakamotopseudo-device	bpfilter	8	# packet filter
1111.21Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1121.21Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1131.27Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
1141.35Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
1151.49Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1161.47Satatatpseudo-device	bridge			# simple inter-network bridging
1171.62Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
1181.33Sjdolecekpseudo-device	pty			# pseudo-terminals
1191.50Sosterpseudo-device	raid		8	# RAIDframe disk driver
1201.50Sosteroptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1211.50Soster# Options to enable various other RAIDframe RAID types.
1221.50Soster# options	RF_INCLUDE_EVENODD=1
1231.50Soster# options	RF_INCLUDE_RAID5_RS=1
1241.50Soster# options	RF_INCLUDE_PARITYLOGGING=1
1251.50Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
1261.50Soster# options	RF_INCLUDE_INTERDECLUSTER=1
1271.50Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
1281.50Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
1291.77Shannkenpseudo-device	fss		4	# file system snapshot device
1301.16Shwr#pseudo-device	gre		2	# generic L3 over IP tunnel
1311.45Saugustsspseudo-device	wsmux
1321.56Slukempseudo-device	clockctl		# user control of clock subsystem
1331.34Sitojun
1341.34Sitojun# random number generator pseudo-device
1351.34Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
1361.34Sitojun#options 	RND_COM			# use "com" randomness as well (BROKEN)
1371.63Sraggepseudo-device	ksyms			# /dev/ksyms
1381.72Sitojun#pseudo-device	pf			# PF packet filter
1391.72Sitojun#pseudo-device	pflog			# PF log if
1401.1Ssakamoto
1411.1Ssakamoto#
1421.1Ssakamoto# device
1431.1Ssakamoto#
1441.2Slukemoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
1451.1Ssakamoto
1461.1Ssakamotooptions 	PCIVERBOSE	# verbose PCI device messages
1471.26Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1481.36Sbriggsoptions 	PCI_NETBSD_CONFIGURE
1491.1Ssakamoto
1501.1Ssakamotomainbus0 at root
1511.1Ssakamoto
1521.41Smattcpu*	at mainbus0
1531.1Ssakamotopci0	at mainbus0 bus ?
1541.1Ssakamoto
1551.1Ssakamotoppb*	at pci? dev ? function ?	# PCI-PCI bridges
1561.1Ssakamotopci*	at ppb? bus ?
1571.1Ssakamotopchb*	at pci? dev ? function ?	# PCI-Host bridges
1581.1Ssakamotopcib*	at pci? dev ? function ?	# PCI-ISA bridges
1591.1Ssakamoto
1601.1Ssakamotoisa*	at pcib?			# ISA on PCI-ISA bridge
1611.1Ssakamoto
1621.8Ssakamoto#pc0	at isa? port 0x60 irq 1		# generic PC console device
1631.1Ssakamoto
1641.5Ssakamotocom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
1651.5Ssakamotocom1	at isa? port 0x2f8 irq 3
1661.10Ssakamoto#com2	at isa? port 0x380 irq 16
1671.10Ssakamoto#com3	at isa? port 0x388 irq 17
1681.46Slukem
1691.1Ssakamotolpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
1701.1Ssakamoto#lpt1	at isa? port 0x278
1711.1Ssakamoto#lpt2	at isa? port 0x3bc
1721.1Ssakamoto
1731.1Ssakamoto#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
1741.1Ssakamoto#lms1	at isa? port 0x238 irq 5
1751.1Ssakamoto#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
1761.1Ssakamoto#mms1	at isa? port 0x238 irq 5
1771.1Ssakamoto
1781.8Ssakamotopckbc0	at isa?
1791.8Ssakamotopckbd*	at pckbc?
1801.17Sdrochner#pms*	at pckbc?
1811.8Ssakamoto#vga0	at isa?
1821.8Ssakamotovga*	at pci?
1831.15Ssakamotopfb*	at pci?
1841.8Ssakamotowsdisplay*	at vga? console ?
1851.15Ssakamotowsdisplay*	at pfb? console ?
1861.8Ssakamotowskbd*		at pckbd? console ?
1871.19Saugustss#wsmouse*	at pms? mux 0
1881.8Ssakamoto
1891.67Sjonathan# Cryptographic Devices
1901.67Sjonathan
1911.67Sjonathan# PCI cryptographic devices
1921.69Sjmc#hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
1931.69Sjmc#ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
1941.67Sjonathan
1951.36Sbriggs#siop*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
1961.36Sbriggs#scsibus* at siop?
1971.64Sbouyer#esiop*	at pci? dev ? function ?	# NCR 53875 and newer SCSI controllers
1981.64Sbouyer#scsibus* at esiop?
1991.1Ssakamoto
2001.1Ssakamoto#sd*	at scsibus? target ? lun ?	# SCSI disk drives
2011.1Ssakamoto#st*	at scsibus? target ? lun ?	# SCSI tape drives
2021.1Ssakamoto#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2031.1Ssakamoto#ch*	at scsibus? target ? lun ?	# SCSI autochangers
2041.1Ssakamoto#ss*	at scsibus? target ? lun ?	# SCSI scanners
2051.1Ssakamoto#uk*	at scsibus? target ? lun ?	# SCSI unknown
2061.1Ssakamoto
2071.10Ssakamotofdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
2081.1Ssakamoto#fdc1	at isa? port 0x370 irq ? drq ?
2091.10Ssakamotofd0	at fdc? drive 1
2101.1Ssakamoto#fd*	at fdc? drive ?
2111.1Ssakamoto
2121.6Ssakamotowdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
2131.66Slukematabus* at ata?
2141.65Sbouyerwd*	at atabus? drive ?
2151.1Ssakamoto
2161.6Ssakamotone0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
2171.6Ssakamoto#ipkdbif0 at ne?
2181.1Ssakamoto
2191.1Ssakamoto#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
2201.10Ssakamoto
2211.9Sdrochner#pcppi0 at isa?
2221.9Sdrochner#spkr0	at pcppi?
2231.1Ssakamoto
2241.1Ssakamoto# Joystick driver. Probe is a little strange; add only if you have one.
2251.1Ssakamoto#joy0	at isa? port 0x201
226