GENERIC revision 1.111
11.111Sgarbled# $NetBSD: GENERIC,v 1.111 2008/02/05 18:10:46 garbled Exp $
21.1Sws#
31.47Sgmcgarry# GENERIC machine description file
41.47Sgmcgarry# 
51.47Sgmcgarry# This machine description file is used to generate the default NetBSD
61.47Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.47Sgmcgarry# and device drivers, but should be useful for most applications.
81.1Sws#
91.47Sgmcgarry# The machine description file can be customised for your specific
101.47Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.47Sgmcgarry#
121.47Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.47Sgmcgarry# man page.
141.47Sgmcgarry#
151.47Sgmcgarry# For further information on hardware support for this architecture, see
161.47Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.47Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.47Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.47Sgmcgarry# device.
201.1Sws
211.47Sgmcgarryinclude 	"arch/ofppc/conf/std.ofppc"
221.23Shubertf
231.52Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.52Satatat
251.111Sgarbled#ident 		"GENERIC-$Revision: 1.111 $"
261.1Sws
271.1Swsmaxusers	32
281.1Sws
291.100Sgarbledoptions		PIC_OPENPIC
301.111Sgarbledoptions 	PIC_DISTOPENPIC
311.100Sgarbledoptions		PIC_I8259
321.106Sgarbled#options		PIC_PREPIVR
331.100Sgarbled
341.1Sws# various hacks due to bugs in Openfirmware implementation
351.6Slukemoptions 	FIRMWORKSBUGS
361.1Sws
371.34Sthorpej# Standard system options
381.34Sthorpej#options 	INSECURE	# disable kernel security checks
391.34Sthorpej#options 	NTP		# NTP phase/frequency locked loop
401.34Sthorpejoptions 	KTRACE		# system call tracing via ktrace(1)
411.34Sthorpej
421.34Sthorpejoptions 	SYSVMSG		# System V message queues
431.34Sthorpejoptions 	SYSVSEM		# System V semaphores
441.34Sthorpejoptions 	SYSVSHM		# System V shared memory
451.67Sbouyeroptions 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
461.34Sthorpej
471.34Sthorpejoptions 	LKM		# loadable kernel modules
481.50Sjdolecek
491.55Slukemoptions 	USERCONF	# userconf(4) support
501.50Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
511.68Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
521.34Sthorpej
531.34Sthorpej# Diagnostic/debugging support options
541.85Schs#options 	DIAGNOSTIC	# cheap kernel consistency checks
551.45Slukem#options 	DEBUG		# expensive debugging checks/support
561.110Smrg#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
571.34Sthorpejoptions 	DDB		# in-kernel debugger
581.34Sthorpejoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
591.102Sgarbledoptions		DDB_VERBOSE_HELP
601.34Sthorpejoptions 	TRAP_PANICWAIT
611.1Sws
621.54Schsmakeoptions	DEBUG="-g"	# compile full symbol table
631.5Sthorpej
641.34Sthorpej# Compatibility option
651.34Sthorpejoptions 	COMPAT_09	# NetBSD 0.9,
661.34Sthorpejoptions 	COMPAT_10	# NetBSD 1.0,
671.34Sthorpejoptions 	COMPAT_11	# NetBSD 1.1,
681.34Sthorpejoptions 	COMPAT_12	# NetBSD 1.2,
691.34Sthorpejoptions 	COMPAT_13	# NetBSD 1.3,
701.34Sthorpejoptions 	COMPAT_14	# NetBSD 1.4,
711.96Smanuoptions 	COMPAT_15	# NetBSD 1.5,
721.76Ssimonboptions 	COMPAT_16	# NetBSD 1.6,
731.76Ssimonboptions 	COMPAT_20	# NetBSD 2.0,
741.82Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
751.110Smrgoptions 	COMPAT_40	# NetBSD 4.0 compatibility.
761.34Sthorpejoptions 	COMPAT_43	# and 4.3BSD
771.11Sdrochneroptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
781.45Slukem#options 	COMPAT_LINUX	# Linux binary compatibility
791.39Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
801.70Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
811.1Sws
821.34Sthorpej# File systems
831.34Sthorpejfile-system 	FFS		# UFS
841.34Sthorpejfile-system 	EXT2FS		# second extended file system (linux)
851.34Sthorpejfile-system 	LFS		# log-structured file system
861.34Sthorpejfile-system 	MFS		# memory file system
871.34Sthorpejfile-system 	NFS		# Network file System client
881.34Sthorpejfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
891.34Sthorpejfile-system 	MSDOSFS		# MS-DOS file system
901.34Sthorpejfile-system 	FDESC		# /dev/fd
911.34Sthorpejfile-system 	KERNFS		# /kern
921.34Sthorpejfile-system 	NULLFS		# loopback file system
931.22Swrstudenfile-system 	OVERLAY		# overlay file system
941.34Sthorpejfile-system 	PORTAL		# portal file system (still experimental)
951.34Sthorpejfile-system 	PROCFS		# /proc
961.34Sthorpejfile-system 	UMAPFS		# NULLFS + uid and gid remapping
971.34Sthorpejfile-system 	UNION		# union file system
981.34Sthorpejfile-system 	NTFS		# Windows NT file system
991.83Schristosfile-system	PTYFS		# /dev/pts/N support
1001.97Sjmmv#file-system	TMPFS		# Efficient memory file-system
1011.88Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1021.34Sthorpej
1031.34Sthorpej# File system options
1041.34Sthorpejoptions 	QUOTA		# UFS quotas
1051.34Sthorpejoptions 	FFS_EI		# FFS Endian Independent support
1061.34Sthorpejoptions 	SOFTDEP		# FFS soft updates support
1071.72Srumble#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1081.34Sthorpejoptions 	NFSSERVER	# Network File System server
1091.86Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1101.45Slukem#options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
1111.45Slukem					# immutable) behave as system flags.
1121.34Sthorpej
1131.34Sthorpejoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
1141.34Sthorpej
1151.34Sthorpej# Networking options
1161.34Sthorpej#options 	GATEWAY		# packet forwarding
1171.34Sthorpejoptions 	INET		# IP + ICMP + TCP + UDP
1181.21Sitojunoptions 	INET6		# IPV6
1191.21Sitojun#options 	IPSEC		# IP security
1201.21Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1211.78Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1221.21Sitojun#options 	IPSEC_DEBUG	# debug for IP security
1231.45Slukem#options 	MROUTING	# IP multicast routing
1241.69Smanu#options 	PIM		# Protocol Independent Multicast
1251.34Sthorpej#options 	ISO,TPIP	# OSI
1261.34Sthorpej#options 	EON		# OSI tunneling over IP
1271.34Sthorpej#options 	NETATALK	# AppleTalk networking protocols
1281.34Sthorpejoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1291.34Sthorpejoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1301.34Sthorpejoptions 	PPP_FILTER	# Active filter support for PPP (requires BPF)
1311.34Sthorpejoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1321.34Sthorpejoptions 	IPFILTER_LOG	# ipmon(8) log support
1331.95Schristosoptions 	IPFILTER_LOOKUP	# ippool(8) support
1341.57Smartti#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1351.6Slukemoptions 	NMBCLUSTERS=1024
1361.39Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1371.34Sthorpej
1381.66Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1391.66Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1401.66Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1411.66Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1421.66Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1431.66Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1441.66Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1451.66Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1461.66Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1471.66Sabs#options 	ALTQ_RED	# Random Early Detection
1481.66Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1491.66Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1501.66Sabs
1511.102Sgarbled# These options enable verbose messages for several subsystems.
1521.102Sgarbled# Warning, these may compile large string tables into the kernel!
1531.102Sgarbledoptions		MIIVERBOSE	# verbose PHY autoconfig messages
1541.102Sgarbledoptions		PCIVERBOSE	# verbose PCI device autoconfig messages
1551.102Sgarbled#options		PCI_CONFIG_DUMP	# verbosely dump PCI config space
1561.102Sgarbledoptions		SCSIVERBOSE	# human readable SCSI error messages
1571.102Sgarbledoptions		USBVERBOSE	# verbose USB device autoconfig messages
1581.102Sgarbled
1591.100Sgarbledoptions		WSEMUL_VT100
1601.100Sgarbledoptions		WS_DEFAULT_FG=WSCOL_BLACK
1611.100Sgarbledoptions		WS_DEFAULT_BG=WSCOL_LIGHT_WHITE
1621.100Sgarbledoptions		WS_KERNEL_FG=WSCOL_GREEN
1631.100Sgarbledoptions		WS_KERNEL_BG=WSCOL_LIGHT_WHITE
1641.107Sphx#options		FONT_GALLANT12x22
1651.107Sphxoptions		FONT_BOLD8x16
1661.100Sgarbled
1671.34Sthorpej# Kernel root file system and dump configuration
1681.4Sthorpejconfig		netbsd	root on ? type ?
1691.1Sws
1701.34Sthorpej#
1711.34Sthorpej# Device configuration
1721.34Sthorpej#
1731.34Sthorpej
1741.34Sthorpejmainbus*	at root
1751.1Sws
1761.106Sgarbled# CPUs
1771.106Sgarbledcpu*		at mainbus?
1781.106Sgarbled
1791.100Sgarbled# Generic OpenFirmware console support
1801.104Sgarbledrtas*		at mainbus?
1811.40Smatt
1821.101Sgarbled# PCI root nodes
1831.100Sgarbledofwpci*		at mainbus?
1841.100Sgarbledpci*		at ofwpci? bus ?
1851.101Sgarbledpegasospci*	at mainbus?
1861.101Sgarbledpci*		at pegasospci? bus ?
1871.101Sgarbled
1881.106Sgarbled# PCI bridges
1891.100Sgarbledpchb*		at pci? dev ? function ?
1901.100Sgarbledppb*		at pci? dev ? function ?
1911.100Sgarbledpcib*		at pci? dev ? function ?
1921.106Sgarbled
1931.106Sgarbled# ISA bus support
1941.106Sgarbledisa*		at pcib?
1951.106Sgarbled
1961.106Sgarbled# Console Devices
1971.105Sgarbled#genfb*		at pci? dev ? function ?
1981.106Sgarbled#pckbc0		at isa?			# pc keyboard controller
1991.106Sgarbled#pckbd*		at pckbc?		# PC keyboard
2001.106Sgarbled#pms*		at pckbc?		# PS/2 mouse for wsmouse
2011.106Sgarbled#wscons stuff
2021.106Sgarbled#wskbd*		at pckbd? console ?
2031.106Sgarbled#wsmouse*	at pms? mux 0
2041.106Sgarbled# make sure the console display is always wsdisplay0 XXX Why?
2051.105Sgarbled#wsdisplay0      at wsemuldisplaydev? console 1
2061.105Sgarbled#wsdisplay*      at wsemuldisplaydev?
2071.1Sws
2081.106Sgarbledattimer0	at isa?			# AT Timer
2091.106Sgarbledpcppi0		at isa?			# PC prog. periph. interface
2101.106Sgarbled# FIX ISABEEP LATER
2111.106Sgarbled
2121.106Sgarbled# Serial Devices
2131.106Sgarbled# ISA serial interfaces
2141.106Sgarbledcom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
2151.106Sgarbledcom1	at isa? port 0x2f8 irq 3
2161.1Sws
2171.105Sgarbled# Parallel Printer Interfaces
2181.105Sgarbled# ISA parallel printer interfaces
2191.105Sgarbledlpt0		at isa? port 0x3bc irq 7	# standard PC parallel ports
2201.105Sgarbled
2211.106Sgarbled# SCSI Controllers and Devices
2221.106Sgarbledsiop*		at pci? dev ? function ?	# Symbios 53c8xx SCSI
2231.106Sgarbledesiop*		at pci? dev ? function ?	# Symbios 53c875 SCSI and newer
2241.106Sgarbled
2251.106Sgarbled# SCSI bus support
2261.106Sgarbledscsibus*	at siop?
2271.106Sgarbledscsibus*	at esiop?
2281.106Sgarbled
2291.106Sgarbled# SCSI devices
2301.106Sgarbledsd*		at scsibus? target ? lun ?	# SCSI disk drives
2311.106Sgarbledst*		at scsibus? target ? lun ?	# SCSI tape drives
2321.106Sgarbledcd*		at scsibus? target ? lun ?	# SCSI CD-ROM drives
2331.106Sgarbled#ch*		at scsibus? target ? lun ?	# SCSI autochangers
2341.106Sgarbled#ss*		at scsibus? target ? lun ?	# SCSI scanners
2351.106Sgarbled#uk*		at scsibus? target ? lun ?	# SCSI unknown
2361.106Sgarbled
2371.106Sgarbled# IDE and related devices
2381.106Sgarbled# PCI IDE controllers
2391.106Sgarbledpciide*		at pci? dev ? function ? flags 0x0000
2401.106Sgarbledviaide*		at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
2411.106Sgarbled
2421.106Sgarbled# ATA (IDE) bus support
2431.106Sgarbledatabus*		at ata?
2441.106Sgarbled
2451.106Sgarbled# IDE drives
2461.106Sgarbled# Flags are used only with controllers that support DMA operations
2471.106Sgarbled# and mode settings (e.g. some pciide controllers)
2481.106Sgarbled# The lowest order four bits (rightmost digit) of the flags define the PIO
2491.106Sgarbled# mode to use, the next set of four bits the DMA mode and the third set the
2501.106Sgarbled# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
2511.106Sgarbled# to use, and the last bit must be 1 for this setting to be used.
2521.106Sgarbled# For DMA and UDMA, 0xf (1111) means 'disable'.
2531.106Sgarbled# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
2541.106Sgarbled# (0xc=1100, 0xa=1010, 0xf=1111)
2551.106Sgarbled# 0x0000 means "use whatever the drive claims to support".
2561.106Sgarbledwd*	at atabus? drive ? flags 0x0000
2571.106Sgarbled
2581.106Sgarbled# ATAPI bus support
2591.106Sgarbledatapibus*	at atapi?
2601.106Sgarbled
2611.106Sgarbled# ATAPI devices
2621.106Sgarbled# flags have the same meaning as for IDE drives.
2631.106Sgarbledcd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
2641.106Sgarbledsd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
2651.106Sgarbleduk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
2661.106Sgarbled
2671.106Sgarbled# Network Interfaces
2681.106Sgarbledep*	at pci? dev ? function ?	# 3Com 3c59x
2691.106Sgarbledex*	at pci? dev ? function ?	# 3Com 3c90x[BC]
2701.106Sgarbledfxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
2711.106Sgarbledne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
2721.106Sgarbledpcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
2731.110Smrgre*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
2741.106Sgarbledrtk*	at pci? dev ? function ?	# Realtek 8129/8139
2751.106Sgarbledsip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
2761.106Sgarbledtlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
2771.106Sgarbledvr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
2781.106Sgarbled
2791.106Sgarbled# MII/PHY support
2801.106Sgarbledacphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
2811.106Sgarbledamhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
2821.106Sgarbledbmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
2831.106Sgarbledbrgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
2841.106Sgarbledciphy*	at mii? phy ?			# Cicada CS8201 Gig-E PHYs
2851.106Sgarbleddmphy*	at mii? phy ?			# Davicom DM9101 PHYs
2861.106Sgarbledexphy*	at mii? phy ?			# 3Com internal PHYs
2871.106Sgarbledgentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
2881.106Sgarbledglxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
2891.106Sgarbledgphyter* at mii? phy ?			# NS83861 Gig-E PHY
2901.106Sgarbledicsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
2911.106Sgarbledigphy*	at mii? phy ?			# Intel IGP01E1000
2921.106Sgarbledikphy*	at mii? phy ?			# Intel 82563 PHYs
2931.106Sgarbledinphy*	at mii? phy ?			# Intel 82555 PHYs
2941.106Sgarblediophy*	at mii? phy ?			# Intel 82553 PHYs
2951.106Sgarbledlxtphy* at mii? phy ?			# Level One LXT-970 PHYs
2961.106Sgarbledmakphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
2971.106Sgarblednsphy*	at mii? phy ?			# NS83840 PHYs
2981.106Sgarblednsphyter* at mii? phy ? 		# NS83843 PHYs
2991.106Sgarbledpnaphy* at mii? phy ?			# generic HomePNA PHYs
3001.106Sgarbledqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
3011.106Sgarbledrgephy* at mii? phy ?			# Realtek 8169S/8110S internal PHYs
3021.106Sgarbledrlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
3031.106Sgarbledsqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
3041.106Sgarbledtlphy*	at mii? phy ?			# ThunderLAN PHYs
3051.106Sgarbledtqphy*	at mii? phy ?			# TDK Semiconductor PHYs
3061.106Sgarbledukphy*	at mii? phy ?			# generic unknown PHYs
3071.106Sgarbledurlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
3081.106Sgarbled
3091.108Sphx# PCI USB controllers
3101.108Sphxuhci*	at pci? dev ? function ?	# USB Universal Host Controller
3111.108Sphxohci*	at pci? dev ? function ?	# USB Open Host Controller
3121.108Sphxehci*	at pci? dev ? function ?	# USB Enhanced Host Controller
3131.108Sphx
3141.108Sphxusb*	at uhci?			# USB bus support
3151.108Sphxusb*	at ohci?			# USB bus support
3161.108Sphxusb*	at ehci?			# USB bus support
3171.108Sphxuhub*	at usb?				# USB Hubs
3181.108Sphxuhub*	at uhub? port ?
3191.108Sphx
3201.108Sphx# USB Mass Storage
3211.108Sphxumass*	at uhub? port ? configuration ? interface ?
3221.108Sphxwd*	at umass?
3231.108Sphx
3241.108Sphxuhidev*	at uhub? port ? configuration ? interface ?	# USB HID device
3251.108Sphx
3261.108Sphxums*	at uhidev? reportid ?				# USB Mice
3271.108Sphxwsmouse* at ums? mux 0
3281.108Sphx
3291.108Sphxukbd*	at uhidev? reportid ?				# USB Keyboards
3301.108Sphxwskbd*	at ukbd? console ? mux 1
3311.108Sphx
3321.108Sphxucycom*	at uhidev? reportid ?				# USB serial adapter
3331.108Sphxuhid*	at uhidev? reportid ?				# USB Generic HID
3341.108Sphxulpt*	at uhub? port ? configuration ? interface ?	# USB Printer
3351.108Sphxumodem*	at uhub? port ? configuration ?			# USB Modem
3361.108Sphxucom*	at umodem?
3371.108Sphx#uaudio*	at uhub? port ? configuration ?			# USB audio
3381.108Sphx
3391.108Sphx# D-Link DSB-R100 USB FM radio tuner
3401.108Sphx#udsbr* at uhub? port ?
3411.108Sphx#radio* at udsbr?
3421.108Sphx
3431.108Sphx# USB Ethernet adapters
3441.108Sphx#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
3451.108Sphx#axe*	at uhub? port ?		# ASIX AX88172 based adapters
3461.108Sphx#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
3471.108Sphx#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
3481.108Sphx#url*	at uhub? port ?		# Realtek RTL8150L based adapters
3491.108Sphx#udav*	at uhub? port ?		# Davicom DM9601 based adapters
3501.108Sphx
3511.108Sphx#ukyopon* at uhub? port ?				# Kyocera AIR-EDGE PHONE
3521.108Sphx#ucom*	at ukyopon? portno ?
3531.108Sphx
3541.108Sphx#uscanner* at uhub? port ?				# USB scanners
3551.108Sphx#uyap* at uhub? port ?					# Y@P firmware loader
3561.108Sphxugen*	at uhub? port ? configuration ? interface ?	# USB Generic driver
3571.108Sphx
3581.108Sphx# USB 802.11 adapters
3591.108Sphx#atu*	at uhub? port ?		# Atmel at76c50x 802.11b
3601.108Sphx#ral*	at uhub? port ?		# Ralink Technology RT25x0 802.11a/b/g
3611.108Sphx#zyd*	at uhub? port ?		# Zydas ZD1211
3621.108Sphx
3631.108Sphx# PCI IEEE1394 controllers
3641.108Sphxfwohci*	at pci? dev ? function ?	# IEEE1394 Open Host Controller
3651.108Sphx
3661.108Sphxieee1394if* at fwohci?
3671.108Sphxfwip*	at ieee1394if?			# IP over IEEE1394
3681.108Sphxsbp*	at ieee1394if? euihi ? euilo ?
3691.108Sphx
3701.108Sphx# Audio Devices
3711.108Sphx
3721.108Sphx# PCI audio devices
3731.108Sphxauvia*  at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
3741.108Sphx
3751.108Sphx# Audio support
3761.108Sphxaudio*	at audiobus?
3771.108Sphx
3781.1Sws
3791.90Scubepseudo-device	vnd			# disk-like interface to files
3801.79Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
3811.34Sthorpejpseudo-device	ccd		4	# concatenated/striped disk devices
3821.59Selric#pseudo-device	cgd		4	# cryptographic disk devices
3831.110Smrgpseudo-device	raid		8	# RAIDframe disk driver
3841.110Smrgoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
3851.49Soster# Options to enable various other RAIDframe RAID types.
3861.49Soster# options	RF_INCLUDE_EVENODD=1
3871.49Soster# options	RF_INCLUDE_RAID5_RS=1
3881.49Soster# options	RF_INCLUDE_PARITYLOGGING=1
3891.49Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
3901.49Soster# options	RF_INCLUDE_INTERDECLUSTER=1
3911.49Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
3921.49Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
3931.73Shannkenpseudo-device	fss		4	# file system snapshot device
3941.34Sthorpejpseudo-device	md		1	# memory disk device
3951.34Sthorpejpseudo-device	loop			# network loopback
3961.89Srpaulopseudo-device	bpfilter		# packet filter
3971.92Sliamjfoy#pseudo-device	carp			# Common Address Redundancy Protocol
3981.34Sthorpejpseudo-device	ipfilter		# IP Filter (firewall) and NAT
3991.90Scubepseudo-device	ppp			# Point-to-Point Protocol
4001.48Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
4011.90Scubepseudo-device	sl			# Serial Line IP
4021.90Scubepseudo-device	tun			# network tunneling over tty
4031.71Scubepseudo-device	tap			# virtual Ethernet
4041.90Scube#pseudo-device	gre			# generic L3 over IP tunnel
4051.34Sthorpejpseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
4061.34Sthorpej#pseudo-device	faith			# IPv[46] tcp relay translation i/f
4071.91Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
4081.35Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
4091.46Satatatpseudo-device	bridge			# simple inter-network bridging
4101.60Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
4111.98Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
4121.32Sjdolecekpseudo-device	pty			# pseudo-terminals
4131.33Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
4141.53Slukempseudo-device	clockctl		# user control of clock subsystem
4151.54Schspseudo-device	openfirm		# /dev/openfirm
4161.62Sraggepseudo-device	ksyms			# /dev/ksyms
4171.107Sphxpseudo-device	wsmux			# mouse and keyboard multiplexor
4181.65Sitojun#pseudo-device	pf			# PF packet filter
4191.65Sitojun#pseudo-device	pflog			# PF log if
4201.54Schs
4211.54Schsoptions	FIREPOWER_ES			# Firepower ES
4221.54Schsoptions	FIREPOWER_MX			# Firepower MX
4231.54Schsoptions	FIREPOWER_LX			# Firepower LX
4241.87Selad
4251.87Selad# Veriexec
4261.87Selad#
4271.87Selad# a pseudo device needed for veriexec
4281.87Selad#pseudo-device	veriexec		1
4291.87Selad#
4301.87Selad# Uncomment the fingerprint methods below that are desired. Note that
4311.87Selad# removing fingerprint methods will have almost no impact on the kernel
4321.87Selad# code size.
4331.87Selad#
4341.87Selad#options VERIFIED_EXEC_FP_RMD160
4351.87Selad#options VERIFIED_EXEC_FP_SHA256
4361.87Selad#options VERIFIED_EXEC_FP_SHA384
4371.87Selad#options VERIFIED_EXEC_FP_SHA512
4381.87Selad#options VERIFIED_EXEC_FP_SHA1
4391.87Selad#options VERIFIED_EXEC_FP_MD5
440