GENERIC revision 1.137
11.1Sriastrad# $NetBSD: GENERIC,v 1.137 2011/10/08 00:56:54 kiyohara Exp $
21.1Sriastrad#
31.1Sriastrad# GENERIC machine description file
41.1Sriastrad# 
51.1Sriastrad# This machine description file is used to generate the default NetBSD
61.1Sriastrad# kernel.  The generic kernel does not include all options, subsystems
71.1Sriastrad# and device drivers, but should be useful for most applications.
81.1Sriastrad#
91.1Sriastrad# The machine description file can be customised for your specific
101.1Sriastrad# machine to reduce the kernel size and improve its performance.
111.1Sriastrad#
121.1Sriastrad# For further information on compiling NetBSD kernels, see the config(8)
131.1Sriastrad# man page.
141.1Sriastrad#
151.1Sriastrad# For further information on hardware support for this architecture, see
161.1Sriastrad# the intro(4) man page.  For further information about kernel options
171.1Sriastrad# for this architecture, see the options(4) man page.  For an explanation
181.1Sriastrad# of each device driver in this file see the section 4 man page for the
191.1Sriastrad# device.
201.1Sriastrad
211.1Sriastradinclude 	"arch/ofppc/conf/std.ofppc"
221.1Sriastrad
231.1Sriastradoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.1Sriastrad
251.1Sriastrad#ident 		"GENERIC-$Revision: 1.137 $"
261.1Sriastrad
271.1Sriastradmaxusers	32
281.1Sriastrad
291.1Sriastradoptions 	PIC_OPENPIC
301.1Sriastradoptions 	PIC_DISTOPENPIC
311.1Sriastradoptions 	PIC_I8259
321.1Sriastrad#options 	PIC_PREPIVR
331.1Sriastrad
341.1.1.2Sriastrad# various hacks due to bugs in Openfirmware implementation
351.1.1.2Sriastradoptions 	FIRMWORKSBUGS
361.1Sriastrad
371.1.1.2Sriastrad# Standard system options
381.1.1.2Sriastradoptions 	INSECURE	# disable kernel security checks
391.1.1.2Sriastrad#options 	NTP		# NTP phase/frequency locked loop
401.1.1.2Sriastradoptions 	KTRACE		# system call tracing via ktrace(1)
411.1.1.2Sriastrad
421.1.1.2Sriastradoptions 	SYSVMSG		# System V message queues
431.1.1.2Sriastradoptions 	SYSVSEM		# System V semaphores
441.1.1.2Sriastradoptions 	SYSVSHM		# System V shared memory
451.1.1.2Sriastradoptions 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
461.1.1.2Sriastrad
471.1.1.2Sriastrad
481.1.1.2Sriastradoptions 	USERCONF	# userconf(4) support
491.1.1.2Sriastrad#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
501.1.1.2Sriastradoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
511.1.1.2Sriastradoptions 	RDB_PART	# Rigid Disk Block partition support
521.1.1.2Sriastrad
531.1.1.2Sriastrad# Diagnostic/debugging support options
541.1.1.2Sriastrad#options 	DIAGNOSTIC	# cheap kernel consistency checks
551.1.1.2Sriastrad#options 	DEBUG		# expensive debugging checks/support
561.1.1.2Sriastrad#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
571.1.1.2Sriastradoptions 	DDB		# in-kernel debugger
581.1Sriastradoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
591.1Sriastradoptions 	DDB_VERBOSE_HELP
601.1Sriastradoptions 	TRAP_PANICWAIT
611.1Sriastrad
621.1Sriastradmakeoptions	DEBUG="-g"	# compile full symbol table
631.1Sriastrad
641.1Sriastrad# Compatibility option
651.1.1.2Sriastradoptions 	COMPAT_09	# NetBSD 0.9,
661.1.1.2Sriastradoptions 	COMPAT_10	# NetBSD 1.0,
671.1Sriastradoptions 	COMPAT_11	# NetBSD 1.1,
681.1Sriastradoptions 	COMPAT_12	# NetBSD 1.2,
691.1Sriastradoptions 	COMPAT_13	# NetBSD 1.3,
701.1Sriastradoptions 	COMPAT_14	# NetBSD 1.4,
711.1Sriastradoptions 	COMPAT_15	# NetBSD 1.5,
721.1Sriastradoptions 	COMPAT_16	# NetBSD 1.6,
731.1.1.2Sriastradoptions 	COMPAT_20	# NetBSD 2.0,
741.1Sriastradoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
751.1Sriastradoptions 	COMPAT_40	# NetBSD 4.0 compatibility.
761.1Sriastradoptions 	COMPAT_50	# NetBSD 5.0 compatibility.
771.1Sriastradoptions 	COMPAT_43	# and 4.3BSD
781.1Sriastradoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
791.1Sriastrad#options 	COMPAT_LINUX	# Linux binary compatibility
801.1Sriastrad#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
811.1Sriastradoptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
821.1Sriastrad
831.1.1.2Sriastrad# Wedge support
841.1.1.2Sriastradoptions 	DKWEDGE_AUTODISCOVER	# Automatically add dk(4) instances
851.1Sriastradoptions 	DKWEDGE_METHOD_GPT	# Supports GPT partitions as wedges
861.1Sriastrad# The following two options can break /etc/fstab, so handle with care
871.1Sriastrad#options 	DKWEDGE_METHOD_BSDLABEL	# Support disklabel entries as wedges
881.1Sriastrad#options 	DKWEDGE_METHOD_MBR	# Support MBR partitions as wedges
891.1.1.2Sriastrad
901.1.1.2Sriastrad# File systems
911.1Sriastradfile-system 	FFS		# UFS
921.1Sriastradfile-system 	EXT2FS		# second extended file system (linux)
931.1Sriastradfile-system 	LFS		# log-structured file system
941.1Sriastradfile-system 	MFS		# memory file system
951.1Sriastradfile-system 	NFS		# Network file System client
961.1Sriastradfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
971.1Sriastradfile-system 	MSDOSFS		# MS-DOS file system
981.1Sriastradfile-system 	ADOSFS		# AmigaDOS file system
991.1Sriastradfile-system 	FDESC		# /dev/fd
1001.1Sriastradfile-system 	KERNFS		# /kern
1011.1Sriastradfile-system 	NULLFS		# loopback file system
1021.1Sriastradfile-system 	OVERLAY		# overlay file system
1031.1Sriastradfile-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
1041.1Sriastradfile-system 	PROCFS		# /proc
1051.1Sriastradfile-system 	UMAPFS		# NULLFS + uid and gid remapping
1061.1Sriastradfile-system 	UNION		# union file system
1071.1Sriastradfile-system 	NTFS		# Windows NT file system
1081.1Sriastradfile-system	PTYFS		# /dev/pts/N support
1091.1Sriastradfile-system	TMPFS		# Efficient memory file-system
1101.1Sriastrad#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1111.1Sriastrad
1121.1Sriastrad# File system options
1131.1Sriastradoptions 	QUOTA		# legacy UFS quotas
1141.1Sriastradoptions 	QUOTA2		# new, in-filesystem UFS quotas
1151.1Sriastradoptions 	FFS_EI		# FFS Endian Independent support
1161.1Sriastradoptions 	WAPBL		# File system journaling support - Experimental
1171.1Sriastrad#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1181.1Sriastradoptions 	NFSSERVER	# Network File System server
1191.1Sriastrad#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1201.1Sriastrad#options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
1211.1Sriastrad					# immutable) behave as system flags.
1221.1Sriastrad
1231.1Sriastradoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
1241.1Sriastrad
1251.1Sriastrad# Networking options
1261.1Sriastrad#options 	GATEWAY		# packet forwarding
1271.1Sriastradoptions 	INET		# IP + ICMP + TCP + UDP
1281.1.1.2Sriastradoptions 	INET6		# IPV6
1291.1.1.2Sriastrad#options 	IPSEC		# IP security
1301.1Sriastrad#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1311.1Sriastrad#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1321.1Sriastrad#options 	IPSEC_DEBUG	# debug for IP security
1331.1Sriastrad#options 	MROUTING	# IP multicast routing
1341.1Sriastrad#options 	PIM		# Protocol Independent Multicast
1351.1Sriastrad#options 	ISO,TPIP	# OSI
1361.1Sriastrad#options 	EON		# OSI tunneling over IP
1371.1Sriastrad#options 	NETATALK	# AppleTalk networking protocols
1381.1Sriastradoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1391.1Sriastradoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1401.1Sriastradoptions 	PPP_FILTER	# Active filter support for PPP (requires BPF)
1411.1Sriastradoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1421.1Sriastradoptions 	IPFILTER_LOG	# ipmon(8) log support
1431.1Sriastradoptions 	IPFILTER_LOOKUP	# ippool(8) support
1441.1Sriastradoptions 	IPFILTER_COMPAT # Compat for IP-Filter
1451.1Sriastrad#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1461.1Sriastrad#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1471.1Sriastrad
1481.1Sriastrad#options 	ALTQ		# Manipulate network interfaces' output queues
1491.1.1.2Sriastrad#options 	ALTQ_BLUE	# Stochastic Fair Blue
1501.1.1.2Sriastrad#options 	ALTQ_CBQ	# Class-Based Queueing
1511.1Sriastrad#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1521.1Sriastrad#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1531.1Sriastrad#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1541.1Sriastrad#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1551.1Sriastrad#options 	ALTQ_LOCALQ	# Local queueing discipline
1561.1Sriastrad#options 	ALTQ_PRIQ	# Priority Queueing
1571.1Sriastrad#options 	ALTQ_RED	# Random Early Detection
1581.1Sriastrad#options 	ALTQ_RIO	# RED with IN/OUT
1591.1Sriastrad#options 	ALTQ_WFQ	# Weighted Fair Queueing
1601.1Sriastrad
1611.1.1.2Sriastrad# These options enable verbose messages for several subsystems.
1621.1Sriastrad# Warning, these may compile large string tables into the kernel!
1631.1.1.2Sriastradoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1641.1Sriastradoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1651.1Sriastrad#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1661.1.1.2Sriastradoptions 	SCSIVERBOSE	# human readable SCSI error messages
1671.1.1.2Sriastradoptions 	USBVERBOSE	# verbose USB device autoconfig messages
1681.1.1.2Sriastrad
1691.1.1.2Sriastradoptions 	WSEMUL_VT100
1701.1.1.2Sriastradoptions 	WS_DEFAULT_FG=WSCOL_BLACK
1711.1.1.2Sriastradoptions 	WS_DEFAULT_BG=WSCOL_LIGHT_WHITE
1721.1.1.2Sriastradoptions 	WS_KERNEL_FG=WSCOL_GREEN
1731.1Sriastradoptions 	WS_KERNEL_BG=WSCOL_LIGHT_WHITE
1741.1Sriastrad#options 	FONT_GALLANT12x22
1751.1Sriastradoptions 	FONT_BOLD8x16
1761.1.1.2Sriastrad
1771.1Sriastrad# Kernel root file system and dump configuration
1781.1Sriastradconfig		netbsd	root on ? type ?
1791.1Sriastrad
1801.1Sriastrad#
1811.1Sriastrad# Device configuration
1821.1.1.2Sriastrad#
1831.1.1.2Sriastrad
1841.1.1.2Sriastradmainbus*	at root
1851.1.1.2Sriastrad
1861.1.1.2Sriastrad# CPUs
1871.1.1.2Sriastradcpu*		at mainbus?
1881.1.1.2Sriastrad
1891.1.1.2Sriastrad# Generic OpenFirmware console support
1901.1.1.2Sriastradrtas*		at mainbus?
1911.1.1.2Sriastrad
1921.1.1.2Sriastradgt*		at mainbus?			# Marvell MV64361 Discovery II
1931.1Sriastradmvgbec* 	at gt? offset ?			# Gigabit Ethernet
1941.1Sriastradmvgbe0		at mvgbec? port 1 irq 9
1951.1Sriastrad
1961.1.1.2Sriastrad# PCI root nodes
1971.1Sriastradofwpci*		at mainbus?
1981.1Sriastradpci*		at ofwpci? bus ?
1991.1Sriastradgtpci*		at gt? unit ?
2001.1Sriastradpci*		at gtpci? bus ?
2011.1Sriastrad
2021.1.1.2Sriastrad# PCI bridges
2031.1.1.2Sriastradpchb*		at pci? dev ? function ?
2041.1.1.2Sriastradppb*		at pci? dev ? function ?
2051.1.1.2Sriastradpcib*		at pci? dev ? function ?
2061.1.1.2Sriastrad
2071.1.1.2Sriastrad# ISA bus support
2081.1.1.2Sriastradisa*		at pcib?
2091.1.1.2Sriastrad
2101.1.1.2Sriastrad# Console Devices
2111.1.1.2Sriastradgenfb*		at pci? dev ? function ?
2121.1.1.2Sriastrad#radeonfb*	at pci? dev ? function ?
2131.1.1.2Sriastrad#voodoofb*	at pci? dev ? function ?	# 3Dfx Voodoo3 
2141.1.1.2Sriastradpckbc0		at isa?			# pc keyboard controller
2151.1.1.2Sriastradpckbd*		at pckbc?		# PC keyboard
2161.1.1.2Sriastradpms*		at pckbc?		# PS/2 mouse for wsmouse
2171.1.1.2Sriastrad#wscons stuff
2181.1.1.2Sriastradwskbd*		at pckbd? console ?
2191.1.1.2Sriastradwsmouse*	at pms? mux 0
2201.1.1.2Sriastrad# make sure the console display is always wsdisplay0 XXX Why?
2211.1.1.2Sriastradwsdisplay0      at wsemuldisplaydev? console 1
2221.1.1.2Sriastradwsdisplay*      at wsemuldisplaydev?
2231.1.1.2Sriastrad
2241.1Sriastradattimer0	at isa?			# AT Timer
2251.1Sriastradpcppi0		at isa?			# PC prog. periph. interface
2261.1Sriastrad# FIX ISABEEP LATER
2271.1Sriastrad
2281.1Sriastrad# VIA VT82C686A/VT8231 Hardware Monitor and Power Management Timer
2291.1Sriastradviaenv* 	at pci? dev ? function ?
2301.1Sriastrad
2311.1Sriastrad# Serial Devices
2321.1Sriastrad# ISA serial interfaces
2331.1Sriastradcom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
2341.1Sriastradcom1	at isa? port 0x2f8 irq 3
2351.1Sriastrad
2361.1.1.2Sriastrad# Parallel Printer Interfaces
2371.1.1.2Sriastrad# ISA parallel printer interfaces
2381.1Sriastradlpt0		at isa? port 0x3bc irq 7	# standard PC parallel ports
2391.1Sriastrad
2401.1Sriastrad# ISA floppy
2411.1Sriastradfdc0		at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
2421.1Sriastradfd*		at fdc? drive ?			# the drives themselves
2431.1Sriastrad
2441.1Sriastrad# SCSI Controllers and Devices
2451.1Sriastradsiop*		at pci? dev ? function ?	# Symbios 53c8xx SCSI
2461.1Sriastradesiop*		at pci? dev ? function ?	# Symbios 53c875 SCSI and newer
2471.1Sriastrad
2481.1Sriastrad# SCSI bus support
2491.1Sriastradscsibus* 	at siop?
2501.1Sriastradscsibus* 	at esiop?
2511.1Sriastradscsibus* 	at umass?
2521.1Sriastradscsibus* 	at sbp?
2531.1Sriastrad
2541.1Sriastrad# SCSI devices
2551.1.1.2Sriastradsd*		at scsibus? target ? lun ?	# SCSI disk drives
2561.1.1.2Sriastradst*		at scsibus? target ? lun ?	# SCSI tape drives
2571.1Sriastradcd*		at scsibus? target ? lun ?	# SCSI CD-ROM drives
2581.1Sriastrad#ch*		at scsibus? target ? lun ?	# SCSI autochangers
2591.1.1.2Sriastrad#ss*		at scsibus? target ? lun ?	# SCSI scanners
2601.1Sriastrad#uk*		at scsibus? target ? lun ?	# SCSI unknown
2611.1.1.2Sriastrad
2621.1Sriastrad# IDE and related devices
2631.1.1.2Sriastrad# PCI IDE controllers
2641.1.1.2Sriastradpciide*		at pci? dev ? function ? flags 0x0000
2651.1Sriastradviaide*		at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
2661.1Sriastradsiisata*	at pci? dev ? function ?
2671.1Sriastrad
2681.1Sriastrad# ATA (IDE) bus support
2691.1Sriastradatabus0		at viaide0 channel 0
2701.1Sriastradatabus1		at viaide0 channel 1
2711.1Sriastradatabus*		at ata?
2721.1Sriastrad
2731.1Sriastrad# IDE drives
2741.1Sriastrad# Flags are used only with controllers that support DMA operations
2751.1Sriastrad# and mode settings (e.g. some pciide controllers)
2761.1Sriastrad# The lowest order four bits (rightmost digit) of the flags define the PIO
2771.1.1.2Sriastrad# mode to use, the next set of four bits the DMA mode and the third set the
2781.1Sriastrad# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
2791.1Sriastrad# to use, and the last bit must be 1 for this setting to be used.
2801.1.1.2Sriastrad# For DMA and UDMA, 0xf (1111) means 'disable'.
2811.1Sriastrad# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
2821.1.1.2Sriastrad# (0xc=1100, 0xa=1010, 0xf=1111)
2831.1Sriastrad# 0x0000 means "use whatever the drive claims to support".
2841.1.1.2Sriastradwd0	at atabus0 drive 0 flags 0x0000
2851.1.1.2Sriastradwd*	at atabus? drive ? flags 0x0000
2861.1Sriastrad
2871.1Sriastrad# ATAPI bus support
2881.1Sriastradatapibus*	at atapi?
2891.1Sriastrad
2901.1Sriastrad# ATAPI devices
2911.1Sriastrad# flags have the same meaning as for IDE drives.
2921.1Sriastradcd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
2931.1Sriastradsd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
2941.1Sriastraduk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
2951.1Sriastrad
2961.1Sriastrad# Network Interfaces
2971.1Sriastradep*	at pci? dev ? function ?	# 3Com 3c59x
2981.1Sriastradex*	at pci? dev ? function ?	# 3Com 3c90x[BC]
2991.1Sriastradfxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
3001.1Sriastradne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
3011.1.1.2Sriastradpcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
3021.1.1.2Sriastradre*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
3031.1Sriastradrtk*	at pci? dev ? function ?	# Realtek 8129/8139
3041.1Sriastradsip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
3051.1Sriastradtlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
3061.1Sriastradvr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
3071.1Sriastrad
3081.1Sriastrad# MII/PHY support
3091.1Sriastradacphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
3101.1Sriastradamhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
3111.1Sriastradbmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
3121.1Sriastradbrgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
3131.1Sriastradciphy*	at mii? phy ?			# Cicada CS8201 Gig-E PHYs
3141.1Sriastraddmphy*	at mii? phy ?			# Davicom DM9101 PHYs
3151.1.1.2Sriastradexphy*	at mii? phy ?			# 3Com internal PHYs
3161.1.1.2Sriastradgentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
3171.1.1.2Sriastradglxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
3181.1.1.2Sriastradgphyter* at mii? phy ?			# NS83861 Gig-E PHY
3191.1Sriastradicsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
3201.1Sriastradigphy*	at mii? phy ?			# Intel IGP01E1000
3211.1.1.2Sriastradikphy*	at mii? phy ?			# Intel 82563 PHYs
3221.1.1.2Sriastradinphy*	at mii? phy ?			# Intel 82555 PHYs
3231.1Sriastradiophy*	at mii? phy ?			# Intel 82553 PHYs
3241.1Sriastradlxtphy* at mii? phy ?			# Level One LXT-970 PHYs
3251.1Sriastradmakphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
3261.1Sriastradnsphy*	at mii? phy ?			# NS83840 PHYs
3271.1Sriastradnsphyter* at mii? phy ? 		# NS83843 PHYs
3281.1.1.2Sriastradpnaphy* at mii? phy ?			# generic HomePNA PHYs
3291.1.1.2Sriastradqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
3301.1Sriastradrgephy* at mii? phy ?			# Realtek 8169S/8110S internal PHYs
3311.1.1.2Sriastradrlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
3321.1Sriastradsqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
3331.1.1.2Sriastradtlphy*	at mii? phy ?			# ThunderLAN PHYs
3341.1.1.2Sriastradtqphy*	at mii? phy ?			# TDK Semiconductor PHYs
3351.1.1.2Sriastradukphy*	at mii? phy ?			# generic unknown PHYs
3361.1.1.2Sriastradurlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
3371.1.1.2Sriastrad
3381.1.1.2Sriastrad# PCI USB controllers
3391.1.1.2Sriastraduhci*	at pci? dev ? function ?	# USB Universal Host Controller
3401.1Sriastradohci*	at pci? dev ? function ?	# USB Open Host Controller
3411.1.1.2Sriastradehci*	at pci? dev ? function ?	# USB Enhanced Host Controller
3421.1.1.2Sriastrad
3431.1.1.2Sriastradusb*	at uhci?			# USB bus support
3441.1.1.2Sriastradusb*	at ohci?			# USB bus support
3451.1Sriastradusb*	at ehci?			# USB bus support
3461.1Sriastraduhub*	at usb?				# USB Hubs
3471.1.1.2Sriastraduhub*	at uhub? port ?
3481.1.1.2Sriastrad
3491.1.1.2Sriastrad# USB Mass Storage
3501.1.1.2Sriastradumass*	at uhub? port ? configuration ? interface ?
3511.1.1.2Sriastradwd*	at umass?
3521.1.1.2Sriastrad
3531.1.1.2Sriastraduhidev*	at uhub? port ? configuration ? interface ?	# USB HID device
3541.1.1.2Sriastrad
3551.1.1.2Sriastradums*	at uhidev? reportid ?				# USB Mice
3561.1Sriastradwsmouse* at ums? mux 0
3571.1.1.2Sriastrad
3581.1.1.2Sriastradukbd*	at uhidev? reportid ?				# USB Keyboards
3591.1.1.2Sriastradwskbd*	at ukbd? console ? mux 1
3601.1.1.2Sriastrad
3611.1.1.2Sriastraducycom*	at uhidev? reportid ?				# USB serial adapter
3621.1.1.2Sriastraduhid*	at uhidev? reportid ?				# USB Generic HID
3631.1Sriastradulpt*	at uhub? port ? configuration ? interface ?	# USB Printer
3641.1.1.2Sriastradumodem*	at uhub? port ? configuration ?			# USB Modem
3651.1.1.2Sriastraducom*	at umodem?
3661.1.1.2Sriastraduhso*	at uhub? port ? configuration ?			# Option N.V. Wireless WAN modems
3671.1.1.2Sriastrad#uaudio*	at uhub? port ? configuration ?			# USB audio
3681.1.1.2Sriastrad
3691.1.1.2Sriastrad# D-Link DSB-R100 USB FM radio tuner
3701.1.1.2Sriastrad#udsbr* at uhub? port ?
3711.1.1.2Sriastrad#radio* at udsbr?
3721.1.1.2Sriastrad
3731.1.1.2Sriastrad# USB Ethernet adapters
3741.1.1.2Sriastrad#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
3751.1.1.2Sriastrad#axe*	at uhub? port ?		# ASIX AX88172 based adapters
3761.1.1.2Sriastrad#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
3771.1.1.2Sriastrad#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
3781.1.1.2Sriastrad#url*	at uhub? port ?		# Realtek RTL8150L based adapters
3791.1Sriastrad#udav*	at uhub? port ?		# Davicom DM9601 based adapters
3801.1Sriastrad
3811.1Sriastrad#ukyopon* at uhub? port ?				# Kyocera AIR-EDGE PHONE
3821.1Sriastrad#ucom*	at ukyopon? portno ?
3831.1Sriastrad
3841.1.1.2Sriastrad#uscanner* at uhub? port ?				# USB scanners
3851.1.1.2Sriastrad#uyap* at uhub? port ?					# Y@P firmware loader
3861.1Sriastradugen*	at uhub? port ? configuration ? interface ?	# USB Generic driver
3871.1.1.2Sriastrad
3881.1Sriastrad# USB 802.11 adapters
3891.1.1.2Sriastrad#atu*	at uhub? port ?		# Atmel at76c50x 802.11b
3901.1.1.2Sriastrad#ral*	at uhub? port ?		# Ralink Technology RT25x0 802.11a/b/g
3911.1.1.2Sriastrad#zyd*	at uhub? port ?		# Zydas ZD1211
3921.1.1.2Sriastrad
3931.1.1.2Sriastrad# PCI IEEE1394 controllers
3941.1.1.2Sriastradfwohci*	at pci? dev ? function ?	# IEEE1394 Open Host Controller
3951.1.1.2Sriastrad
3961.1.1.2Sriastradieee1394if* at fwohci?
3971.1.1.2Sriastradfwip*	at ieee1394if?			# IP over IEEE1394
3981.1.1.2Sriastradsbp*	at ieee1394if? euihi ? euilo ?
3991.1.1.2Sriastrad
4001.1.1.2Sriastrad# Audio Devices
4011.1.1.2Sriastrad
4021.1Sriastrad# PCI audio devices
4031.1.1.2Sriastradauvia*  at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
4041.1.1.2Sriastrad
4051.1Sriastrad# Audio support
4061.1Sriastradaudio*	at audiobus?
4071.1.1.2Sriastrad
4081.1.1.2Sriastrad
4091.1Sriastrad#
4101.1.1.2Sriastrad# accept filters
4111.1.1.2Sriastradpseudo-device   accf_data		# "dataready" accept filter
4121.1.1.2Sriastradpseudo-device   accf_http		# "httpready" accept filter
4131.1Sriastrad
4141.1.1.2Sriastradpseudo-device	vnd			# disk-like interface to files
4151.1.1.2Sriastrad#options 	VND_COMPRESSION		# compressed vnd(4)
4161.1.1.2Sriastradpseudo-device	ccd		4	# concatenated/striped disk devices
4171.1Sriastrad#pseudo-device	cgd		4	# cryptographic disk devices
4181.1.1.2Sriastradpseudo-device	raid		8	# RAIDframe disk driver
4191.1.1.2Sriastradoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
4201.1Sriastrad# Options to enable various other RAIDframe RAID types.
4211.1.1.2Sriastrad#options 	RF_INCLUDE_EVENODD=1
4221.1.1.2Sriastrad#options 	RF_INCLUDE_RAID5_RS=1
4231.1.1.2Sriastrad#options 	RF_INCLUDE_PARITYLOGGING=1
4241.1Sriastrad#options 	RF_INCLUDE_CHAINDECLUSTER=1
4251.1Sriastrad#options 	RF_INCLUDE_INTERDECLUSTER=1
4261.1Sriastrad#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
4271.1.1.2Sriastrad#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
4281.1.1.2Sriastradpseudo-device	fss			# file system snapshot device
4291.1.1.2Sriastradpseudo-device	md			# memory disk device
4301.1.1.2Sriastradpseudo-device	loop			# network loopback
4311.1.1.2Sriastradpseudo-device	bpfilter		# packet filter
4321.1.1.2Sriastrad#pseudo-device	carp			# Common Address Redundancy Protocol
4331.1.1.2Sriastradpseudo-device	ipfilter		# IP Filter (firewall) and NAT
4341.1.1.2Sriastradpseudo-device	ppp			# Point-to-Point Protocol
4351.1Sriastradpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
4361.1Sriastradpseudo-device	sl			# Serial Line IP
4371.1Sriastradpseudo-device	tun			# network tunneling over tty
4381.1.1.2Sriastradpseudo-device	tap			# virtual Ethernet
4391.1.1.2Sriastrad#pseudo-device	gre			# generic L3 over IP tunnel
4401.1.1.2Sriastradpseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
4411.1.1.2Sriastrad#pseudo-device	faith			# IPv[46] tcp relay translation i/f
4421.1.1.2Sriastradpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
4431.1.1.2Sriastradpseudo-device	vlan			# IEEE 802.1q encapsulation
4441.1.1.2Sriastradpseudo-device	bridge			# simple inter-network bridging
4451.1.1.2Sriastrad#options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
4461.1.1.2Sriastradpseudo-device	agr			# IEEE 802.3ad link aggregation
4471.1Sriastradpseudo-device	pty			# pseudo-terminals
4481.1Sriastradpseudo-device	rnd			# /dev/random and in-kernel generator
4491.1Sriastradpseudo-device	clockctl		# user control of clock subsystem
4501.1Sriastradpseudo-device	openfirm		# /dev/openfirm
4511.1Sriastradpseudo-device	ksyms			# /dev/ksyms
4521.1Sriastradpseudo-device	wsmux			# mouse and keyboard multiplexor
4531.1Sriastrad#pseudo-device	pf			# PF packet filter
4541.1Sriastrad#pseudo-device	pflog			# PF log if
4551.1Sriastradpseudo-device	putter			# for puffs and pud
4561.1Sriastrad
4571.1Sriastrad# userland interface to drivers, including autoconf and properties retrieval
4581.1Sriastradpseudo-device	drvctl
4591.1Sriastrad
4601.1Sriastrad# Veriexec
4611.1Sriastrad#
4621.1Sriastrad# a pseudo device needed for veriexec
4631.1Sriastrad#pseudo-device	veriexec		1
4641.1Sriastrad#
4651.1Sriastrad# Uncomment the fingerprint methods below that are desired. Note that
4661.1Sriastrad# removing fingerprint methods will have almost no impact on the kernel
4671.1Sriastrad# code size.
4681.1Sriastrad#
4691.1Sriastrad#options VERIFIED_EXEC_FP_RMD160
4701.1Sriastrad#options VERIFIED_EXEC_FP_SHA256
4711.1Sriastrad#options VERIFIED_EXEC_FP_SHA384
4721.1Sriastrad#options VERIFIED_EXEC_FP_SHA512
4731.1Sriastrad#options VERIFIED_EXEC_FP_SHA1
4741.1.1.2Sriastrad#options VERIFIED_EXEC_FP_MD5
4751.1.1.2Sriastrad