XEN3_DOM0 revision 1.59
11.59Sjnemeth# $NetBSD: XEN3_DOM0,v 1.59 2010/11/13 09:48:54 jnemeth Exp $
21.2Sbouyer
31.2Sbouyerinclude 	"arch/amd64/conf/std.xen"
41.2Sbouyer
51.2Sbouyeroptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
61.2Sbouyer
71.2Sbouyer#options 	UVMHIST
81.2Sbouyer#options 	UVMHIST_PRINT
91.2Sbouyer#options 	SYSCALL_DEBUG
101.2Sbouyer
111.2Sbouyermaxusers	32		# estimated number of users
121.2Sbouyer
131.2Sbouyer#
141.2Sbouyeroptions 	DOM0OPS
151.56Scherry#options         XEN_BALLOON     # Xen memory ballooning - Experimental
161.56Scherry
171.2Sbouyer# boot messages with MPBIOS, acpi and ioapic can be quite large
181.7Smarttioptions 	MSGBUFSIZE=24576
191.2Sbouyer
201.2Sbouyer#options 	VM86		# virtual 8086 emulation
211.2Sbouyer#options 	USER_LDT	# user-settable LDT; used by WINE
221.2Sbouyer
231.43Sjym# Enhanced SpeedStep Technology in the Pentium M
241.43Sjymoptions		ENHANCED_SPEEDSTEP
251.43Sjym#options	EST_FREQ_USERWRITE	# any user can set frequency
261.43Sjym
271.43Sjym# AMD PowerNow! and Cool`n'Quiet technology
281.43Sjymoptions		POWERNOW_K8
291.43Sjym
301.2Sbouyer#options 	MTRR		# memory-type range register syscall support
311.2Sbouyer
321.2Sbouyer#options 	CONSDEVNAME="\"xencons\""
331.2Sbouyer#options 	CONS_OVERRIDE
341.2Sbouyer
351.2Sbouyeroptions 	INSECURE	# disable kernel security levels - X needs this
361.2Sbouyer
371.2Sbouyeroptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
381.2Sbouyeroptions 	NTP		# NTP phase/frequency locked loop
391.2Sbouyer
401.2Sbouyeroptions 	KTRACE		# system call tracing via ktrace(1)
411.2Sbouyer
421.2Sbouyeroptions 	SYSVMSG		# System V-like message queues
431.2Sbouyeroptions 	SYSVSEM		# System V-like semaphores
441.2Sbouyeroptions 	SYSVSHM		# System V-like memory sharing
451.2Sbouyeroptions 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
461.2Sbouyer
471.2Sbouyer
481.2Sbouyeroptions 	USERCONF	# userconf(4) support
491.2Sbouyeroptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
501.2Sbouyer
511.2Sbouyer# Diagnostic/debugging support options
521.2Sbouyeroptions 	DIAGNOSTIC	# expensive kernel consistency checks
531.2Sbouyeroptions 	DEBUG		# expensive debugging checks/support 
541.2Sbouyeroptions 	KMEMSTATS	# kernel memory statistics (vmstat -m)
551.2Sbouyeroptions 	DDB		# in-kernel debugger
561.2Sbouyeroptions 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
571.2Sbouyeroptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
581.2Sbouyer#options 	KGDB		# remote debugger
591.2Sbouyer#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=57600
601.7Smarttimakeoptions 	DEBUG="-g"	# compile full symbol table
611.7Smarttimakeoptions 	COPTS="-O2 -fno-omit-frame-pointer"
621.2Sbouyeroptions DDB_COMMANDONENTER="trace;show registers"
631.2Sbouyer
641.2Sbouyer# Compatibility options
651.23Sjoergoptions 	COMPAT_15	# compatibility with NetBSD 1.5,
661.23Sjoergoptions 	COMPAT_16	# NetBSD 1.6,
671.23Sjoergoptions 	COMPAT_20	# NetBSD 2.0,
681.23Sjoergoptions 	COMPAT_30	# NetBSD 3.0,
691.23Sjoergoptions 	COMPAT_40	# NetBSD 4.0 compatibility.
701.23Sjoergoptions 	COMPAT_43	# and 4.3BSD
711.23Sjoerg#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
721.39Sceggeroptions		COMPAT_50	# NetBSD 5.0
731.23Sjoerg
741.23Sjoergoptions 	COMPAT_OSSAUDIO
751.2Sbouyeroptions 	COMPAT_NETBSD32
761.23Sjoergoptions 	COMPAT_LINUX
771.23Sjoergoptions 	COMPAT_LINUX32	# req. COMPAT_LINUX and COMPAT_NETBSD32
781.2Sbouyeroptions 	EXEC_ELF32
791.2Sbouyeroptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
801.2Sbouyer
811.55Sbouyer# Wedge support
821.55Sbouyeroptions 	DKWEDGE_AUTODISCOVER	# Automatically add dk(4) instances
831.55Sbouyeroptions 	DKWEDGE_METHOD_GPT	# Supports GPT partitions as wedges
841.55Sbouyer# The following two options can break /etc/fstab, so handle with care
851.55Sbouyer#options 	DKWEDGE_METHOD_BSDLABEL	# Support disklabel entries as wedges
861.55Sbouyer#options 	DKWEDGE_METHOD_MBR	# Support MBR partitions as wedges
871.55Sbouyer
881.2Sbouyer# File systems
891.2Sbouyerfile-system 	FFS		# UFS
901.2Sbouyerfile-system 	EXT2FS		# second extended file system (linux)
911.2Sbouyerfile-system 	LFS		# log-structured file system
921.2Sbouyerfile-system 	MFS		# memory file system
931.2Sbouyerfile-system 	NFS		# Network File System client
941.2Sbouyerfile-system 	NTFS		# Windows/NT file system (experimental)
951.2Sbouyerfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
961.2Sbouyerfile-system 	MSDOSFS		# MS-DOS file system
971.2Sbouyerfile-system 	FDESC		# /dev/fd
981.2Sbouyerfile-system 	KERNFS		# /kern
991.2Sbouyerfile-system 	NULLFS		# loopback file system
1001.2Sbouyerfile-system 	OVERLAY		# overlay file system
1011.47Spookafile-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
1021.2Sbouyerfile-system 	PROCFS		# /proc
1031.2Sbouyerfile-system 	UMAPFS		# NULLFS + uid and gid remapping
1041.2Sbouyerfile-system 	UNION		# union file system
1051.2Sbouyerfile-system 	CODA		# Coda File System; also needs vcoda (below)
1061.2Sbouyerfile-system 	SMBFS		# experimental - CIFS; also needs nsmb (below)
1071.2Sbouyerfile-system 	PTYFS		# /dev/pts/N support
1081.2Sbouyerfile-system 	TMPFS		# Efficient memory file-system
1091.2Sbouyer
1101.2Sbouyer# File system options
1111.2Sbouyeroptions 	QUOTA		# UFS quotas
1121.2Sbouyer#options 	FFS_EI		# FFS Endian Independent support
1131.21Sceggeroptions		WAPBL		# File system journaling support - Experimental
1141.2Sbouyer#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1151.2Sbouyeroptions 	NFSSERVER	# Network File System server
1161.2Sbouyer#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1171.2Sbouyer#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1181.2Sbouyer				# immutable) behave as system flags.
1191.2Sbouyer
1201.2Sbouyer# Networking options
1211.2Sbouyer#options 	GATEWAY		# packet forwarding
1221.2Sbouyeroptions 	INET		# IP + ICMP + TCP + UDP
1231.2Sbouyeroptions 	INET6		# IPV6
1241.2Sbouyer#options 	IPSEC		# IP security
1251.2Sbouyer#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1261.2Sbouyer#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1271.2Sbouyer#options 	IPSEC_DEBUG	# debug for IP security
1281.2Sbouyer#options 	MROUTING	# IP multicast routing
1291.2Sbouyer#options 	PIM		# Protocol Independent Multicast
1301.18Sad#options 	ISO,TPIP	# OSI
1311.2Sbouyer#options 	EON		# OSI tunneling over IP
1321.2Sbouyeroptions 	NETATALK	# AppleTalk networking protocols
1331.2Sbouyeroptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1341.2Sbouyeroptions 	PPP_DEFLATE	# Deflate compression support for PPP
1351.2Sbouyeroptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1361.2Sbouyeroptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1371.2Sbouyeroptions 	IPFILTER_LOG	# ipmon(8) log support
1381.2Sbouyeroptions 	IPFILTER_LOOKUP	# ippool(8) support
1391.2Sbouyer#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1401.2Sbouyer#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1411.2Sbouyer
1421.2Sbouyer#options 	ALTQ		# Manipulate network interfaces' output queues
1431.2Sbouyer#options 	ALTQ_BLUE	# Stochastic Fair Blue
1441.2Sbouyer#options 	ALTQ_CBQ	# Class-Based Queueing
1451.2Sbouyer#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1461.2Sbouyer#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1471.2Sbouyer#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1481.2Sbouyer#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1491.2Sbouyer#options 	ALTQ_LOCALQ	# Local queueing discipline
1501.2Sbouyer#options 	ALTQ_PRIQ	# Priority Queueing
1511.2Sbouyer#options 	ALTQ_RED	# Random Early Detection
1521.2Sbouyer#options 	ALTQ_RIO	# RED with IN/OUT
1531.2Sbouyer#options 	ALTQ_WFQ	# Weighted Fair Queueing
1541.2Sbouyer
1551.36Snisimuraoptions 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
1561.36Snisimura#options 	NFS_BOOT_BOOTSTATIC
1571.2Sbouyer#options 	NFS_BOOTSTATIC_MYIP="\"169.254.1.2\""
1581.2Sbouyer#options 	NFS_BOOTSTATIC_GWIP="\"169.254.1.1\""
1591.2Sbouyer#options 	NFS_BOOTSTATIC_MASK="\"255.255.255.0\""
1601.2Sbouyer#options 	NFS_BOOTSTATIC_SERVADDR="\"169.254.1.1\""
1611.2Sbouyer#options 	NFS_BOOTSTATIC_SERVER="\"server:/path/to/root\""
1621.2Sbouyer
1631.11Sbouyer#
1641.11Sbouyer# wscons options
1651.11Sbouyer#
1661.11Sbouyer# builtin terminal emulations
1671.11Sbouyer#options 	WSEMUL_SUN		# sun terminal emulation
1681.11Sbouyeroptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1691.11Sbouyer# different kernel output - see dev/wscons/wsdisplayvar.h
1701.11Sbouyeroptions 	WS_KERNEL_FG=WSCOL_GREEN
1711.11Sbouyer#options 	WS_KERNEL_BG=WSCOL_BLACK
1721.11Sbouyer# compatibility to other console drivers
1731.11Sbouyeroptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
1741.11Sbouyeroptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
1751.11Sbouyeroptions 	WSDISPLAY_COMPAT_USL		# VT handling
1761.11Sbouyeroptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1771.11Sbouyer# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
1781.11Sbouyer#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
1791.11Sbouyer# allocate a number of virtual screens at autoconfiguration time
1801.11Sbouyer#options 	WSDISPLAY_DEFAULTSCREENS=4
1811.11Sbouyer# use a large software cursor that doesn't blink
1821.11Sbouyeroptions 	PCDISPLAY_SOFTCURSOR
1831.11Sbouyer# modify the screen type of the console; defaults to "80x25"
1841.11Sbouyer#options 	VGA_CONSOLE_SCREENTYPE="\"80x24\""
1851.11Sbouyer# work around a hardware bug that loaded fonts don't work; found on ATI cards
1861.11Sbouyer#options 	VGA_CONSOLE_ATI_BROKEN_FONTSEL
1871.11Sbouyer# console scrolling support.
1881.11Sbouyeroptions 	WSDISPLAY_SCROLLSUPPORT
1891.11Sbouyer# enable VGA raster mode capable of displaying multilingual text on console
1901.11Sbouyer#options 	VGA_RASTERCONSOLE
1911.2Sbouyerconfig		netbsd	root on ? type ?
1921.2Sbouyer#config		netbsd	root on wd0a type ffs
1931.2Sbouyer#config		netbsd	root on xennet0 type nfs
1941.2Sbouyer
1951.2Sbouyermainbus0 at root
1961.2Sbouyer
1971.2Sbouyercpu* at mainbus?
1981.2Sbouyer
1991.2Sbouyer# IPMI support
2001.25Sbouyeripmi0		at mainbus?
2011.2Sbouyer
2021.2Sbouyerhypervisor*	at mainbus?		# Xen hypervisor
2031.2Sbouyer
2041.2Sbouyervcpu*		at hypervisor?		# Xen virtual CPUs
2051.2Sbouyer
2061.2Sbouyerxenbus*		at hypervisor?		# Xen virtual bus
2071.2Sbouyer
2081.2Sbouyerxencons*	at hypervisor?		# Xen virtual console
2091.2Sbouyer
2101.2Sbouyeracpi0 		at hypervisor?
2111.33Scegger#options 	ACPI_ACTIVATE_DEV	# If set, activate inactive devices
2121.9Sbouyeroptions 	ACPI_SCANPCI		# find PCI roots using ACPI
2131.33Scegger#options 	ACPICA_PEDANTIC		# force strict conformance to the Spec.
2141.33Sceggeroptions 	ACPIVERBOSE		# verbose ACPI configuration messages
2151.33Scegger#options	MIIVERBOSE		# verbose PHY autoconfig messages
2161.33Sceggeroptions 	MPBIOS			# configure CPUs and APICs using MPBIOS
2171.33Sceggeroptions 	MPDEBUG			# MPBIOS configures PCI roots
2181.33Sceggeroptions 	MPVERBOSE		# verbose MPBIOS autoconfig messages
2191.9Sbouyeroptions 	MPBIOS_SCANPCI		# MPBIOS configures PCI roots
2201.7Smartti#options 	PCI_ADDR_FIXUP		# fixup PCI I/O addresses
2211.7Smartti#options 	PCI_BUS_FIXUP		# fixup PCI bus numbering
2221.7Smartti#options 	PCI_INTR_FIXUP		# fixup PCI interrupt routing
2231.33Scegger#options	PCIVERBOSE		# verbose PCI device autoconfig messages
2241.33Scegger#options	USBVERBOSE		# verbose USB device autoconfig messages
2251.2Sbouyer
2261.2Sbouyerioapic*		at mainbus? apid ?
2271.2Sbouyer
2281.2Sbouyer# ACPI devices
2291.2Sbouyeracpiacad* 	at acpi?		# ACPI AC Adapter
2301.2Sbouyeracpibat* 	at acpi?		# ACPI Battery
2311.2Sbouyeracpibut* 	at acpi?		# ACPI Button
2321.17Sceggeracpidalb*	at acpi?		# ACPI Direct Application Launch Button
2331.2Sbouyeracpiec* 	at acpi?		# ACPI Embedded Controller
2341.2Sbouyeracpilid* 	at acpi?		# ACPI Lid Switch
2351.15Sceggeracpitz*		at acpi?		# ACPI Thermal Zone
2361.49Scnstaibs*		at acpi?		# ASUSTeK AI Booster hardware monitor
2371.16Sceggerhpqlb*		at acpi?		# HP Quick Launch Buttons
2381.20Sceggerpckbc*		at acpi?		# PC keyboard controller
2391.20Sceggerpcppi*		at acpi?		# AT-style speaker sound
2401.15Scegger
2411.2Sbouyer# PCI bus support
2421.2Sbouyerpci*		at hypervisor? bus ?
2431.2Sbouyerpci*		at pchb? bus ?
2441.2Sbouyerppb*		at pci? dev ? function ?	# PCI-PCI bridges
2451.2Sbouyerpci*		at ppb? bus ?
2461.2Sbouyer
2471.37Sbouyer# pci backend devices, used for PCI pass-through. To export a PCI device
2481.37Sbouyer# to a domU, the device has to be attached to the pciback driver in the dom0.
2491.37Sbouyer# you can force a device to attach to the pciback driver in dom0 passing
2501.37Sbouyer# pciback.hide=(bus:dev.fun)(bus:dev.func) to the dom0 kernel boot parameters.
2511.37Sbouyer# bus and dev are 2-digits hex number, func is a single-digit number:
2521.37Sbouyer# pciback.hide=(00:1a.0)(00:1a.1)(00:1a.7)
2531.37Sbouyerpciback* at pci?                        #pci backend device
2541.37Sbouyer
2551.2Sbouyer# PCI bridges
2561.32Sjoergichlpcib* at pci? dev ? function ?	# Intel ICH PCI-ISA w/ timecounter,
2571.2Sbouyer					# watchdog and SpeedStep support
2581.2Sbouyerpcib*	at pci? dev ? function ?	# PCI-ISA bridges
2591.2Sbouyerpchb*	at pci? dev ? function ?	# PCI-Host bridges
2601.2Sbouyerppb*	at pci? dev ? function ?	# PCI-PCI bridges
2611.2Sbouyer# XXX 'puc's aren't really bridges, but there's no better place for them here
2621.2Sbouyerpuc*	at pci? dev ? function ?	# PCI "universal" comm. cards
2631.2Sbouyer
2641.2Sbouyeragp* 	at pchb?
2651.2Sbouyer
2661.2Sbouyer# ISA bus support
2671.32Sjoergisa0	at ichlpcib?
2681.2Sbouyerisa0	at pcib?
2691.2Sbouyerisa0	at hypervisor?
2701.2Sbouyer
2711.2Sbouyer# Serial Devices
2721.2Sbouyer
2731.2Sbouyer# PCI serial interfaces
2741.2Sbouyercom*	at puc? port ?			# 16x50s on "universal" comm boards
2751.2Sbouyercy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
2761.2Sbouyercz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
2771.2Sbouyer
2781.2Sbouyer# ISA serial interfaces
2791.2Sbouyer#options 	COM_HAYESP		# adds Hayes ESP serial board support
2801.2Sbouyer# If a com port is used as Xen console it can't be used by the domain0 kernel
2811.2Sbouyer# and there's no easy way to detect this yet. Leave com0 out as it's the
2821.2Sbouyer# port usually used for serial console
2831.2Sbouyer#com0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
2841.2Sbouyercom1	at isa? port 0x2f8 irq 3
2851.2Sbouyer#com2	at isa? port 0x3e8 irq 5
2861.2Sbouyer#com3	at isa? port 0x2e8 irq 9
2871.2Sbouyer
2881.2Sbouyer# Parallel Printer Interfaces
2891.2Sbouyer
2901.2Sbouyer# PCI parallel printer interfaces
2911.2Sbouyerlpt*	at puc? port ?			# || ports on "universal" comm boards
2921.2Sbouyer
2931.2Sbouyer# ISA parallel printer interfaces
2941.2Sbouyerlpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
2951.2Sbouyer
2961.2Sbouyer# Hardware monitors
2971.2Sbouyer
2981.28Sceggeramdtemp* at pci? dev ? function ?	# AMD CPU Temperature sensors
2991.28Scegger
3001.2Sbouyer# AMD 768 and 8111 power/ACPI controllers
3011.2Sbouyeramdpm*	at pci? dev ? function ?	# RNG and SMBus 1.0 interface
3021.2Sbouyer#iic*	at amdpm?			# sensors below are on this bus
3031.30Spgoyette
3041.30Spgoyette# Thermal monitor and fan controller
3051.30Spgoyette#dbcool* at iic? addr 0x2C		# Unknown other motherboard(s)
3061.30Spgoyette#dbcool* at iic? addr 0x2D		# Tyan S2881
3071.30Spgoyette#dbcool* at iic? addr 0x2E		# Tyan S2882-D
3081.2Sbouyer
3091.50Scnst# Winbond LPC Super I/O
3101.50Scnst#wbsio*	at isa? port 0x2e
3111.50Scnst#wbsio*	at isa? port 0x4e
3121.50Scnst
3131.2Sbouyer# LM7[89] and compatible hardware monitors
3141.2Sbouyer#lm0	at isa?	port 0x290		# other common: 0x280, 0x310, 0xc00
3151.50Scnst#lm*	at wbsio?
3161.2Sbouyer
3171.2Sbouyer# VIA VT82C686A/VT8231 Hardware Monitor and Power Management TImer
3181.2Sbouyer#viaenv*	at pci? dev ? function ?
3191.2Sbouyer
3201.2Sbouyer
3211.2Sbouyer# PCI network interfaces
3221.42Sceggerage*	at pci? dev ? function ?	# Attansic/Atheros L1 Gigabit Ethernet
3231.2Sbouyeran*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
3241.41Sceggerale*	at pci? dev ? function ?	# Attansic/Atheros L1E Ethernet
3251.2Sbouyerath*	at pci? dev ? function ?	# Atheros 5210/5211/5212 802.11
3261.2Sbouyeratw*	at pci? dev ? function ?	# ADMtek ADM8211 (802.11)
3271.2Sbouyerbce* 	at pci? dev ? function ?	# Broadcom 4401 10/100 Ethernet
3281.2Sbouyerbge* 	at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
3291.2Sbouyerbnx* 	at pci? dev ? function ?	# Broadcom NetXtremeII gigabit Ethernet
3301.2Sbouyerdge*	at pci? dev ? function ?	# Intel 82597 10GbE LR
3311.2Sbouyeren*	at pci? dev ? function ?	# ENI/Adaptec ATM
3321.2Sbouyerep*	at pci? dev ? function ?	# 3Com 3c59x
3331.2Sbouyerepic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
3341.2Sbouyeresh*	at pci? dev ? function ?	# Essential HIPPI card
3351.59Sjnemethet*	at pci? dev ? function ?	# Agere/LSI ET1310/ET1301 Gigabit
3361.2Sbouyerex*	at pci? dev ? function ?	# 3Com 90x[BC]
3371.2Sbouyerfpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
3381.2Sbouyerfxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
3391.2Sbouyergsip*	at pci? dev ? function ?	# NS83820 Gigabit Ethernet
3401.2Sbouyerhme*	at pci? dev ? function ?	# Sun Microelectronics STP2002-STQ
3411.2Sbouyeripw*	at pci? dev ? function ?	# Intel PRO/Wireless 2100
3421.2Sbouyeriwi*	at pci? dev ? function ?	# Intel PRO/Wireless 2200BG
3431.27Soberiwn*    at pci? dev ? function ?        # Intel PRO/Wireless 4965AGN
3441.31Sbouyerjme*	at pci? dev ? function ?	# JMicron JMC2[56]0 ethernet
3451.2Sbouyerle*	at pci? dev ? function ?	# PCnet-PCI Ethernet
3461.14Scubelii*	at pci? dev ? function ?	# Atheros L2 Fast-Ethernet
3471.2Sbouyerlmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
3481.2Sbouyermskc*	at pci? dev ? function ?	# Marvell Yukon 2 Gigabit Ethernet
3491.2Sbouyermsk*	at mskc?			# Marvell Yukon 2 Gigabit Ethernet
3501.2Sbouyermtd*	at pci? dev ? function ?	# Myson MTD803 3-in-1 Ethernet
3511.2Sbouyerne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
3521.2Sbouyernfe*	at pci?	dev ? function ?	# NVIDIA nForce Ethernet
3531.2Sbouyerntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
3541.2Sbouyerpcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
3551.2Sbouyerral*	at pci? dev ? function ?	# Ralink Technology RT25x0 802.11a/b/g
3561.2Sbouyerre*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
3571.2Sbouyerrtk*	at pci? dev ? function ?	# Realtek 8129/8139
3581.2Sbouyersf*	at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
3591.2Sbouyersip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
3601.2Sbouyerskc*	at pci? dev ? function ?	# SysKonnect SK9821 Gigabit Ethernet
3611.2Sbouyersk*	at skc?				# SysKonnect SK9821 Gigabit Ethernet
3621.2Sbouyerste*	at pci? dev ? function ?	# Sundance ST-201 Ethernet
3631.2Sbouyerstge*	at pci? dev ? function ?	# Sundance/Tamarack TC9021 Gigabit
3641.2Sbouyerti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
3651.2Sbouyertl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
3661.2Sbouyertlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
3671.2Sbouyertxp*	at pci? dev ? function ?	# 3com 3cr990
3681.2Sbouyervge*	at pci? dev ? function ?	# VIATech VT612X Gigabit Ethernet
3691.2Sbouyervr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
3701.2Sbouyerwi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
3711.2Sbouyerwm*	at pci? dev ? function ?	# Intel 8254x gigabit
3721.2Sbouyerxge*	at pci? dev ? function ?	# Neterion (S2io) Xframe-I 10GbE
3731.2Sbouyer
3741.2Sbouyer# MII/PHY support
3751.2Sbouyeracphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
3761.2Sbouyeramhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
3771.38Sceggeratphy*	at mii? phy ?			# Attansic/Atheros PHYs
3781.2Sbouyerbmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
3791.2Sbouyerbrgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
3801.2Sbouyerciphy*	at mii? phy ?			# Cicada CS8201 Gig-E PHYs
3811.2Sbouyerdmphy*	at mii? phy ?			# Davicom DM9101 PHYs
3821.59Sjnemethetphy*	at mii? phy ?			# Agere/LSI ET1011 TruePHY Gig-E PHYs
3831.2Sbouyerexphy*	at mii? phy ?			# 3Com internal PHYs
3841.2Sbouyergentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
3851.2Sbouyerglxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
3861.2Sbouyergphyter* at mii? phy ?			# NS83861 Gig-E PHY
3871.2Sbouyericsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
3881.2Sbouyerigphy*	at mii? phy ?			# Intel IGP01E1000
3891.2Sbouyerikphy*	at mii? phy ?			# Intel 82563 PHYs
3901.2Sbouyerinphy*	at mii? phy ?			# Intel 82555 PHYs
3911.2Sbouyeriophy*	at mii? phy ?			# Intel 82553 PHYs
3921.2Sbouyerlxtphy* at mii? phy ?			# Level One LXT-970 PHYs
3931.2Sbouyermakphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
3941.2Sbouyernsphy*	at mii? phy ?			# NS83840 PHYs
3951.2Sbouyernsphyter* at mii? phy ? 		# NS83843 PHYs
3961.2Sbouyerpnaphy* at mii? phy ?			# generic HomePNA PHYs
3971.2Sbouyerqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
3981.2Sbouyerrgephy* at mii? phy ?			# Realtek 8169S/8110S internal PHYs
3991.2Sbouyerrlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
4001.2Sbouyersqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
4011.2Sbouyertlphy*	at mii? phy ?			# ThunderLAN PHYs
4021.2Sbouyertqphy*	at mii? phy ?			# TDK Semiconductor PHYs
4031.2Sbouyerukphy*	at mii? phy ?			# generic unknown PHYs
4041.2Sbouyerurlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
4051.2Sbouyer
4061.2Sbouyer# I2O devices
4071.2Sbouyeriop*	at pci? dev ? function ?	# I/O processor
4081.2Sbouyeriopsp*	at iop? tid ?			# SCSI/FC-AL ports
4091.2Sbouyerld*	at iop? tid ?			# block devices
4101.2Sbouyer# XXX dpti.c wants a processor type that is not assigned for x86-64
4111.2Sbouyer#dpti*	at iop? tid 0			# DPT/Adaptec control interface
4121.2Sbouyer
4131.2Sbouyer# IDE and related devices
4141.2Sbouyer# PCI IDE controllers - see pciide(4) for supported hardware.
4151.2Sbouyer# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
4161.2Sbouyer# how to set up DMA modes for this chip. This may work, or may cause
4171.2Sbouyer# a machine hang with some controllers.
4181.2Sbouyerpciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
4191.2Sbouyeracardide*	at pci? dev ? function ?	# Acard IDE controllers
4201.2Sbouyeraceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
4211.2Sbouyerahcisata* 	at pci? dev ? function ?	# AHCI SATA controllers
4221.2Sbouyerartsata* 	at pci? dev ? function ?	# Intel i31244 SATA controller
4231.2Sbouyercmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
4241.2Sbouyercypide* 	at pci? dev ? function ?	# Cypress IDE controllers
4251.2Sbouyergeodeide* 	at pci? dev ? function ?	# AMD Geode IDE controllers
4261.2Sbouyerhptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
4271.2Sbouyeriteide* 	at pci? dev ? function ?	# IT Express IDE controllers
4281.2Sbouyerixpide*		at pci? dev ? function ?	# ATI IXP IDE controllers
4291.2Sbouyerjmide* 		at pci? dev ? function ? 	# JMicron PCI-e PATA/SATA controllers
4301.2Sbouyerahcisata* 	at jmide?
4311.2Sbouyeroptiide* 	at pci? dev ? function ?	# Opti IDE controllers
4321.2Sbouyerpiixide* 	at pci? dev ? function ?	# Intel IDE controllers
4331.2Sbouyerpdcide* 	at pci? dev ? function ?	# Promise IDE controllers
4341.2Sbouyerpdcsata*	at pci? dev ? function ?	# Promise SATA150 controllers
4351.2Sbouyerrccide* 	at pci? dev ? function ?	# ServerWorks IDE controllers
4361.2Sbouyersatalink*	at pci? dev ? function ?	# SiI SATALink controllers
4371.58Sjakllschsiisata*	at pci? dev ? function ?	# SiI SteelVine controllers
4381.2Sbouyersiside* 	at pci? dev ? function ?	# SiS IDE controllers
4391.2Sbouyerslide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
4401.2Sbouyersvwsata* 	at pci? dev ? function ?	# ServerWorks SATA controllers
4411.2Sbouyerstpcide*	at pci? dev ? function ?	# STMicro STPC IDE controllers
4421.2Sbouyerviaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
4431.2Sbouyer
4441.2Sbouyer# ATA (IDE) bus support
4451.2Sbouyeratabus* at ata?
4461.2Sbouyer
4471.2Sbouyer# IDE drives
4481.2Sbouyer# Flags are used only with controllers that support DMA operations
4491.2Sbouyer# and mode settings (e.g. some pciide controllers)
4501.2Sbouyer# The lowest order four bits (rightmost digit) of the flags define the PIO
4511.2Sbouyer# mode to use, the next set of four bits the DMA mode and the third set the
4521.2Sbouyer# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
4531.2Sbouyer# to use, and the last bit must be 1 for this setting to be used.
4541.2Sbouyer# For DMA and UDMA, 0xf (1111) means 'disable'.
4551.2Sbouyer# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
4561.2Sbouyer# (0xc=1100, 0xa=1010, 0xf=1111)
4571.2Sbouyer# 0x0000 means "use whatever the drive claims to support".
4581.2Sbouyerwd*	at atabus? drive ? flags 0x0000
4591.2Sbouyer
4601.2Sbouyer# ATA RAID configuration support, as found on some Promise controllers.
4611.2Sbouyerpseudo-device	ataraid
4621.2Sbouyerld*	at ataraid? vendtype ? unit ?
4631.2Sbouyer
4641.2Sbouyer# ATAPI bus support
4651.2Sbouyeratapibus* at atapi?
4661.2Sbouyer
4671.2Sbouyer# ATAPI devices
4681.2Sbouyer# flags have the same meaning as for IDE drives.
4691.2Sbouyercd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
4701.2Sbouyersd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
4711.2Sbouyerst*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
4721.2Sbouyeruk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
4731.2Sbouyer
4741.2Sbouyer# SCSI Controllers and Devices
4751.2Sbouyer
4761.2Sbouyer# PCI SCSI controllers
4771.2Sbouyeradv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
4781.2Sbouyeradw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
4791.2Sbouyerahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
4801.2Sbouyerahd*	at pci? dev ? function ?	# Adaptec 29320, 39320 (aic790x) SCSI
4811.2Sbouyerbha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
4821.2Sbouyerdpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
4831.2Sbouyeriha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
4841.2Sbouyerisp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
4851.2Sbouyermfi*	at pci? dev ? function ?	# LSI MegaRAID SAS
4861.2Sbouyermly*	at pci? dev ? function ?	# Mylex AcceleRAID and eXtremeRAID
4871.2Sbouyermpt*	at pci? dev ? function ?	# LSI Fusion SCSI/FC
4881.2Sbouyernjs*	at pci? dev ? function ?	# Workbit NinjaSCSI-32
4891.2Sbouyerpcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
4901.2Sbouyersiop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
4911.2Sbouyeresiop*	at pci? dev ? function ?	# Symbios 53c875 SCSI and newer
4921.2Sbouyer#options 	SIOP_SYMLED		# drive the act. LED in software
4931.2Sbouyertrm*	at pci? dev ? function ?	# Tekram DC-395U/UW/F, DC-315/U SCSI
4941.2Sbouyer# SCSI bus support
4951.2Sbouyerscsibus* at scsi?
4961.2Sbouyer
4971.2Sbouyer# SCSI devices
4981.2Sbouyersd*	at scsibus? target ? lun ?	# SCSI disk drives
4991.2Sbouyerst*	at scsibus? target ? lun ?	# SCSI tape drives
5001.2Sbouyercd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
5011.2Sbouyerch*	at scsibus? target ? lun ?	# SCSI autochangers
5021.2Sbouyerses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
5031.2Sbouyerss*	at scsibus? target ? lun ?	# SCSI scanners
5041.2Sbouyeruk*	at scsibus? target ? lun ?	# SCSI unknown
5051.2Sbouyer
5061.2Sbouyer# RAID controllers and devices
5071.2Sbouyeraac*	at pci? dev ? function ?	# Adaptec AAC family
5081.2Sbouyeramr*	at pci? dev ? function ?	# AMI/LSI Logic MegaRAID
5091.4Sxtraemearcmsr*	at pci? dev ? function ? 	# Areca SATA RAID controllers
5101.2Sbouyercac*	at pci? dev ? function ?	# Compaq PCI array controllers
5111.2Sbouyerciss*	at pci? dev ? function ?	# HP Smart Array controllers
5121.2Sbouyericp*	at pci? dev ? function ?	# ICP-Vortex GDT & Intel RAID
5131.2Sbouyermlx*	at pci? dev ? function ?	# Mylex DAC960 & DEC SWXCR family
5141.2Sbouyertwe*	at pci? dev ? function ?	# 3ware Escalade RAID controllers
5151.2Sbouyertwa*	at pci? dev ? function ?	# 3ware Escalade 95xx RAID controllers
5161.2Sbouyer
5171.2Sbouyerld*	at aac? unit ?			# logical disk devices
5181.2Sbouyerld*	at amr? unit ?
5191.2Sbouyerld*	at cac? unit ?
5201.2Sbouyerld*	at icp? unit ?
5211.2Sbouyerld*	at twe? unit ?
5221.2Sbouyerld*	at twa? unit ?
5231.2Sbouyerld*	at mlx? unit ?
5241.2Sbouyer
5251.2Sbouyericpsp*	at icp? unit ?			# SCSI pass-through
5261.2Sbouyer
5271.2Sbouyer# wscons
5281.2Sbouyerpckbc0		at isa?			# pc keyboard controller
5291.2Sbouyerpckbd*		at pckbc?		# PC keyboard
5301.2Sbouyerpms*		at pckbc?		# PS/2 mouse for wsmouse
5311.2Sbouyer#options 	PMS_DISABLE_POWERHOOK	# Disable PS/2 reset on resume
5321.2Sbouyer#vga0		at isa?
5331.2Sbouyervga*		at pci? dev ? function ?
5341.2Sbouyer#pcdisplay0	at isa?			# CGA, MDA, EGA, HGA
5351.2Sbouyer#machfb* 	at pci? dev ? function ? # ATI Mach64 framebuffer driver
5361.2Sbouyerwsdisplay*	at vga? console ?
5371.2Sbouyer#wsdisplay*	at pcdisplay? console ?
5381.2Sbouyer#wsdisplay* 	at machfb? console ?
5391.2Sbouyerwskbd*		at pckbd? console ?
5401.2Sbouyerwsmouse*	at pms? mux 0
5411.2Sbouyer
5421.2Sbouyer# USB Controller and Devices
5431.2Sbouyer
5441.2Sbouyer# PCI USB controllers
5451.2Sbouyerehci*   at pci? dev ? function ?        # Enhanced Host Controller
5461.2Sbouyerohci*   at pci? dev ? function ?        # Open Host Controller
5471.2Sbouyeruhci*   at pci? dev ? function ?        # Universal Host Controller (Intel)
5481.2Sbouyer
5491.2Sbouyer# USB bus support
5501.2Sbouyerusb*    at ehci?
5511.2Sbouyerusb*    at ohci?
5521.2Sbouyerusb*    at uhci?
5531.2Sbouyer
5541.2Sbouyer# USB Hubs
5551.2Sbouyeruhub*   at usb?
5561.2Sbouyeruhub*   at uhub? port ?
5571.2Sbouyer
5581.2Sbouyer# USB HID device
5591.2Sbouyeruhidev* at uhub? port ? configuration ? interface ?
5601.2Sbouyer
5611.2Sbouyer# USB Mice
5621.2Sbouyerums*    at uhidev? reportid ?
5631.2Sbouyerwsmouse* at ums? mux 0
5641.2Sbouyer
5651.2Sbouyer# USB eGalax touch-panel
5661.2Sbouyeruep*    at uhub? port ?
5671.2Sbouyerwsmouse* at uep? mux 0
5681.2Sbouyer
5691.2Sbouyer# USB Keyboards
5701.2Sbouyerukbd*   at uhidev? reportid ?
5711.2Sbouyerwskbd*  at ukbd? console ? mux 1
5721.2Sbouyer
5731.2Sbouyer# USB serial adapter
5741.2Sbouyerucycom*	at uhidev? reportid ?
5751.2Sbouyer
5761.2Sbouyer# USB Generic HID devices
5771.2Sbouyeruhid*   at uhidev? reportid ?
5781.2Sbouyer
5791.2Sbouyer# USB Printer
5801.2Sbouyerulpt*   at uhub? port ? configuration ? interface ?
5811.2Sbouyer
5821.2Sbouyer# USB Modem
5831.2Sbouyerumodem* at uhub? port ? configuration ?
5841.2Sbouyerucom*   at umodem?
5851.2Sbouyer
5861.52Splunky# Option N.V. Wireless WAN modems
5871.52Splunkyuhso*	at uhub? port ? configuration ?
5881.52Splunky
5891.2Sbouyer# USB Mass Storage
5901.2Sbouyerumass*  at uhub? port ? configuration ? interface ?
5911.2Sbouyerwd*     at umass?
5921.2Sbouyer
5931.2Sbouyer# USB audio
5941.2Sbouyeruaudio* at uhub? port ? configuration ?
5951.2Sbouyer
5961.2Sbouyer# USB MIDI
5971.2Sbouyerumidi* at uhub? port ? configuration ?
5981.2Sbouyer
5991.2Sbouyer# USB IrDA
6001.2Sbouyer# USB-IrDA bridge spec
6011.2Sbouyeruirda* at uhub? port ? configuration ? interface ?
6021.2Sbouyerirframe* at uirda?
6031.2Sbouyer
6041.2Sbouyer# SigmaTel STIr4200 USB/IrDA Bridge
6051.2Sbouyerustir* at uhub? port ?
6061.2Sbouyerirframe* at ustir?
6071.2Sbouyer
6081.2Sbouyer# USB Ethernet adapters
6091.2Sbouyeraue*    at uhub? port ?         # ADMtek AN986 Pegasus based adapters
6101.2Sbouyeraxe*    at uhub? port ?         # ASIX AX88172 based adapters
6111.2Sbouyercdce*   at uhub? port ?         # CDC, Ethernet Networking Control Model
6121.2Sbouyercue*    at uhub? port ?         # CATC USB-EL1201A based adapters
6131.2Sbouyerkue*    at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
6141.2Sbouyerudav*   at uhub? port ?         # Davicom DM9601 based adapters
6151.2Sbouyerurl*    at uhub? port ?         # Realtek RTL8150L based adapters
6161.2Sbouyer
6171.2Sbouyer# USB 802.11 adapters
6181.2Sbouyeratu*    at uhub? port ?         # Atmel AT76C50XX based adapters
6191.2Sbouyerral*	at uhub? port ?		# Ralink Technology RT25x0 802.11a/b/g
6201.2Sbouyerrum*	at uhub? port ?		# Ralink Technology RT2501/RT2601 802.11a/b/g
6211.2Sbouyer
6221.2Sbouyer# Prolific PL2301/PL2302 host-to-host adapter
6231.2Sbouyerupl*    at uhub? port ?
6241.2Sbouyer
6251.2Sbouyer# Serial adapters
6261.2Sbouyerubsa*   at uhub? port ?         # Belkin serial adapter
6271.2Sbouyerucom*   at ubsa? portno ?
6281.2Sbouyer
6291.2Sbouyeruftdi*  at uhub? port ?         # FTDI FT8U100AX serial adapter
6301.2Sbouyerucom*   at uftdi? portno ?
6311.2Sbouyer
6321.2Sbouyerumct*   at uhub? port ?         # MCT USB-RS232 serial adapter
6331.2Sbouyerucom*   at umct? portno ?
6341.2Sbouyer
6351.2Sbouyeruplcom* at uhub? port ?         # I/O DATA USB-RSAQ2 serial adapter
6361.2Sbouyerucom*   at uplcom? portno ?
6371.2Sbouyer
6381.2Sbouyeruvscom* at uhub? port ?         # SUNTAC Slipper U VS-10U serial adapter
6391.2Sbouyerucom*   at uvscom? portno ?
6401.2Sbouyer
6411.2Sbouyer# Diamond Multimedia Rio 500
6421.2Sbouyerurio*   at uhub? port ?
6431.2Sbouyer
6441.2Sbouyer# USB Handspring Visor
6451.2Sbouyeruvisor* at uhub? port ?
6461.2Sbouyerucom*   at uvisor?
6471.2Sbouyer
6481.2Sbouyer# Kyocera AIR-EDGE PHONE
6491.2Sbouyerukyopon* at uhub? port ?
6501.2Sbouyerucom*	at ukyopon? portno ?
6511.2Sbouyer
6521.2Sbouyer# USB scanners
6531.2Sbouyeruscanner* at uhub? port ?
6541.2Sbouyer
6551.2Sbouyer# USB scanners that use SCSI emulation, e.g., HP5300
6561.2Sbouyerusscanner* at uhub? port ?
6571.2Sbouyer
6581.2Sbouyer# Y@P firmware loader
6591.2Sbouyeruyap* at uhub? port ?
6601.2Sbouyer
6611.2Sbouyer# D-Link DSB-R100 USB radio
6621.2Sbouyerudsbr*  at uhub? port ?
6631.2Sbouyerradio*  at udsbr?
6641.2Sbouyer
6651.2Sbouyer# USB Generic driver
6661.2Sbouyerugen*   at uhub? port ?
6671.2Sbouyer
6681.2Sbouyer# PCI IEEE1394 controllers
6691.2Sbouyerfwohci*	at pci? dev ? function ?	# IEEE1394 Open Host Controller
6701.2Sbouyer
6711.2Sbouyer# CardBus IEEE1394 controllers
6721.2Sbouyer#fwohci*	at cardbus? function ?	# IEEE1394 Open Host Controller
6731.2Sbouyer
6741.2Sbouyerieee1394if* at fwohci?
6751.2Sbouyerfwip*	at ieee1394if?			# IP over IEEE1394
6761.2Sbouyersbp*	at ieee1394if? euihi ? euilo ?	# SCSI over IEEE1394
6771.2Sbouyer
6781.2Sbouyer# PCI audio devices
6791.2Sbouyerauacer* at pci? dev ? function ?	# ALi M5455 integrated AC'97 Audio
6801.2Sbouyerauich*	at pci? dev ? function ?	# Intel ICH integrated AC'97 Audio
6811.2Sbouyerauixp*	at pci? dev ? function ?	# ATI IXP AC'97 Audio
6821.2Sbouyerautri*	at pci? dev ? function ?	# Trident 4DWAVE based AC'97 Audio
6831.2Sbouyerauvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
6841.26Sceggerazalia* at pci? dev ? function ?	# High Definition Audio
6851.2Sbouyerclcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
6861.2Sbouyerclct*	at pci? dev ? function ?	# Cirrus Logic CS4281
6871.2Sbouyercmpci*	at pci? dev ? function ?	# C-Media CMI8338/8738
6881.2Sbouyereap*	at pci? dev ? function ?	# Ensoniq AudioPCI
6891.2Sbouyeremuxki* at pci? dev ? function ?	# Creative SBLive! and PCI512
6901.2Sbouyeresa*	at pci? dev ? function ?	# ESS Allegro-1 / Maestro-3 PCI Audio
6911.2Sbouyeresm*	at pci? dev ? function ?	# ESS Maestro-1/2/2e PCI Audio Accelerator
6921.2Sbouyereso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
6931.2Sbouyerfms*	at pci? dev ? function ?	# Forte Media FM801
6941.2Sbouyerneo*	at pci? dev ? function ?	# NeoMagic 256 AC'97 Audio
6951.2Sbouyersv*	at pci? dev ? function ?	# S3 SonicVibes
6961.2Sbouyeryds*	at pci? dev ? function ?	# Yamaha DS-1 PCI Audio
6971.2Sbouyer
6981.2Sbouyer# OPL[23] FM synthesizers
6991.2Sbouyer#opl0	at isa? port 0x388	# use only if not attached to sound card
7001.2Sbouyeropl*	at cmpci? flags 1
7011.2Sbouyeropl*	at eso?
7021.2Sbouyeropl*	at fms?
7031.2Sbouyeropl*	at sv?
7041.2Sbouyeropl*	at yds?
7051.2Sbouyer
7061.45Sjmcneill# High Definition Audio
7071.46Sjmcneillhdaudio*	at pci? dev ? function ?	# High Definition Audio
7081.46Sjmcneillhdafg*		at hdaudiobus?
7091.44Ssborrill
7101.2Sbouyer# Audio support
7111.2Sbouyeraudio*	at audiobus?
7121.2Sbouyer
7131.2Sbouyer# MPU 401 UARTs
7141.2Sbouyer#mpu*	at isa? port 0x330 irq 9	# MPU401 or compatible card
7151.2Sbouyermpu*	at cmpci?
7161.2Sbouyermpu*	at eso?
7171.2Sbouyermpu*	at fms?
7181.2Sbouyermpu*	at yds?
7191.2Sbouyer
7201.2Sbouyer# MIDI support
7211.2Sbouyermidi*	at midibus?
7221.2Sbouyer
7231.2Sbouyer# Bluetooth Controller and Device support
7241.2Sbouyer
7251.2Sbouyer# Bluetooth PCMCIA Controllers
7261.2Sbouyer#bt3c* at pcmcia? function ?		# 3Com 3CRWB6096-A
7271.2Sbouyer#btbc* at pcmcia? function ?		# AnyCom BlueCard LSE041/039/139
7281.2Sbouyer
7291.2Sbouyer# Bluetooth USB Controllers
7301.2Sbouyerubt* at uhub? port ?
7311.2Sbouyer
7321.2Sbouyer# Bluetooth Device Hub
7331.2Sbouyer#bthub* at bt3c?
7341.2Sbouyer#bthub* at btbh?
7351.2Sbouyerbthub* at ubt?
7361.2Sbouyer
7371.2Sbouyer# Bluetooth HID support
7381.2Sbouyerbthidev* at bthub?
7391.2Sbouyer
7401.2Sbouyer# Bluetooth Mouse
7411.2Sbouyerbtms* at bthidev? reportid ?
7421.2Sbouyerwsmouse* at btms? mux 0
7431.2Sbouyer
7441.2Sbouyer# Bluetooth Keyboard
7451.2Sbouyerbtkbd* at bthidev? reportid ?
7461.2Sbouyerwskbd* at btkbd? console ? mux 1
7471.2Sbouyer
7481.54Splunky# Bluetooth Apple Magic Mouse
7491.54Splunkybtmagic* at bthub?
7501.54Splunkywsmouse* at btmagic? mux 0
7511.54Splunky
7521.2Sbouyer# Bluetooth Audio support
7531.2Sbouyerbtsco* at bthub?
7541.2Sbouyer
7551.2Sbouyer# Cryptographic Devices
7561.2Sbouyer
7571.2Sbouyer# PCI cryptographic devices
7581.2Sbouyerhifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
7591.2Sbouyerubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
7601.2Sbouyer
7611.10Sjmmvcinclude "arch/amd64/conf/GENERIC.local"
7621.2Sbouyer
7631.2Sbouyer# Pseudo-Devices
7641.2Sbouyer
7651.24Scegger#
7661.24Scegger# accept filters
7671.24Sceggerpseudo-device	accf_data	# "dataready" accept filter
7681.24Sceggerpseudo-device	accf_http	# "httpready" accept filter
7691.24Scegger
7701.2Sbouyerpseudo-device 	crypto		# /dev/crypto device
7711.2Sbouyerpseudo-device	swcrypto	# software crypto implementation
7721.2Sbouyer
7731.2Sbouyer# disk/mass storage pseudo-devices
7741.2Sbouyerpseudo-device	bio			# RAID control device driver
7751.2Sbouyerpseudo-device	ccd		4	# concatenated/striped disk devices
7761.40Sceggerpseudo-device	cgd		4	# cryptographic disk devices
7771.2Sbouyerpseudo-device	raid		8	# RAIDframe disk driver
7781.2Sbouyeroptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
7791.2Sbouyer# Options to enable various other RAIDframe RAID types.
7801.2Sbouyer#options 	RF_INCLUDE_EVENODD=1
7811.2Sbouyer#options 	RF_INCLUDE_RAID5_RS=1
7821.2Sbouyer#options 	RF_INCLUDE_PARITYLOGGING=1
7831.2Sbouyer#options 	RF_INCLUDE_CHAINDECLUSTER=1
7841.2Sbouyer#options 	RF_INCLUDE_INTERDECLUSTER=1
7851.2Sbouyer#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
7861.2Sbouyer#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
7871.53Spookapseudo-device	fss			# file system snapshot device
7881.2Sbouyer
7891.2Sbouyerpseudo-device	md		1	# memory disk device (ramdisk)
7901.2Sbouyerpseudo-device	vnd			# disk-like interface to files
7911.47Spookapseudo-device	putter			# for puffs and pud
7921.57Shaadpseudo-device	dm			# device-mapper driver for LVM
7931.2Sbouyer
7941.2Sbouyer# network pseudo-devices
7951.2Sbouyerpseudo-device	bpfilter		# Berkeley packet filter
7961.2Sbouyerpseudo-device	ipfilter		# IP filter (firewall) and NAT
7971.2Sbouyerpseudo-device	loop			# network loopback
7981.2Sbouyerpseudo-device	ppp			# Point-to-Point Protocol
7991.2Sbouyerpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
8001.2Sbouyerpseudo-device	sl			# Serial Line IP
8011.2Sbouyerpseudo-device	tap			# virtual Ethernet
8021.2Sbouyerpseudo-device	tun			# network tunneling over tty
8031.2Sbouyerpseudo-device	gre			# generic L3 over IP tunnel
8041.2Sbouyerpseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
8051.2Sbouyer#pseudo-device	faith			# IPv[46] tcp relay translation i/f
8061.2Sbouyerpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
8071.2Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
8081.2Sbouyerpseudo-device	bridge			# simple inter-network bridging
8091.2Sbouyer#options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
8101.2Sbouyer#pseudo-device	pf			# PF packet filter
8111.2Sbouyer#pseudo-device	pflog			# PF log if
8121.2Sbouyer
8131.2Sbouyer# miscellaneous pseudo-devices
8141.2Sbouyerpseudo-device	pty			# pseudo-terminals
8151.2Sbouyerpseudo-device	rnd			# /dev/random and in-kernel generator
8161.2Sbouyerpseudo-device	clockctl		# user control of clock subsystem
8171.2Sbouyerpseudo-device	ksyms			# /dev/ksyms
8181.2Sbouyer
8191.2Sbouyer# a pseudo device needed for Coda	# also needs CODA (above)
8201.2Sbouyerpseudo-device	vcoda		4	# coda minicache <-> venus comm.
8211.2Sbouyer
8221.2Sbouyer# a pseudo device needed for SMBFS
8231.2Sbouyerpseudo-device	nsmb			# experimental - SMB requester
8241.2Sbouyer
8251.2Sbouyer# wscons pseudo-devices
8261.2Sbouyerpseudo-device	wsmux			# mouse & keyboard multiplexor
8271.2Sbouyerpseudo-device	wsfont
8281.2Sbouyer
8291.5Sriz# userland interface to drivers, including autoconf and properties retrieval
8301.5Srizpseudo-device   drvctl
8311.5Sriz
8321.2Sbouyer# xen pseudo-devices
8331.2Sbouyerpseudo-device	xenevt
8341.2Sbouyerpseudo-device	xvif
8351.2Sbouyerpseudo-device	xbdback
8361.48Sjym
8371.48Sjymoptions 	PAX_MPROTECT=0		# PaX mprotect(2) restrictions
8381.48Sjymoptions 	PAX_ASLR=0		# PaX Address Space Layout Randomization
839