GENERIC revision 1.56
11.56Sphx# $NetBSD: GENERIC,v 1.56 2011/03/19 16:05:35 phx Exp $
21.37Sgarbled#
31.48Sphx# machine description file for GENERIC NAS
41.37Sgarbled# 
51.37Sgarbled# This machine description file is used to generate the default NetBSD
61.37Sgarbled# kernel.  The generic kernel does not include all options, subsystems
71.37Sgarbled# and device drivers, but should be useful for most applications.
81.37Sgarbled#
91.37Sgarbled# The machine description file can be customised for your specific
101.37Sgarbled# machine to reduce the kernel size and improve its performance.
111.37Sgarbled#
121.37Sgarbled# For further information on compiling NetBSD kernels, see the config(8)
131.37Sgarbled# man page.
141.37Sgarbled#
151.37Sgarbled# For further information on hardware support for this architecture, see
161.37Sgarbled# the intro(4) man page.  For further information about kernel options
171.37Sgarbled# for this architecture, see the options(4) man page.  For an explanation
181.37Sgarbled# of each device driver in this file see the section 4 man page for the
191.37Sgarbled# device.
201.37Sgarbled
211.37Sgarbledinclude 	"arch/sandpoint/conf/std.sandpoint"
221.37Sgarbled
231.37Sgarbledoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.37Sgarbled
251.56Sphx#ident 		"GENERIC-$Revision: 1.56 $"
261.37Sgarbled
271.37Sgarbledmaxusers	32
281.37Sgarbled
291.48Sphx#options 	ALTIVEC		# Include AltiVec support
301.37Sgarbled
311.37Sgarbled#options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
321.37Sgarbled#options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
331.37Sgarbled# HMAC key to be used for debugging sessions
341.37Sgarbled#options 	IPKDBKEY="\"HMAC pass phrase text\""
351.37Sgarbled#options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
361.37Sgarbled#makeoptions	DEBUG="-g"
371.37Sgarbled
381.51Snisimura#options 	MODULAR			# module(7) support
391.51Snisimura
401.37Sgarbled#options 	DEBUG
411.56Sphx#options 	DIAGNOSTIC
421.37Sgarbledoptions 	TRAP_PANICWAIT
431.37Sgarbledoptions 	DDB
441.37Sgarbled#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
451.37Sgarbledoptions 	KTRACE
461.37Sgarbled#options 	PMAPCHECK
471.37Sgarbled#options 	PMAPDEBUG
481.37Sgarbled#options 	SYMTAB_SPACE=300000
491.37Sgarbled#options 	USERCONF	# userconf(4) support
501.52Sphx#options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
511.37Sgarbledoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
521.37Sgarbled
531.37Sgarbled# Compatibility options
541.37Sgarbledoptions 	COMPAT_NOMID	# NetBSD 0.8, 386BSD, and BSDI
551.37Sgarbledoptions 	COMPAT_09	# NetBSD 0.9
561.37Sgarbledoptions 	COMPAT_10	# NetBSD 1.0
571.37Sgarbledoptions 	COMPAT_11	# NetBSD 1.1
581.37Sgarbledoptions 	COMPAT_12	# NetBSD 1.2, 386BSD, and BSDI
591.37Sgarbledoptions 	COMPAT_13	# NetBSD 1.3, 386BSD, and BSDI
601.37Sgarbledoptions 	COMPAT_14	# NetBSD 1.4
611.37Sgarbledoptions 	COMPAT_15	# NetBSD 1.5
621.37Sgarbledoptions 	COMPAT_16	# NetBSD 1.6
631.37Sgarbledoptions 	COMPAT_20	# NetBSD 2.0
641.37Sgarbledoptions 	COMPAT_30	# NetBSD 3.0
651.39Snisimuraoptions 	COMPAT_40	# NetBSD 4.0
661.43Smrgoptions 	COMPAT_50	# NetBSD 5.0 compatibility.
671.37Sgarbledoptions 	COMPAT_43	# 4.3BSD, 386BSD, and BSDI
681.37Sgarbled#options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
691.37Sgarbled#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
701.37Sgarbled
711.37Sgarbledoptions 	COMPAT_LINUX	# binary compatibility with Linux
721.52Sphxoptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
731.37Sgarbled
741.37Sgarbledoptions 	MSGBUFSIZE=65536
751.37Sgarbled
761.37Sgarbledfile-system 	FFS		# UFS
771.37Sgarbledfile-system 	EXT2FS		# second extended file system (linux)
781.37Sgarbled#file-system 	LFS		# log-structured file system
791.37Sgarbledfile-system 	MFS		# memory file system
801.37Sgarbledfile-system 	NFS		# Network File System client
811.37Sgarbled#file-system 	NTFS		# Windows/NT file system (experimental)
821.37Sgarbled#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
831.48Sphxfile-system 	MSDOSFS		# MS-DOS file system
841.37Sgarbledfile-system 	FDESC		# /dev/fd
851.37Sgarbledfile-system 	KERNFS		# /kern
861.37Sgarbledfile-system 	NULLFS		# loopback file system
871.37Sgarbled#file-system 	OVERLAY		# overlay file system
881.48Sphxfile-system 	PROCFS		# /proc
891.37Sgarbled#file-system 	UMAPFS		# NULLFS + uid and gid remapping
901.37Sgarbled#file-system 	UNION		# union file system
911.37Sgarbled#file-system	CODA		# Coda File System; also needs vcoda (below)
921.37Sgarbled#file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
931.37Sgarbledfile-system	PTYFS		# /dev/ptm support
941.37Sgarbledfile-system	TMPFS		# Efficient memory file-system
951.37Sgarbled
961.37Sgarbled# File system options
971.55Sbouyeroptions 	QUOTA		# legacy UFS quotas
981.55Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
991.37Sgarbled#options 	FFS_EI		# FFS Endian Independent support
1001.40Ssimonboptions 	WAPBL		# File system journaling support - Experimental
1011.37Sgarbledoptions 	NFSSERVER	# Network File System server
1021.37Sgarbled#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1031.37Sgarbled#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1041.37Sgarbled
1051.37Sgarbledoptions 	INET
1061.52Sphxoptions 	INET6		# IPV6
1071.37Sgarbled#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1081.37Sgarbled
1091.37Sgarbled#options 	ALTQ		# Manipulate network interfaces' output queues
1101.37Sgarbled#options 	ALTQ_BLUE	# Stochastic Fair Blue
1111.37Sgarbled#options 	ALTQ_CBQ	# Class-Based Queueing
1121.37Sgarbled#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1131.37Sgarbled#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1141.37Sgarbled#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1151.37Sgarbled#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1161.37Sgarbled#options 	ALTQ_LOCALQ	# Local queueing discipline
1171.37Sgarbled#options 	ALTQ_PRIQ	# Priority Queueing
1181.37Sgarbled#options 	ALTQ_RED	# Random Early Detection
1191.37Sgarbled#options 	ALTQ_RIO	# RED with IN/OUT
1201.37Sgarbled#options 	ALTQ_WFQ	# Weighted Fair Queueing
1211.37Sgarbled
1221.37Sgarbledoptions 	NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
1231.37Sgarbled
1241.37Sgarbledconfig		netbsd	root on ? type ?
1251.37Sgarbled
1261.50Sphx# network pseudo-devices
1271.37Sgarbledpseudo-device	bpfilter		# packet filter
1281.37Sgarbledpseudo-device	vlan			# IEEE 802.1q encapsulation
1291.37Sgarbled#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1301.37Sgarbled#pseudo-device	bridge			# simple inter-network bridging
1311.37Sgarbled#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
1321.37Sgarbled#pseudo-device	ipfilter
1331.37Sgarbledpseudo-device	loop
1341.37Sgarbled
1351.37Sgarbled# miscellaneous pseudo-devices
1361.37Sgarbledpseudo-device	rnd			# /dev/random and in-kernel generator
1371.37Sgarbledpseudo-device	vnd		
1381.37Sgarbled#options 	VND_COMPRESSION		# compressed vnd(4)
1391.37Sgarbled#pseudo-device	cgd		4	# cryptographic disk devices
1401.37Sgarbledpseudo-device	pty
1411.37Sgarbledpseudo-device	clockctl		# user control of clock subsystem
1421.37Sgarbledpseudo-device	ksyms			# /dev/ksyms
1431.37Sgarbled#pseudo-device	pf			# PF packet filter
1441.37Sgarbled#pseudo-device	pflog			# PF log if
1451.49Sphxpseudo-device	fss			# file system snapshot device
1461.37Sgarbled
1471.37Sgarbled#
1481.37Sgarbled# device
1491.37Sgarbled#
1501.37Sgarbledoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
1511.37Sgarbled
1521.48Sphx#options 	PCIVERBOSE	# verbose PCI device messages
1531.37Sgarbled#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1541.48Sphx#options 	PCI_NETBSD_CONFIGURE	# Have NetBSD configure PCI I/O & Mem
1551.37Sgarbled
1561.56Sphxmainbus0	at root
1571.37Sgarbled
1581.56Sphxcpu*		at mainbus0
1591.56Sphxpci*		at mainbus0 bus ?
1601.37Sgarbled
1611.56Sphxpchb*		at pci? dev ? function ?	# PCI host bridge
1621.37Sgarbled
1631.56Sphxeumb*		at mainbus0
1641.56Sphxcom0		at eumb? unit 0			# console at 0x4500
1651.56Sphx#com1		at eumb? unit 1
1661.56Sphxsatmgr0 	at eumb? unit 1 		# satmgr at 0x4600
1671.56Sphxociic*		at eumb?
1681.56Sphxiic*		at ociic?
1691.56Sphxrs5c372rtc*	at iic? addr 0x32
1701.56Sphx#dsrtc*		at iic? addr 0x68
1711.37Sgarbled
1721.37Sgarbled# PCI IDE controllers - see pciide(4) for supported hardware.
1731.56Sphxacardide*	at pci? dev ? function ?	# Acard IDE controllers
1741.52Sphxcmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
1751.52Sphxiteide* 	at pci? dev ? function ?	# IT Express IDE controllers
1761.37Sgarbledsatalink*	at pci? dev ? function ?	# SiI SATALink controllers
1771.37Sgarbled
1781.37Sgarbled# ATA (IDE) bus support
1791.37Sgarbledatabus* at ata?
1801.37Sgarbled
1811.37Sgarbled# IDE drives
1821.37Sgarbledwd*		at atabus? drive ? flags 0x0000	# the drives themselves
1831.37Sgarbled
1841.37Sgarbled# PCI network interfaces
1851.56Sphxfxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
1861.56Sphxral*	at pci? dev ? function ?	# Ralink Technology RT25x0 802.11a/b/g
1871.37Sgarbledre*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
1881.46Sphxskc*	at pci? dev ? function ?	# Marvell Yukon Gigabit Ethernet
1891.46Sphxsk*	at skc?				# Marvell Yukon Gigabit Ethernet
1901.56Sphxstge*	at pci? dev ? function ?	# Sundance ST1023 Gigabit
1911.56Sphxtlp*	at pci? dev ? function ?	# DEC Tulip and similar
1921.56Sphxwm*	at pci? dev ? function ?	# Intel 8254x Gigabit Ethernet
1931.37Sgarbled
1941.37Sgarbledinphy*	at mii? phy ?			# Intel 82555 PHYs
1951.37Sgarblednsphy*	at mii? phy ?			# NS83840 PHYs
1961.37Sgarbledrgephy* at mii? phy ?			# Realtek 8169S/8110S internal PHYs
1971.37Sgarbledmakphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
1981.37Sgarbledukphy*	at mii? phy ?			# generic unknown PHYs
1991.37Sgarbled
2001.37Sgarbled# USB Controller and Devices
2011.37Sgarbledehci*	at pci?	dev ? function ?	# Enhanced Host Controller
2021.37Sgarbledohci*	at pci?	dev ? function ?	# Open Host Controller
2031.37Sgarbled
2041.37Sgarbled# USB bus support
2051.37Sgarbledusb*	at ehci?
2061.37Sgarbledusb*	at ohci?
2071.37Sgarbled
2081.37Sgarbled# USB Hubs
2091.37Sgarbleduhub*	at usb?
2101.37Sgarbleduhub*	at uhub? port ?
2111.37Sgarbled
2121.52Sphx# USB HID devices
2131.52Sphxuhidev* at uhub? port ? configuration ? interface ?	# USB HID device
2141.52Sphxuthum*	at uhidev? reportid ?				# TEMPerHUM sensors
2151.52Sphxuhid*	at uhidev? reportid ?				# USB Generic HID
2161.52Sphx
2171.54Sphx# USB video
2181.54Sphxuvideo* at uhub?			# USB Video Class capture devices
2191.54Sphxvideo*	at videobus?
2201.54Sphx
2211.52Sphx# USB printer
2221.52Sphxulpt*	at uhub? port ? configuration ? interface ?	# USB Printer
2231.52Sphx
2241.37Sgarbled# USB Mass Storage
2251.37Sgarbledumass*	at uhub? port ? configuration ? interface ?
2261.37Sgarbledwd*	at umass?
2271.37Sgarbled
2281.37Sgarbledscsibus* at umass?
2291.37Sgarbledsd*	at scsibus? target ? lun ?	# SCSI disk drives
2301.35Selad
2311.35Selad# Veriexec
2321.35Selad#
2331.35Selad# a pseudo device needed for veriexec
2341.35Selad#pseudo-device	veriexec		1
2351.35Selad#
2361.35Selad# Uncomment the fingerprint methods below that are desired. Note that
2371.35Selad# removing fingerprint methods will have almost no impact on the kernel
2381.35Selad# code size.
2391.35Selad#
2401.35Selad#options VERIFIED_EXEC_FP_RMD160
2411.35Selad#options VERIFIED_EXEC_FP_SHA256
2421.35Selad#options VERIFIED_EXEC_FP_SHA384
2431.35Selad#options VERIFIED_EXEC_FP_SHA512
2441.35Selad#options VERIFIED_EXEC_FP_SHA1
2451.35Selad#options VERIFIED_EXEC_FP_MD5
246