XEN3_DOM0 revision 1.155
11.155Smaxv# $NetBSD: XEN3_DOM0,v 1.155 2018/08/14 06:04:24 maxv Exp $ 21.2Sbouyer 31.2Sbouyerinclude "arch/amd64/conf/std.xen" 41.2Sbouyer 51.134Sbouyer#options MULTIPROCESSOR # (not yet - dom0 stuff is not MP-safe) 61.126Scherry 71.2Sbouyeroptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 81.2Sbouyer 91.2Sbouyer#options UVMHIST 101.2Sbouyer#options UVMHIST_PRINT 111.2Sbouyer#options SYSCALL_DEBUG 121.2Sbouyer 131.155Smaxv#ident "XEN3_DOM0-$Revision: 1.155 $" 141.140Spgoyette 151.2Sbouyermaxusers 32 # estimated number of users 161.2Sbouyer 171.2Sbouyer# 181.2Sbouyeroptions DOM0OPS 191.56Scherry 201.2Sbouyer# boot messages with MPBIOS, acpi and ioapic can be quite large 211.7Smarttioptions MSGBUFSIZE=24576 221.2Sbouyer 231.2Sbouyer#options USER_LDT # user-settable LDT; used by WINE 241.2Sbouyer 251.63Sjruoho# CPU features 261.63Sjruohoest0 at cpu0 # Intel Enhanced SpeedStep (non-ACPI) 271.64Sjruohopowernow0 at cpu0 # AMD PowerNow! and Cool'n'Quiet (non-ACPI) 281.63Sjruoho 291.2Sbouyer#options MTRR # memory-type range register syscall support 301.2Sbouyer 311.2Sbouyer#options CONSDEVNAME="\"xencons\"" 321.2Sbouyer#options CONS_OVERRIDE 331.2Sbouyer 341.2Sbouyeroptions INSECURE # disable kernel security levels - X needs this 351.2Sbouyer 361.2Sbouyeroptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 371.2Sbouyeroptions NTP # NTP phase/frequency locked loop 381.2Sbouyer 391.2Sbouyeroptions KTRACE # system call tracing via ktrace(1) 401.2Sbouyer 411.125Sdhollandoptions CPU_UCODE # cpu ucode loading support 421.77Scegger 431.2Sbouyeroptions SYSVMSG # System V-like message queues 441.2Sbouyeroptions SYSVSEM # System V-like semaphores 451.2Sbouyeroptions SYSVSHM # System V-like memory sharing 461.2Sbouyer 471.124Smaxvoptions MODULAR # new style module(7) framework 481.2Sbouyeroptions USERCONF # userconf(4) support 491.2Sbouyeroptions SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 501.2Sbouyer 511.145Ssevan# Alternate buffer queue strategies for better responsiveness under high 521.145Ssevan# disk I/O load. 531.74Sjakllsch#options BUFQ_READPRIO 541.74Sjakllschoptions BUFQ_PRIOCSCAN 551.74Sjakllsch 561.2Sbouyer# Diagnostic/debugging support options 571.103Sdhollandoptions DIAGNOSTIC # inexpensive kernel consistency checks 581.78Sbouyer#options DEBUG # expensive debugging checks/support 591.2Sbouyeroptions DDB # in-kernel debugger 601.101Sszptvlfnoptions DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic' 611.2Sbouyeroptions DDB_HISTORY_SIZE=512 # enable history editing in DDB 621.2Sbouyer#options KGDB # remote debugger 631.2Sbouyer#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=57600 641.78Sbouyer#makeoptions DEBUG="-g" # compile full symbol table 651.68Sryomakeoptions COPTS="-O2 -fno-omit-frame-pointer" 661.149Ssevanoptions DDB_COMMANDONENTER="show registers" 671.2Sbouyer 681.2Sbouyer# Compatibility options 691.139Smrginclude "conf/compat_netbsd15.config" 701.23Sjoerg#options COMPAT_386BSD_MBRPART # recognize old partition ID 711.23Sjoerg 721.23Sjoergoptions COMPAT_OSSAUDIO 731.2Sbouyeroptions COMPAT_NETBSD32 741.23Sjoergoptions COMPAT_LINUX 751.23Sjoergoptions COMPAT_LINUX32 # req. COMPAT_LINUX and COMPAT_NETBSD32 761.2Sbouyeroptions EXEC_ELF32 771.2Sbouyer 781.55Sbouyer# Wedge support 791.55Sbouyeroptions DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances 801.55Sbouyeroptions DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges 811.107Schristos#options DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges 821.107Schristos#options DKWEDGE_METHOD_MBR # Support MBR partitions as wedges 831.127Sryooptions DKWEDGE_METHOD_APPLE # Support Apple partitions as wedges 841.132Srin#options DKWEDGE_METHOD_RDB # Support RDB partitions as wedges 851.55Sbouyer 861.2Sbouyer# File systems 871.127Sryofile-system FFS # UFS 881.127Sryofile-system EXT2FS # second extended file system (linux) 891.127Sryofile-system LFS # log-structured file system 901.127Sryofile-system MFS # memory file system 911.127Sryofile-system NFS # Network File System client 921.127Sryofile-system NTFS # Windows/NT file system (experimental) 931.127Sryofile-system CD9660 # ISO 9660 + Rock Ridge file system 941.127Sryofile-system MSDOSFS # MS-DOS file system 951.127Sryofile-system FDESC # /dev/fd 961.127Sryofile-system KERNFS # /kern 971.127Sryofile-system NULLFS # loopback file system 981.127Sryofile-system OVERLAY # overlay file system 991.47Spookafile-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 1001.127Sryofile-system PROCFS # /proc 1011.127Sryofile-system UMAPFS # NULLFS + uid and gid remapping 1021.127Sryofile-system UNION # union file system 1031.127Sryofile-system CODA # Coda File System; also needs vcoda (below) 1041.127Sryofile-system SMBFS # experimental - CIFS; also needs nsmb (below) 1051.127Sryofile-system PTYFS # /dev/pts/N support 1061.127Sryofile-system TMPFS # Efficient memory file-system 1071.143Schristos#file-system AUTOFS # Automounter Filesystem 1081.2Sbouyer 1091.2Sbouyer# File system options 1101.65Sbouyeroptions QUOTA # legacy UFS quotas 1111.65Sbouyeroptions QUOTA2 # new, in-filesystem UFS quotas 1121.141Srin#options DISKLABEL_EI # disklabel Endian Independent support 1131.2Sbouyer#options FFS_EI # FFS Endian Independent support 1141.76Sdhollandoptions WAPBL # File system journaling support 1151.2Sbouyer#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 1161.2Sbouyeroptions NFSSERVER # Network File System server 1171.2Sbouyer#options FFS_NO_SNAPSHOT # No FFS snapshot support 1181.111Smanuoptions UFS_EXTATTR # Extended attribute support for UFS1 1191.2Sbouyer#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 1201.2Sbouyer # immutable) behave as system flags. 1211.2Sbouyer 1221.2Sbouyer# Networking options 1231.2Sbouyer#options GATEWAY # packet forwarding 1241.2Sbouyeroptions INET # IP + ICMP + TCP + UDP 1251.2Sbouyeroptions INET6 # IPV6 1261.114Sbouyeroptions IPSEC # IP security 1271.2Sbouyer#options IPSEC_DEBUG # debug for IP security 1281.2Sbouyer#options MROUTING # IP multicast routing 1291.2Sbouyer#options PIM # Protocol Independent Multicast 1301.2Sbouyeroptions NETATALK # AppleTalk networking protocols 1311.2Sbouyeroptions PPP_BSDCOMP # BSD-Compress compression support for PPP 1321.2Sbouyeroptions PPP_DEFLATE # Deflate compression support for PPP 1331.2Sbouyeroptions PPP_FILTER # Active filter support for PPP (requires bpf) 1341.2Sbouyer#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1351.2Sbouyer 1361.2Sbouyer#options ALTQ # Manipulate network interfaces' output queues 1371.2Sbouyer#options ALTQ_BLUE # Stochastic Fair Blue 1381.2Sbouyer#options ALTQ_CBQ # Class-Based Queueing 1391.2Sbouyer#options ALTQ_CDNR # Diffserv Traffic Conditioner 1401.2Sbouyer#options ALTQ_FIFOQ # First-In First-Out Queue 1411.2Sbouyer#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 1421.2Sbouyer#options ALTQ_HFSC # Hierarchical Fair Service Curve 1431.2Sbouyer#options ALTQ_LOCALQ # Local queueing discipline 1441.2Sbouyer#options ALTQ_PRIQ # Priority Queueing 1451.2Sbouyer#options ALTQ_RED # Random Early Detection 1461.2Sbouyer#options ALTQ_RIO # RED with IN/OUT 1471.2Sbouyer#options ALTQ_WFQ # Weighted Fair Queueing 1481.2Sbouyer 1491.36Snisimuraoptions NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 1501.36Snisimura#options NFS_BOOT_BOOTSTATIC 1511.2Sbouyer#options NFS_BOOTSTATIC_MYIP="\"169.254.1.2\"" 1521.2Sbouyer#options NFS_BOOTSTATIC_GWIP="\"169.254.1.1\"" 1531.2Sbouyer#options NFS_BOOTSTATIC_MASK="\"255.255.255.0\"" 1541.2Sbouyer#options NFS_BOOTSTATIC_SERVADDR="\"169.254.1.1\"" 1551.2Sbouyer#options NFS_BOOTSTATIC_SERVER="\"server:/path/to/root\"" 1561.2Sbouyer 1571.11Sbouyer# 1581.11Sbouyer# wscons options 1591.11Sbouyer# 1601.11Sbouyer# builtin terminal emulations 1611.11Sbouyer#options WSEMUL_SUN # sun terminal emulation 1621.11Sbouyeroptions WSEMUL_VT100 # VT100 / VT220 emulation 1631.11Sbouyer# different kernel output - see dev/wscons/wsdisplayvar.h 1641.11Sbouyeroptions WS_KERNEL_FG=WSCOL_GREEN 1651.11Sbouyer#options WS_KERNEL_BG=WSCOL_BLACK 1661.11Sbouyer# compatibility to other console drivers 1671.11Sbouyeroptions WSDISPLAY_COMPAT_PCVT # emulate some ioctls 1681.11Sbouyeroptions WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 1691.84Sabsoptions WSDISPLAY_COMPAT_USL # wsconscfg VT handling 1701.11Sbouyeroptions WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 1711.11Sbouyer# see dev/pckbport/wskbdmap_mfii.c for implemented layouts 1721.11Sbouyer#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 1731.11Sbouyer# allocate a number of virtual screens at autoconfiguration time 1741.11Sbouyer#options WSDISPLAY_DEFAULTSCREENS=4 1751.11Sbouyer# use a large software cursor that doesn't blink 1761.11Sbouyeroptions PCDISPLAY_SOFTCURSOR 1771.11Sbouyer# modify the screen type of the console; defaults to "80x25" 1781.11Sbouyer#options VGA_CONSOLE_SCREENTYPE="\"80x24\"" 1791.11Sbouyer# work around a hardware bug that loaded fonts don't work; found on ATI cards 1801.11Sbouyer#options VGA_CONSOLE_ATI_BROKEN_FONTSEL 1811.11Sbouyer# console scrolling support. 1821.11Sbouyeroptions WSDISPLAY_SCROLLSUPPORT 1831.11Sbouyer# enable VGA raster mode capable of displaying multilingual text on console 1841.11Sbouyer#options VGA_RASTERCONSOLE 1851.2Sbouyerconfig netbsd root on ? type ? 1861.2Sbouyer#config netbsd root on wd0a type ffs 1871.2Sbouyer#config netbsd root on xennet0 type nfs 1881.2Sbouyer 1891.2Sbouyermainbus0 at root 1901.2Sbouyer 1911.2Sbouyercpu* at mainbus? 1921.2Sbouyer 1931.2Sbouyer# IPMI support 1941.25Sbouyeripmi0 at mainbus? 1951.2Sbouyer 1961.2Sbouyerhypervisor* at mainbus? # Xen hypervisor 1971.2Sbouyer 1981.2Sbouyervcpu* at hypervisor? # Xen virtual CPUs 1991.2Sbouyer 2001.68Sryoxenbus* at hypervisor? # Xen virtual bus 2011.2Sbouyer 2021.2Sbouyerxencons* at hypervisor? # Xen virtual console 2031.67Sjymballoon* at xenbus? # Xen balloon device 2041.2Sbouyer 2051.68Sryoacpi0 at hypervisor? 2061.33Scegger#options ACPI_ACTIVATE_DEV # If set, activate inactive devices 2071.9Sbouyeroptions ACPI_SCANPCI # find PCI roots using ACPI 2081.33Scegger#options ACPICA_PEDANTIC # force strict conformance to the Spec. 2091.80Sbouyer#options ACPIVERBOSE # verbose ACPI configuration messages 2101.68Sryo#options MIIVERBOSE # verbose PHY autoconfig messages 2111.33Sceggeroptions MPBIOS # configure CPUs and APICs using MPBIOS 2121.79Sbouyer#options MPDEBUG # MPBIOS configures PCI roots 2131.80Sbouyer#options MPVERBOSE # verbose MPBIOS autoconfig messages 2141.9Sbouyeroptions MPBIOS_SCANPCI # MPBIOS configures PCI roots 2151.7Smartti#options PCI_ADDR_FIXUP # fixup PCI I/O addresses 2161.7Smartti#options PCI_BUS_FIXUP # fixup PCI bus numbering 2171.7Smartti#options PCI_INTR_FIXUP # fixup PCI interrupt routing 2181.68Sryo#options PCIVERBOSE # verbose PCI device autoconfig messages 2191.68Sryo#options USBVERBOSE # verbose USB device autoconfig messages 2201.108Schristos#options HDAUDIOVERBOSE # verbose HDAUDIO driver messages 2211.2Sbouyer 2221.68Sryoioapic* at mainbus? apid ? 2231.2Sbouyer 2241.2Sbouyer# ACPI devices 2251.68Sryoacpiacad* at acpi? # ACPI AC Adapter 2261.68Sryoacpibat* at acpi? # ACPI Battery 2271.68Sryoacpibut* at acpi? # ACPI Button 2281.17Sceggeracpidalb* at acpi? # ACPI Direct Application Launch Button 2291.153Sjakllschacpiec* at acpi? # ACPI Embedded Controller (late) 2301.153Sjakllschacpiecdt* at acpi? # ACPI Embedded Controller (early) 2311.68Sryoacpilid* at acpi? # ACPI Lid Switch 2321.68Sryoacpitz* at acpi? # ACPI Thermal Zone 2331.49Scnstaibs* at acpi? # ASUSTeK AI Booster hardware monitor 2341.16Sceggerhpqlb* at acpi? # HP Quick Launch Buttons 2351.20Sceggerpckbc* at acpi? # PC keyboard controller 2361.20Sceggerpcppi* at acpi? # AT-style speaker sound 2371.15Scegger 2381.2Sbouyer# PCI bus support 2391.2Sbouyerpci* at hypervisor? bus ? 2401.2Sbouyerpci* at pchb? bus ? 2411.2Sbouyerppb* at pci? dev ? function ? # PCI-PCI bridges 2421.2Sbouyerpci* at ppb? bus ? 2431.2Sbouyer 2441.37Sbouyer# pci backend devices, used for PCI pass-through. To export a PCI device 2451.37Sbouyer# to a domU, the device has to be attached to the pciback driver in the dom0. 2461.37Sbouyer# you can force a device to attach to the pciback driver in dom0 passing 2471.37Sbouyer# pciback.hide=(bus:dev.fun)(bus:dev.func) to the dom0 kernel boot parameters. 2481.37Sbouyer# bus and dev are 2-digits hex number, func is a single-digit number: 2491.37Sbouyer# pciback.hide=(00:1a.0)(00:1a.1)(00:1a.7) 2501.68Sryopciback* at pci? # pci backend device 2511.37Sbouyer 2521.2Sbouyer# PCI bridges 2531.32Sjoergichlpcib* at pci? dev ? function ? # Intel ICH PCI-ISA w/ timecounter, 2541.2Sbouyer # watchdog and SpeedStep support 2551.2Sbouyerpcib* at pci? dev ? function ? # PCI-ISA bridges 2561.2Sbouyerpchb* at pci? dev ? function ? # PCI-Host bridges 2571.2Sbouyerppb* at pci? dev ? function ? # PCI-PCI bridges 2581.2Sbouyer# XXX 'puc's aren't really bridges, but there's no better place for them here 2591.2Sbouyerpuc* at pci? dev ? function ? # PCI "universal" comm. cards 2601.2Sbouyer 2611.2Sbouyer# ISA bus support 2621.32Sjoergisa0 at ichlpcib? 2631.2Sbouyerisa0 at pcib? 2641.2Sbouyerisa0 at hypervisor? 2651.2Sbouyer 2661.2Sbouyer# Serial Devices 2671.2Sbouyer 2681.2Sbouyer# PCI serial interfaces 2691.2Sbouyercom* at puc? port ? # 16x50s on "universal" comm boards 2701.2Sbouyercy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards 2711.2Sbouyercz* at pci? dev ? function ? # Cyclades-Z multi-port serial boards 2721.2Sbouyer 2731.2Sbouyer# ISA serial interfaces 2741.2Sbouyer#options COM_HAYESP # adds Hayes ESP serial board support 2751.2Sbouyer# If a com port is used as Xen console it can't be used by the domain0 kernel 2761.2Sbouyer# and there's no easy way to detect this yet. Leave com0 out as it's the 2771.2Sbouyer# port usually used for serial console 2781.2Sbouyer#com0 at isa? port 0x3f8 irq 4 # Standard PC serial ports 2791.2Sbouyercom1 at isa? port 0x2f8 irq 3 2801.2Sbouyer#com2 at isa? port 0x3e8 irq 5 2811.2Sbouyer#com3 at isa? port 0x2e8 irq 9 2821.2Sbouyer 2831.2Sbouyer# Parallel Printer Interfaces 2841.2Sbouyer 2851.2Sbouyer# PCI parallel printer interfaces 2861.2Sbouyerlpt* at puc? port ? # || ports on "universal" comm boards 2871.2Sbouyer 2881.2Sbouyer# ISA parallel printer interfaces 2891.2Sbouyerlpt0 at isa? port 0x378 irq 7 # standard PC parallel ports 2901.2Sbouyer 2911.2Sbouyer# Hardware monitors 2921.2Sbouyer 2931.82Sceggeramdnb_misc* at pci? # AMD NB Misc Configuration 2941.125Sdhollandamdtemp* at amdnb_misc? # AMD CPU Temperature sensors 2951.28Scegger 2961.146Schristosamdsmn* at pci? # AMD SMN Configuration 2971.147Spgoyetteamdzentemp* at amdsmnbus? # AMD Ryzen Family 17h CPU temp sensors 2981.146Schristos 2991.2Sbouyer# AMD 768 and 8111 power/ACPI controllers 3001.2Sbouyeramdpm* at pci? dev ? function ? # RNG and SMBus 1.0 interface 3011.73Sjmcneill#iic* at amdpm? # sensors below are on this bus 3021.30Spgoyette 3031.120Smsaitoh# Intel ICH SMBus controller 3041.120Smsaitohichsmb* at pci? dev ? function ? 3051.120Smsaitohiic* at ichsmb? 3061.120Smsaitoh 3071.142Sbouyer# I2C controller as found in some Intel PCH devices. 3081.142Sbouyerdwiic* at pci? # I2C controller 3091.142Sbouyeriic* at dwiic? 3101.142Sbouyer 3111.30Spgoyette# Thermal monitor and fan controller 3121.151Sthorpej#dbcool* at iic? addr 0x2C # Unknown other motherboard(s) 3131.151Sthorpej#dbcool* at iic? addr 0x2D # Tyan S2881 3141.151Sthorpej#dbcool* at iic? addr 0x2E # Tyan S2882-D 3151.2Sbouyer 3161.120Smsaitoh# Serial Presence Detect capable memory modules 3171.151Sthorpej#spdmem* at iic? addr 0x50 3181.151Sthorpej#spdmem* at iic? addr 0x51 3191.151Sthorpej#spdmem* at iic? addr 0x52 3201.151Sthorpej#spdmem* at iic? addr 0x53 3211.151Sthorpej#spdmem* at iic? addr 0x54 3221.151Sthorpej#spdmem* at iic? addr 0x55 3231.151Sthorpej#spdmem* at iic? addr 0x56 3241.151Sthorpej#spdmem* at iic? addr 0x57 3251.151Sthorpej#sdtemp* at iic? addr 0x18 3261.151Sthorpej#sdtemp* at iic? addr 0x19 3271.151Sthorpej#sdtemp* at iic? addr 0x1a 3281.151Sthorpej#sdtemp* at iic? addr 0x1b 3291.151Sthorpej#sdtemp* at iic? addr 0x1c 3301.151Sthorpej#sdtemp* at iic? addr 0x1d 3311.151Sthorpej#sdtemp* at iic? addr 0x1e 3321.151Sthorpej#sdtemp* at iic? addr 0x1f 3331.120Smsaitoh 3341.50Scnst# Winbond LPC Super I/O 3351.50Scnst#wbsio* at isa? port 0x2e 3361.50Scnst#wbsio* at isa? port 0x4e 3371.50Scnst 3381.2Sbouyer# LM7[89] and compatible hardware monitors 3391.2Sbouyer#lm0 at isa? port 0x290 # other common: 0x280, 0x310, 0xc00 3401.50Scnst#lm* at wbsio? 3411.2Sbouyer 3421.2Sbouyer# VIA VT82C686A/VT8231 Hardware Monitor and Power Management TImer 3431.68Sryo#viaenv* at pci? dev ? function ? 3441.2Sbouyer 3451.2Sbouyer 3461.2Sbouyer# PCI network interfaces 3471.42Sceggerage* at pci? dev ? function ? # Attansic/Atheros L1 Gigabit Ethernet 3481.91Srizalc* at pci? dev ? function ? # Attansic/Atheros L1C/L2C Ethernet 3491.91Srizale* at pci? dev ? function ? # Attansic/Atheros L1E Ethernet 3501.2Sbouyeran* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11) 3511.2Sbouyerath* at pci? dev ? function ? # Atheros 5210/5211/5212 802.11 3521.2Sbouyeratw* at pci? dev ? function ? # ADMtek ADM8211 (802.11) 3531.68Sryobce* at pci? dev ? function ? # Broadcom 4401 10/100 Ethernet 3541.68Sryobge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet 3551.68Sryobnx* at pci? dev ? function ? # Broadcom NetXtremeII gigabit Ethernet 3561.2Sbouyerdge* at pci? dev ? function ? # Intel 82597 10GbE LR 3571.2Sbouyeren* at pci? dev ? function ? # ENI/Adaptec ATM 3581.2Sbouyerep* at pci? dev ? function ? # 3Com 3c59x 3591.2Sbouyerepic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 3601.2Sbouyeresh* at pci? dev ? function ? # Essential HIPPI card 3611.59Sjnemethet* at pci? dev ? function ? # Agere/LSI ET1310/ET1301 Gigabit 3621.2Sbouyerex* at pci? dev ? function ? # 3Com 90x[BC] 3631.2Sbouyerfpa* at pci? dev ? function ? # DEC DEFPA FDDI 3641.2Sbouyerfxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 3651.2Sbouyergsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet 3661.2Sbouyerhme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ 3671.2Sbouyeripw* at pci? dev ? function ? # Intel PRO/Wireless 2100 3681.2Sbouyeriwi* at pci? dev ? function ? # Intel PRO/Wireless 2200BG 3691.68Sryoiwn* at pci? dev ? function ? # Intel PRO/Wireless 4965AGN 3701.113Snonakaiwm* at pci? dev ? function ? # Intel Wireless WiFi Link 7xxx 3711.135Smsaitohixg* at pci? dev ? function ? # Intel 8259x 10 gigabit 3721.31Sbouyerjme* at pci? dev ? function ? # JMicron JMC2[56]0 ethernet 3731.2Sbouyerle* at pci? dev ? function ? # PCnet-PCI Ethernet 3741.14Scubelii* at pci? dev ? function ? # Atheros L2 Fast-Ethernet 3751.2Sbouyerlmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3 3761.2Sbouyermskc* at pci? dev ? function ? # Marvell Yukon 2 Gigabit Ethernet 3771.2Sbouyermsk* at mskc? # Marvell Yukon 2 Gigabit Ethernet 3781.2Sbouyermtd* at pci? dev ? function ? # Myson MTD803 3-in-1 Ethernet 3791.2Sbouyerne* at pci? dev ? function ? # NE2000-compatible Ethernet 3801.2Sbouyernfe* at pci? dev ? function ? # NVIDIA nForce Ethernet 3811.2Sbouyerntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial 3821.2Sbouyerpcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet 3831.2Sbouyerral* at pci? dev ? function ? # Ralink Technology RT25x0 802.11a/b/g 3841.2Sbouyerre* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S 3851.2Sbouyerrtk* at pci? dev ? function ? # Realtek 8129/8139 3861.2Sbouyersf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet 3871.2Sbouyersip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet 3881.2Sbouyerskc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet 3891.2Sbouyersk* at skc? # SysKonnect SK9821 Gigabit Ethernet 3901.2Sbouyerste* at pci? dev ? function ? # Sundance ST-201 Ethernet 3911.2Sbouyerstge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit 3921.2Sbouyerti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet 3931.2Sbouyertl* at pci? dev ? function ? # ThunderLAN-based Ethernet 3941.2Sbouyertlp* at pci? dev ? function ? # DECchip 21x4x and clones 3951.2Sbouyertxp* at pci? dev ? function ? # 3com 3cr990 3961.2Sbouyervge* at pci? dev ? function ? # VIATech VT612X Gigabit Ethernet 3971.2Sbouyervr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 3981.2Sbouyerwi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b) 3991.2Sbouyerwm* at pci? dev ? function ? # Intel 8254x gigabit 4001.92Skhorbenwpi* at pci? dev ? function ? # Intel PRO/Wireless 3945ABG 4011.2Sbouyerxge* at pci? dev ? function ? # Neterion (S2io) Xframe-I 10GbE 4021.2Sbouyer 4031.2Sbouyer# MII/PHY support 4041.2Sbouyeracphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs 4051.2Sbouyeramhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 4061.38Sceggeratphy* at mii? phy ? # Attansic/Atheros PHYs 4071.2Sbouyerbmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 4081.2Sbouyerbrgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 4091.2Sbouyerciphy* at mii? phy ? # Cicada CS8201 Gig-E PHYs 4101.2Sbouyerdmphy* at mii? phy ? # Davicom DM9101 PHYs 4111.59Sjnemethetphy* at mii? phy ? # Agere/LSI ET1011 TruePHY Gig-E PHYs 4121.2Sbouyerexphy* at mii? phy ? # 3Com internal PHYs 4131.2Sbouyergentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs 4141.2Sbouyerglxtphy* at mii? phy ? # Level One LXT-1000 PHYs 4151.2Sbouyergphyter* at mii? phy ? # NS83861 Gig-E PHY 4161.2Sbouyericsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 4171.2Sbouyerigphy* at mii? phy ? # Intel IGP01E1000 4181.61Schristosihphy* at mii? phy ? # Intel 82577 PHYs 4191.2Sbouyerikphy* at mii? phy ? # Intel 82563 PHYs 4201.2Sbouyerinphy* at mii? phy ? # Intel 82555 PHYs 4211.2Sbouyeriophy* at mii? phy ? # Intel 82553 PHYs 4221.2Sbouyerlxtphy* at mii? phy ? # Level One LXT-970 PHYs 4231.2Sbouyermakphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 4241.2Sbouyernsphy* at mii? phy ? # NS83840 PHYs 4251.2Sbouyernsphyter* at mii? phy ? # NS83843 PHYs 4261.2Sbouyerpnaphy* at mii? phy ? # generic HomePNA PHYs 4271.2Sbouyerqsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 4281.2Sbouyerrgephy* at mii? phy ? # Realtek 8169S/8110S internal PHYs 4291.2Sbouyerrlphy* at mii? phy ? # Realtek 8139/8201L PHYs 4301.2Sbouyersqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 4311.2Sbouyertlphy* at mii? phy ? # ThunderLAN PHYs 4321.2Sbouyertqphy* at mii? phy ? # TDK Semiconductor PHYs 4331.2Sbouyerukphy* at mii? phy ? # generic unknown PHYs 4341.2Sbouyerurlphy* at mii? phy ? # Realtek RTL8150L internal PHYs 4351.2Sbouyer 4361.142Sbouyer# I2C HID devices 4371.142Sbouyerihidev* at iic? 4381.142Sbouyer 4391.142Sbouyer# I2C Mice 4401.142Sbouyerims* at ihidev? reportid ? 4411.142Sbouyerwsmouse* at ims? mux 0 4421.142Sbouyer 4431.2Sbouyer# I2O devices 4441.2Sbouyeriop* at pci? dev ? function ? # I/O processor 4451.2Sbouyeriopsp* at iop? tid ? # SCSI/FC-AL ports 4461.2Sbouyerld* at iop? tid ? # block devices 4471.2Sbouyer# XXX dpti.c wants a processor type that is not assigned for x86-64 4481.2Sbouyer#dpti* at iop? tid 0 # DPT/Adaptec control interface 4491.2Sbouyer 4501.2Sbouyer# IDE and related devices 4511.2Sbouyer# PCI IDE controllers - see pciide(4) for supported hardware. 4521.2Sbouyer# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know 4531.2Sbouyer# how to set up DMA modes for this chip. This may work, or may cause 4541.2Sbouyer# a machine hang with some controllers. 4551.2Sbouyerpciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 4561.2Sbouyeracardide* at pci? dev ? function ? # Acard IDE controllers 4571.68Sryoaceride* at pci? dev ? function ? # Acer Lab IDE controllers 4581.68Sryoahcisata* at pci? dev ? function ? # AHCI SATA controllers 4591.68Sryoartsata* at pci? dev ? function ? # Intel i31244 SATA controller 4601.2Sbouyercmdide* at pci? dev ? function ? # CMD tech IDE controllers 4611.2Sbouyercypide* at pci? dev ? function ? # Cypress IDE controllers 4621.68Sryogeodeide* at pci? dev ? function ? # AMD Geode IDE controllers 4631.2Sbouyerhptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 4641.2Sbouyeriteide* at pci? dev ? function ? # IT Express IDE controllers 4651.68Sryoixpide* at pci? dev ? function ? # ATI IXP IDE controllers 4661.68Sryojmide* at pci? dev ? function ? # JMicron PCI-e PATA/SATA controllers 4671.68Sryoahcisata* at jmide? 4681.68Sryooptiide* at pci? dev ? function ? # Opti IDE controllers 4691.68Sryopiixide* at pci? dev ? function ? # Intel IDE controllers 4701.2Sbouyerpdcide* at pci? dev ? function ? # Promise IDE controllers 4711.2Sbouyerpdcsata* at pci? dev ? function ? # Promise SATA150 controllers 4721.2Sbouyerrccide* at pci? dev ? function ? # ServerWorks IDE controllers 4731.2Sbouyersatalink* at pci? dev ? function ? # SiI SATALink controllers 4741.58Sjakllschsiisata* at pci? dev ? function ? # SiI SteelVine controllers 4751.2Sbouyersiside* at pci? dev ? function ? # SiS IDE controllers 4761.68Sryoslide* at pci? dev ? function ? # Symphony Labs IDE controllers 4771.68Sryosvwsata* at pci? dev ? function ? # ServerWorks SATA controllers 4781.2Sbouyerstpcide* at pci? dev ? function ? # STMicro STPC IDE controllers 4791.2Sbouyerviaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers 4801.2Sbouyer 4811.2Sbouyer# ATA (IDE) bus support 4821.2Sbouyeratabus* at ata? 4831.2Sbouyer 4841.2Sbouyer# IDE drives 4851.2Sbouyer# Flags are used only with controllers that support DMA operations 4861.2Sbouyer# and mode settings (e.g. some pciide controllers) 4871.2Sbouyer# The lowest order four bits (rightmost digit) of the flags define the PIO 4881.2Sbouyer# mode to use, the next set of four bits the DMA mode and the third set the 4891.2Sbouyer# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 4901.2Sbouyer# to use, and the last bit must be 1 for this setting to be used. 4911.2Sbouyer# For DMA and UDMA, 0xf (1111) means 'disable'. 4921.2Sbouyer# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 4931.2Sbouyer# (0xc=1100, 0xa=1010, 0xf=1111) 4941.2Sbouyer# 0x0000 means "use whatever the drive claims to support". 4951.2Sbouyerwd* at atabus? drive ? flags 0x0000 4961.2Sbouyer 4971.2Sbouyer# ATA RAID configuration support, as found on some Promise controllers. 4981.2Sbouyerpseudo-device ataraid 4991.2Sbouyerld* at ataraid? vendtype ? unit ? 5001.2Sbouyer 5011.2Sbouyer# ATAPI bus support 5021.2Sbouyeratapibus* at atapi? 5031.2Sbouyer 5041.2Sbouyer# ATAPI devices 5051.2Sbouyer# flags have the same meaning as for IDE drives. 5061.2Sbouyercd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 5071.2Sbouyersd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 5081.2Sbouyerst* at atapibus? drive ? flags 0x0000 # ATAPI tape drives 5091.2Sbouyeruk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 5101.2Sbouyer 5111.2Sbouyer# SCSI Controllers and Devices 5121.2Sbouyer 5131.2Sbouyer# PCI SCSI controllers 5141.2Sbouyeradv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 5151.2Sbouyeradw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI 5161.2Sbouyerahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 5171.2Sbouyerahd* at pci? dev ? function ? # Adaptec 29320, 39320 (aic790x) SCSI 5181.2Sbouyerbha* at pci? dev ? function ? # BusLogic 9xx SCSI 5191.2Sbouyerdpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 5201.2Sbouyeriha* at pci? dev ? function ? # Initio INIC-940/950 SCSI 5211.2Sbouyerisp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel 5221.2Sbouyermfi* at pci? dev ? function ? # LSI MegaRAID SAS 5231.2Sbouyermly* at pci? dev ? function ? # Mylex AcceleRAID and eXtremeRAID 5241.83Sbouyermpt* at pci? dev ? function ? # LSILogic 9x9 and 53c1030 (Fusion-MPT) 5251.83Sbouyermpii* at pci? dev ? function ? # LSI Logic Fusion-MPT II 5261.2Sbouyernjs* at pci? dev ? function ? # Workbit NinjaSCSI-32 5271.2Sbouyerpcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI 5281.2Sbouyersiop* at pci? dev ? function ? # Symbios 53c8xx SCSI 5291.2Sbouyeresiop* at pci? dev ? function ? # Symbios 53c875 SCSI and newer 5301.2Sbouyer#options SIOP_SYMLED # drive the act. LED in software 5311.2Sbouyertrm* at pci? dev ? function ? # Tekram DC-395U/UW/F, DC-315/U SCSI 5321.2Sbouyer# SCSI bus support 5331.2Sbouyerscsibus* at scsi? 5341.2Sbouyer 5351.2Sbouyer# SCSI devices 5361.2Sbouyersd* at scsibus? target ? lun ? # SCSI disk drives 5371.2Sbouyerst* at scsibus? target ? lun ? # SCSI tape drives 5381.2Sbouyercd* at scsibus? target ? lun ? # SCSI CD-ROM drives 5391.2Sbouyerch* at scsibus? target ? lun ? # SCSI autochangers 5401.2Sbouyerses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 5411.2Sbouyerss* at scsibus? target ? lun ? # SCSI scanners 5421.2Sbouyeruk* at scsibus? target ? lun ? # SCSI unknown 5431.2Sbouyer 5441.2Sbouyer# RAID controllers and devices 5451.2Sbouyeraac* at pci? dev ? function ? # Adaptec AAC family 5461.2Sbouyeramr* at pci? dev ? function ? # AMI/LSI Logic MegaRAID 5471.68Sryoarcmsr* at pci? dev ? function ? # Areca SATA RAID controllers 5481.2Sbouyercac* at pci? dev ? function ? # Compaq PCI array controllers 5491.2Sbouyerciss* at pci? dev ? function ? # HP Smart Array controllers 5501.2Sbouyericp* at pci? dev ? function ? # ICP-Vortex GDT & Intel RAID 5511.2Sbouyermlx* at pci? dev ? function ? # Mylex DAC960 & DEC SWXCR family 5521.2Sbouyertwe* at pci? dev ? function ? # 3ware Escalade RAID controllers 5531.2Sbouyertwa* at pci? dev ? function ? # 3ware Escalade 95xx RAID controllers 5541.2Sbouyer 5551.2Sbouyerld* at aac? unit ? # logical disk devices 5561.2Sbouyerld* at amr? unit ? 5571.2Sbouyerld* at cac? unit ? 5581.2Sbouyerld* at icp? unit ? 5591.2Sbouyerld* at twe? unit ? 5601.2Sbouyerld* at twa? unit ? 5611.2Sbouyerld* at mlx? unit ? 5621.2Sbouyer 5631.2Sbouyericpsp* at icp? unit ? # SCSI pass-through 5641.2Sbouyer 5651.118Snonaka# NVM Express controllers and devices 5661.118Snonakanvme* at pci? dev ? function ? 5671.118Snonakald* at nvme? nsid ? 5681.118Snonaka 5691.2Sbouyer# wscons 5701.2Sbouyerpckbc0 at isa? # pc keyboard controller 5711.2Sbouyerpckbd* at pckbc? # PC keyboard 5721.2Sbouyerpms* at pckbc? # PS/2 mouse for wsmouse 5731.2Sbouyer#options PMS_DISABLE_POWERHOOK # Disable PS/2 reset on resume 5741.88Skhorbenoptions PMS_SYNAPTICS_TOUCHPAD # Enable support for Synaptics Touchpads 5751.2Sbouyer#vga0 at isa? 5761.2Sbouyervga* at pci? dev ? function ? 5771.2Sbouyer#pcdisplay0 at isa? # CGA, MDA, EGA, HGA 5781.2Sbouyer#machfb* at pci? dev ? function ? # ATI Mach64 framebuffer driver 5791.2Sbouyerwsdisplay* at vga? console ? 5801.2Sbouyer#wsdisplay* at pcdisplay? console ? 5811.68Sryo#wsdisplay* at machfb? console ? 5821.2Sbouyerwskbd* at pckbd? console ? 5831.2Sbouyerwsmouse* at pms? mux 0 5841.2Sbouyer 5851.2Sbouyer# USB Controller and Devices 5861.2Sbouyer 5871.2Sbouyer# PCI USB controllers 5881.148Sbouyerxhci* at pci? dev ? function ? # eXtensible Host Controller 5891.102Sdsl # xhci is at best experimental 5901.68Sryoehci* at pci? dev ? function ? # Enhanced Host Controller 5911.68Sryoohci* at pci? dev ? function ? # Open Host Controller 5921.68Sryouhci* at pci? dev ? function ? # Universal Host Controller (Intel) 5931.2Sbouyer 5941.2Sbouyer# USB bus support 5951.148Sbouyerusb* at xhci? 5961.68Sryousb* at ehci? 5971.68Sryousb* at ohci? 5981.68Sryousb* at uhci? 5991.2Sbouyer 6001.2Sbouyer# USB Hubs 6011.68Sryouhub* at usb? 6021.68Sryouhub* at uhub? port ? 6031.2Sbouyer 6041.2Sbouyer# USB HID device 6051.2Sbouyeruhidev* at uhub? port ? configuration ? interface ? 6061.2Sbouyer 6071.2Sbouyer# USB Mice 6081.68Sryoums* at uhidev? reportid ? 6091.2Sbouyerwsmouse* at ums? mux 0 6101.2Sbouyer 6111.2Sbouyer# USB eGalax touch-panel 6121.68Sryouep* at uhub? port ? 6131.2Sbouyerwsmouse* at uep? mux 0 6141.2Sbouyer 6151.2Sbouyer# USB Keyboards 6161.68Sryoukbd* at uhidev? reportid ? 6171.68Sryowskbd* at ukbd? console ? mux 1 6181.2Sbouyer 6191.2Sbouyer# USB serial adapter 6201.68Sryoucycom* at uhidev? reportid ? 6211.2Sbouyer 6221.2Sbouyer# USB Generic HID devices 6231.68Sryouhid* at uhidev? reportid ? 6241.2Sbouyer 6251.2Sbouyer# USB Printer 6261.68Sryoulpt* at uhub? port ? configuration ? interface ? 6271.2Sbouyer 6281.2Sbouyer# USB Modem 6291.2Sbouyerumodem* at uhub? port ? configuration ? 6301.68Sryoucom* at umodem? 6311.2Sbouyer 6321.52Splunky# Option N.V. Wireless WAN modems 6331.52Splunkyuhso* at uhub? port ? configuration ? 6341.52Splunky 6351.2Sbouyer# USB Mass Storage 6361.68Sryoumass* at uhub? port ? configuration ? interface ? 6371.68Sryowd* at umass? 6381.2Sbouyer 6391.2Sbouyer# USB audio 6401.2Sbouyeruaudio* at uhub? port ? configuration ? 6411.2Sbouyer 6421.2Sbouyer# USB MIDI 6431.68Sryoumidi* at uhub? port ? configuration ? 6441.2Sbouyer 6451.2Sbouyer# USB IrDA 6461.2Sbouyer# USB-IrDA bridge spec 6471.68Sryouirda* at uhub? port ? configuration ? interface ? 6481.2Sbouyerirframe* at uirda? 6491.2Sbouyer 6501.2Sbouyer# SigmaTel STIr4200 USB/IrDA Bridge 6511.68Sryoustir* at uhub? port ? 6521.2Sbouyerirframe* at ustir? 6531.2Sbouyer 6541.2Sbouyer# USB Ethernet adapters 6551.68Sryoaue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 6561.68Sryoaxe* at uhub? port ? # ASIX AX88172 based adapters 6571.68Sryocdce* at uhub? port ? # CDC, Ethernet Networking Control Model 6581.68Sryocue* at uhub? port ? # CATC USB-EL1201A based adapters 6591.68Sryokue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 6601.68Sryoudav* at uhub? port ? # Davicom DM9601 based adapters 6611.68Sryourl* at uhub? port ? # Realtek RTL8150L based adapters 6621.125Sdhollandurndis* at uhub? port ? # Microsoft RNDIS specification 6631.2Sbouyer 6641.2Sbouyer# USB 802.11 adapters 6651.68Sryoatu* at uhub? port ? # Atmel AT76C50XX based adapters 6661.86Sjakllschural* at uhub? port ? # Ralink Technology RT2500USB 802.11a/b/g 6671.2Sbouyerrum* at uhub? port ? # Ralink Technology RT2501/RT2601 802.11a/b/g 6681.100Sschmonzurtw* at uhub? port ? # Realtek RTL8187/RTL8187B 802.11b/g 6691.2Sbouyer 6701.2Sbouyer# Prolific PL2301/PL2302 host-to-host adapter 6711.68Sryoupl* at uhub? port ? 6721.2Sbouyer 6731.2Sbouyer# Serial adapters 6741.68Sryoubsa* at uhub? port ? # Belkin serial adapter 6751.68Sryoucom* at ubsa? portno ? 6761.2Sbouyer 6771.68Sryouftdi* at uhub? port ? # FTDI FT8U100AX serial adapter 6781.68Sryoucom* at uftdi? portno ? 6791.2Sbouyer 6801.68Sryoumct* at uhub? port ? # MCT USB-RS232 serial adapter 6811.68Sryoucom* at umct? portno ? 6821.2Sbouyer 6831.68Sryouplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 6841.68Sryoucom* at uplcom? portno ? 6851.2Sbouyer 6861.68Sryouvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter 6871.68Sryoucom* at uvscom? portno ? 6881.2Sbouyer 6891.2Sbouyer# Diamond Multimedia Rio 500 6901.68Sryourio* at uhub? port ? 6911.2Sbouyer 6921.2Sbouyer# USB Handspring Visor 6931.2Sbouyeruvisor* at uhub? port ? 6941.68Sryoucom* at uvisor? 6951.2Sbouyer 6961.2Sbouyer# Kyocera AIR-EDGE PHONE 6971.2Sbouyerukyopon* at uhub? port ? 6981.2Sbouyerucom* at ukyopon? portno ? 6991.2Sbouyer 7001.2Sbouyer# USB scanners 7011.117Sgdt#uscanner* at uhub? port ? 7021.2Sbouyer 7031.2Sbouyer# USB scanners that use SCSI emulation, e.g., HP5300 7041.2Sbouyerusscanner* at uhub? port ? 7051.2Sbouyer 7061.2Sbouyer# Y@P firmware loader 7071.68Sryouyap* at uhub? port ? 7081.2Sbouyer 7091.2Sbouyer# D-Link DSB-R100 USB radio 7101.68Sryoudsbr* at uhub? port ? 7111.68Sryoradio* at udsbr? 7121.2Sbouyer 7131.2Sbouyer# USB Generic driver 7141.68Sryougen* at uhub? port ? 7151.2Sbouyer 7161.2Sbouyer# PCI IEEE1394 controllers 7171.68Sryofwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller 7181.2Sbouyer 7191.2Sbouyer# CardBus IEEE1394 controllers 7201.68Sryo#fwohci* at cardbus? function ? # IEEE1394 Open Host Controller 7211.2Sbouyer 7221.2Sbouyerieee1394if* at fwohci? 7231.2Sbouyerfwip* at ieee1394if? # IP over IEEE1394 7241.2Sbouyersbp* at ieee1394if? euihi ? euilo ? # SCSI over IEEE1394 7251.2Sbouyer 7261.2Sbouyer# PCI audio devices 7271.2Sbouyerauacer* at pci? dev ? function ? # ALi M5455 integrated AC'97 Audio 7281.2Sbouyerauich* at pci? dev ? function ? # Intel ICH integrated AC'97 Audio 7291.2Sbouyerauixp* at pci? dev ? function ? # ATI IXP AC'97 Audio 7301.2Sbouyerautri* at pci? dev ? function ? # Trident 4DWAVE based AC'97 Audio 7311.2Sbouyerauvia* at pci? dev ? function ? # VIA VT82C686A integrated AC'97 Audio 7321.85Skhorben#azalia* at pci? dev ? function ? # High Definition Audio 7331.2Sbouyerclcs* at pci? dev ? function ? # Cirrus Logic CS4280 7341.2Sbouyerclct* at pci? dev ? function ? # Cirrus Logic CS4281 7351.2Sbouyercmpci* at pci? dev ? function ? # C-Media CMI8338/8738 7361.2Sbouyereap* at pci? dev ? function ? # Ensoniq AudioPCI 7371.2Sbouyeremuxki* at pci? dev ? function ? # Creative SBLive! and PCI512 7381.2Sbouyeresa* at pci? dev ? function ? # ESS Allegro-1 / Maestro-3 PCI Audio 7391.2Sbouyeresm* at pci? dev ? function ? # ESS Maestro-1/2/2e PCI Audio Accelerator 7401.2Sbouyereso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 7411.2Sbouyerfms* at pci? dev ? function ? # Forte Media FM801 7421.2Sbouyerneo* at pci? dev ? function ? # NeoMagic 256 AC'97 Audio 7431.2Sbouyersv* at pci? dev ? function ? # S3 SonicVibes 7441.2Sbouyeryds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio 7451.2Sbouyer 7461.2Sbouyer# OPL[23] FM synthesizers 7471.2Sbouyer#opl0 at isa? port 0x388 # use only if not attached to sound card 7481.2Sbouyeropl* at cmpci? flags 1 7491.2Sbouyeropl* at eso? 7501.2Sbouyeropl* at fms? 7511.2Sbouyeropl* at sv? 7521.2Sbouyeropl* at yds? 7531.2Sbouyer 7541.45Sjmcneill# High Definition Audio 7551.46Sjmcneillhdaudio* at pci? dev ? function ? # High Definition Audio 7561.46Sjmcneillhdafg* at hdaudiobus? 7571.44Ssborrill 7581.2Sbouyer# Audio support 7591.2Sbouyeraudio* at audiobus? 7601.2Sbouyer 7611.123Schristosspkr* at audio? # PC speaker (synthesized) 7621.121Snat 7631.2Sbouyer# MPU 401 UARTs 7641.2Sbouyer#mpu* at isa? port 0x330 irq 9 # MPU401 or compatible card 7651.2Sbouyermpu* at cmpci? 7661.2Sbouyermpu* at eso? 7671.2Sbouyermpu* at fms? 7681.2Sbouyermpu* at yds? 7691.2Sbouyer 7701.2Sbouyer# MIDI support 7711.2Sbouyermidi* at midibus? 7721.2Sbouyer 7731.2Sbouyer# Bluetooth Controller and Device support 7741.2Sbouyer 7751.2Sbouyer# Bluetooth PCMCIA Controllers 7761.2Sbouyer#bt3c* at pcmcia? function ? # 3Com 3CRWB6096-A 7771.2Sbouyer#btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139 7781.2Sbouyer 7791.2Sbouyer# Bluetooth USB Controllers 7801.2Sbouyerubt* at uhub? port ? 7811.70Sjakllschaubtfwl* at uhub? port ? 7821.2Sbouyer 7831.2Sbouyer# Bluetooth Device Hub 7841.2Sbouyer#bthub* at bt3c? 7851.2Sbouyer#bthub* at btbh? 7861.2Sbouyerbthub* at ubt? 7871.2Sbouyer 7881.2Sbouyer# Bluetooth HID support 7891.2Sbouyerbthidev* at bthub? 7901.2Sbouyer 7911.2Sbouyer# Bluetooth Mouse 7921.2Sbouyerbtms* at bthidev? reportid ? 7931.2Sbouyerwsmouse* at btms? mux 0 7941.2Sbouyer 7951.2Sbouyer# Bluetooth Keyboard 7961.2Sbouyerbtkbd* at bthidev? reportid ? 7971.2Sbouyerwskbd* at btkbd? console ? mux 1 7981.2Sbouyer 7991.54Splunky# Bluetooth Apple Magic Mouse 8001.54Splunkybtmagic* at bthub? 8011.54Splunkywsmouse* at btmagic? mux 0 8021.54Splunky 8031.2Sbouyer# Bluetooth Audio support 8041.2Sbouyerbtsco* at bthub? 8051.2Sbouyer 8061.136Skhorben 8071.136Skhorben# SD/MMC/SDIO Controller and Device support 8081.136Skhorben 8091.136Skhorben# SD/MMC controller 8101.136Skhorbensdhc* at pci? # SD Host Controller 8111.136Skhorbenrtsx* at pci? # Realtek RTS5209/RTS5229 Card Reader 8121.136Skhorben#sdhc* at cardbus? # SD Host Controller 8131.136Skhorbensdmmc* at sdhc? # SD/MMC bus 8141.136Skhorbensdmmc* at rtsx? # SD/MMC bus 8151.136Skhorben 8161.136Skhorbenld* at sdmmc? 8171.136Skhorben 8181.136Skhorben 8191.2Sbouyer# Cryptographic Devices 8201.2Sbouyer 8211.2Sbouyer# PCI cryptographic devices 8221.2Sbouyerhifn* at pci? dev ? function ? # Hifn 7755/7811/795x 8231.2Sbouyerubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x 8241.2Sbouyer 8251.10Sjmmvcinclude "arch/amd64/conf/GENERIC.local" 8261.128Schristoscinclude "arch/amd64/conf/XEN3_DOM0.local" 8271.2Sbouyer 8281.2Sbouyer# Pseudo-Devices 8291.2Sbouyer 8301.24Scegger# 8311.24Scegger# accept filters 8321.24Sceggerpseudo-device accf_data # "dataready" accept filter 8331.24Sceggerpseudo-device accf_http # "httpready" accept filter 8341.24Scegger 8351.68Sryopseudo-device crypto # /dev/crypto device 8361.2Sbouyerpseudo-device swcrypto # software crypto implementation 8371.2Sbouyer 8381.2Sbouyer# disk/mass storage pseudo-devices 8391.2Sbouyerpseudo-device bio # RAID control device driver 8401.95Schristospseudo-device ccd # concatenated/striped disk devices 8411.95Schristospseudo-device cgd # cryptographic disk devices 8421.96Schristospseudo-device raid # RAIDframe disk driver 8431.2Sbouyeroptions RAID_AUTOCONFIG # auto-configuration of RAID components 8441.2Sbouyer# Options to enable various other RAIDframe RAID types. 8451.2Sbouyer#options RF_INCLUDE_EVENODD=1 8461.2Sbouyer#options RF_INCLUDE_RAID5_RS=1 8471.2Sbouyer#options RF_INCLUDE_PARITYLOGGING=1 8481.2Sbouyer#options RF_INCLUDE_CHAINDECLUSTER=1 8491.2Sbouyer#options RF_INCLUDE_INTERDECLUSTER=1 8501.2Sbouyer#options RF_INCLUDE_PARITY_DECLUSTERING=1 8511.2Sbouyer#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 8521.53Spookapseudo-device fss # file system snapshot device 8531.2Sbouyer 8541.60Shannkenpseudo-device md # memory disk device (ramdisk) 8551.2Sbouyerpseudo-device vnd # disk-like interface to files 8561.47Spookapseudo-device putter # for puffs and pud 8571.57Shaadpseudo-device dm # device-mapper driver for LVM 8581.2Sbouyer 8591.2Sbouyer# network pseudo-devices 8601.2Sbouyerpseudo-device bpfilter # Berkeley packet filter 8611.2Sbouyerpseudo-device loop # network loopback 8621.2Sbouyerpseudo-device ppp # Point-to-Point Protocol 8631.2Sbouyerpseudo-device pppoe # PPP over Ethernet (RFC 2516) 8641.2Sbouyerpseudo-device sl # Serial Line IP 8651.2Sbouyerpseudo-device tap # virtual Ethernet 8661.2Sbouyerpseudo-device tun # network tunneling over tty 8671.2Sbouyerpseudo-device gre # generic L3 over IP tunnel 8681.2Sbouyerpseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 8691.2Sbouyer#pseudo-device faith # IPv[46] tcp relay translation i/f 8701.2Sbouyerpseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 8711.2Sbouyerpseudo-device vlan # IEEE 802.1q encapsulation 8721.2Sbouyerpseudo-device bridge # simple inter-network bridging 8731.2Sbouyer#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 8741.155Smaxvpseudo-device l2tp # L2TPv3 interface 8751.154Smaxvpseudo-device npf # NPF packet filter 8761.2Sbouyer 8771.2Sbouyer# miscellaneous pseudo-devices 8781.2Sbouyerpseudo-device pty # pseudo-terminals 8791.2Sbouyerpseudo-device clockctl # user control of clock subsystem 8801.2Sbouyerpseudo-device ksyms # /dev/ksyms 8811.2Sbouyer 8821.2Sbouyer# a pseudo device needed for Coda # also needs CODA (above) 8831.96Schristospseudo-device vcoda # coda minicache <-> venus comm. 8841.2Sbouyer 8851.2Sbouyer# a pseudo device needed for SMBFS 8861.2Sbouyerpseudo-device nsmb # experimental - SMB requester 8871.2Sbouyer 8881.144Schristos# a pseudo device needed for AUTOFS 8891.144Schristos#pseudo-device autofs # experimental - AUTOFS 8901.144Schristos 8911.116Stnn# iSCSI initiator 8921.116Stnn#pseudo-device iscsi 8931.116Stnn 8941.2Sbouyer# wscons pseudo-devices 8951.2Sbouyerpseudo-device wsmux # mouse & keyboard multiplexor 8961.2Sbouyerpseudo-device wsfont 8971.2Sbouyer 8981.5Sriz# userland interface to drivers, including autoconf and properties retrieval 8991.68Sryopseudo-device drvctl 9001.5Sriz 9011.2Sbouyer# xen pseudo-devices 9021.2Sbouyerpseudo-device xenevt 9031.2Sbouyerpseudo-device xvif 9041.2Sbouyerpseudo-device xbdback 9051.48Sjym 9061.119Schristosoptions PAX_MPROTECT=1 # PaX mprotect(2) restrictions 9071.119Schristosoptions PAX_ASLR=1 # PaX Address Space Layout Randomization 9081.109Suebayasi 9091.109Suebayasi# Atheros HAL options 9101.109Suebayasiinclude "external/isc/atheros_hal/conf/std.ath_hal" 911