XEN3_DOM0 revision 1.194
11.194Smanu# $NetBSD: XEN3_DOM0,v 1.194 2021/09/24 00:29:46 manu Exp $ 21.187Sgdt 31.187Sgdt# XEN3_DOM0 machine description file 41.187Sgdt# 51.187Sgdt# This machine description file is used to generate a kernel to be 61.187Sgdt# used as a PV dom0 under Xen. It is similar to GENERIC in that it is 71.187Sgdt# intended to be useful for most applications. Generally, besides 81.187Sgdt# changes that are specifically required for Xen (e.g., XENPV), it 91.187Sgdt# should be similar to GENERIC. Some differences are currently 101.187Sgdt# necessary, such as drivers that fail under Xen but work in GENERIC, 111.187Sgdt# for reasons that do not follow from Xen architecture. 121.2Sbouyer 131.2Sbouyerinclude "arch/amd64/conf/std.xen" 141.2Sbouyer 151.190Sgdtoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 161.190Sgdt 171.194Smanu#ident "XEN3_DOM0-$Revision: 1.194 $" 181.126Scherry 191.190Sgdtmaxusers 32 # estimated number of users 201.2Sbouyer 211.190Sgdt# delay between "rebooting ..." message and hardware reset, in milliseconds 221.190Sgdt#options CPURESET_DELAY=2000 231.2Sbouyer 241.190Sgdt# This option allows you to force a serial console at the specified 251.190Sgdt# I/O address. see console(4) for details. 261.190Sgdt#options CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600 271.190Sgdt# you don't want the option below ON iff you are using the 281.190Sgdt# serial console option of the new boot strap code. 291.190Sgdt#options CONS_OVERRIDE # Always use above! independent of boot info 301.190Sgdt 311.190Sgdt# The following options override the memory sizes passed in from the boot 321.190Sgdt# block. Use them *only* if the boot block is unable to determine the correct 331.190Sgdt# values. Note that the BIOS may *correctly* report less than 640k of base 341.190Sgdt# memory if the extended BIOS data area is located at the top of base memory 351.190Sgdt# (as is the case on most recent systems). 361.190Sgdt#options REALBASEMEM=639 # size of base memory (in KB) 371.190Sgdt#options REALEXTMEM=15360 # size of extended memory (in KB) 381.190Sgdt 391.190Sgdt# The following options limit the overall size of physical memory 401.190Sgdt# and/or the maximum address used by the system. 411.190Sgdt# Contrary to REALBASEMEM and REALEXTMEM, they still use the BIOS memory map 421.190Sgdt# and can deal with holes in the memory layout. 431.190Sgdt#options PHYSMEM_MAX_SIZE=64 # max size of physical memory (in MB) 441.190Sgdt#options PHYSMEM_MAX_ADDR=2048 # don't use memory above this (in MB) 451.140Spgoyette 461.192Sgdt## Replace std.amd64 content 471.192Sgdt 481.192Sgdtmainbus0 at root 491.192Sgdtcpu* at mainbus? 501.192Sgdtioapic* at mainbus? apid ? 511.192Sgdt 521.192Sgdt# Atheros HAL options 531.192Sgdtinclude "external/isc/atheros_hal/conf/std.ath_hal" 541.192Sgdt 551.192Sgdt## end std.amd64 561.192Sgdt 571.190Sgdt## Xen-specific options 581.2Sbouyer 591.192Sgdtoptions XENPV # PV dom0 support 601.2Sbouyeroptions DOM0OPS 611.190Sgdtoptions MULTIPROCESSOR 621.190Sgdt#options NO_PREEMPTION # needed if MULTIPROCESSOR is disabled 631.190Sgdt 641.190Sgdt#options CONSDEVNAME="\"xencons\"" 651.190Sgdt#options CONS_OVERRIDE 661.190Sgdt 671.190Sgdt## end Xen-specific options 681.56Scherry 691.2Sbouyer# boot messages with MPBIOS, acpi and ioapic can be quite large 701.7Smarttioptions MSGBUFSIZE=24576 711.2Sbouyer 721.190Sgdt# Standard system options 731.2Sbouyer 741.2Sbouyeroptions INSECURE # disable kernel security levels - X needs this 751.2Sbouyer 761.2Sbouyeroptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 771.2Sbouyeroptions NTP # NTP phase/frequency locked loop 781.2Sbouyer 791.2Sbouyeroptions KTRACE # system call tracing via ktrace(1) 801.2Sbouyer 811.125Sdhollandoptions CPU_UCODE # cpu ucode loading support 821.77Scegger 831.190Sgdt# Note: SysV IPC parameters could be changed dynamically, see sysctl(8). 841.2Sbouyeroptions SYSVMSG # System V-like message queues 851.2Sbouyeroptions SYSVSEM # System V-like semaphores 861.2Sbouyeroptions SYSVSHM # System V-like memory sharing 871.2Sbouyer 881.124Smaxvoptions MODULAR # new style module(7) framework 891.194Smanuoptions MODULAR_DEFAULT_AUTOLOAD 901.2Sbouyeroptions USERCONF # userconf(4) support 911.191Sgdt#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 921.2Sbouyeroptions SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 931.2Sbouyer 941.192Sgdt# CPU features 951.192Sgdt#acpicpu* at cpu? # ACPI CPU (including frequency scaling) 961.194Smanu # needs x86_cpu_idle_halt in cpu.c (!xenpv) 971.194Smanucoretemp* at cpu? # Intel on-die thermal sensor 981.192Sgdtest0 at cpu0 # Intel Enhanced SpeedStep (non-ACPI) 991.192Sgdt#hyperv0 at cpu0 # Microsoft Hyper-V 1001.192Sgdt#odcm0 at cpu0 # On-demand clock modulation 1011.192Sgdtpowernow0 at cpu0 # AMD PowerNow! and Cool'n'Quiet (non-ACPI) 1021.192Sgdt#vmt0 at cpu0 # VMware Tools 1031.192Sgdt 1041.145Ssevan# Alternate buffer queue strategies for better responsiveness under high 1051.145Ssevan# disk I/O load. 1061.74Sjakllsch#options BUFQ_READPRIO 1071.74Sjakllschoptions BUFQ_PRIOCSCAN 1081.74Sjakllsch 1091.2Sbouyer# Diagnostic/debugging support options 1101.103Sdhollandoptions DIAGNOSTIC # inexpensive kernel consistency checks 1111.190Sgdt # XXX to be commented out on release branch 1121.78Sbouyer#options DEBUG # expensive debugging checks/support 1131.190Sgdt#options LOCKDEBUG # expensive locking checks/support 1141.190Sgdt 1151.190Sgdt# 1161.190Sgdt# Because gcc omits the frame pointer for any -O level, the line below 1171.190Sgdt# is needed to make backtraces in DDB work. 1181.190Sgdt# 1191.190Sgdtmakeoptions COPTS="-O2 -fno-omit-frame-pointer" 1201.2Sbouyeroptions DDB # in-kernel debugger 1211.194Smanu#options DDB_COMMANDONENTER="bt" # execute command when ddb is entered 1221.194Smanu#options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic' 1231.2Sbouyeroptions DDB_HISTORY_SIZE=512 # enable history editing in DDB 1241.2Sbouyer#options KGDB # remote debugger 1251.2Sbouyer#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=57600 1261.194Smanumakeoptions DEBUG="-g" # compile full symbol table for CTF 1271.194Smanuoptions DDB_COMMANDONENTER="trace;show registers" 1281.190Sgdt#options SYSCALL_STATS # per syscall counts 1291.190Sgdt#options SYSCALL_TIMES # per syscall times 1301.190Sgdt#options SYSCALL_TIMES_HASCOUNTER # use 'broken' rdtsc (soekris) 1311.194Smanuoptions KDTRACE_HOOKS # kernel DTrace hooks 1321.191Sgdt 1331.191Sgdt# Kernel Undefined Behavior Sanitizer (kUBSan). 1341.191Sgdt#options KUBSAN # mandatory 1351.191Sgdt#options UBSAN_ALWAYS_FATAL # optional: panic on all kUBSan reports 1361.191Sgdt 1371.191Sgdt# Kernel Address Sanitizer (kASan). You need to disable SVS to use it. 1381.191Sgdt# The quarantine is optional and can help KASAN find more use-after-frees. 1391.191Sgdt# Use KASAN_PANIC if you want panics instead of warnings. 1401.191Sgdt#makeoptions KASAN=1 # mandatory 1411.191Sgdt#options KASAN # mandatory 1421.191Sgdt#no options SVS # mandatory 1431.191Sgdt#options POOL_QUARANTINE # optional 1441.191Sgdt#options KASAN_PANIC # optional 1451.191Sgdt 1461.191Sgdt# Kernel Concurrency Sanitizer (kCSan). 1471.191Sgdt#makeoptions KCSAN=1 # mandatory 1481.191Sgdt#options KCSAN # mandatory 1491.191Sgdt#options KCSAN_PANIC # optional 1501.191Sgdt 1511.191Sgdt# Kernel Memory Sanitizer (kMSan). You need to disable SVS and kernel modules 1521.191Sgdt# to use it. POOL_NOCACHE is optional and can help KMSAN find uninitialized 1531.191Sgdt# memory in pool caches. Note that KMSAN requires at least 4GB of RAM. 1541.191Sgdt#makeoptions KMSAN=1 # mandatory 1551.191Sgdt#options KMSAN # mandatory 1561.191Sgdt#no options SVS # mandatory 1571.191Sgdt#no options MODULAR # mandatory 1581.191Sgdt#no options MODULAR_DEFAULT_AUTOLOAD # mandatory 1591.191Sgdt#options POOL_NOCACHE # optional 1601.191Sgdt#options KMSAN_PANIC # optional 1611.191Sgdt 1621.191Sgdt# Kernel Code Coverage Driver. 1631.191Sgdt#makeoptions KCOV=1 1641.191Sgdt#options KCOV 1651.191Sgdt 1661.191Sgdt# Fault Injection Driver. 1671.191Sgdt#options FAULT 1681.2Sbouyer 1691.2Sbouyer# Compatibility options 1701.191Sgdt# x86_64 never shipped with a.out binaries; the two options below are 1711.191Sgdt# only relevant to 32-bit i386 binaries 1721.191Sgdt#options EXEC_AOUT # required by binaries from before 1.5 1731.191Sgdt#options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI 1741.191Sgdt 1751.191Sgdt# NetBSD backward compatibility. Support goes from COMPAT_15 up until 1761.191Sgdt# the latest release. Note that really old compat (< COMPAT_16) is only 1771.191Sgdt# useful for 32-bit i386 binaries. 1781.139Smrginclude "conf/compat_netbsd15.config" 1791.191Sgdt 1801.23Sjoerg#options COMPAT_386BSD_MBRPART # recognize old partition ID 1811.23Sjoerg 1821.2Sbouyeroptions COMPAT_NETBSD32 1831.2Sbouyeroptions EXEC_ELF32 1841.2Sbouyer 1851.55Sbouyer# Wedge support 1861.55Sbouyeroptions DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances 1871.55Sbouyeroptions DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges 1881.107Schristos#options DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges 1891.107Schristos#options DKWEDGE_METHOD_MBR # Support MBR partitions as wedges 1901.127Sryooptions DKWEDGE_METHOD_APPLE # Support Apple partitions as wedges 1911.132Srin#options DKWEDGE_METHOD_RDB # Support RDB partitions as wedges 1921.55Sbouyer 1931.2Sbouyer# File systems 1941.167Ssevaninclude "conf/filesystems.config" 1951.2Sbouyer 1961.2Sbouyer# File system options 1971.191Sgdt# ffs 1981.65Sbouyeroptions QUOTA # legacy UFS quotas 1991.65Sbouyeroptions QUOTA2 # new, in-filesystem UFS quotas 2001.194Smanuoptions FFS_EI # FFS Endian Independent support 2011.76Sdhollandoptions WAPBL # File system journaling support 2021.191Sgdt# Note that UFS_DIRHASH is suspected of causing kernel memory corruption. 2031.191Sgdt# It is not recommended for general use. 2041.2Sbouyer#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 2051.194Smanuoptions UFS_ACL # UFS Access Control Lists 2061.2Sbouyer#options FFS_NO_SNAPSHOT # No FFS snapshot support 2071.111Smanuoptions UFS_EXTATTR # Extended attribute support for UFS1 2081.191Sgdt# ext2fs 2091.2Sbouyer#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 2101.2Sbouyer # immutable) behave as system flags. 2111.191Sgdt# other 2121.194Smanuoptions DISKLABEL_EI # disklabel Endian Independent support 2131.191Sgdtoptions NFSSERVER # Network File System server 2141.2Sbouyer 2151.2Sbouyer# Networking options 2161.2Sbouyer#options GATEWAY # packet forwarding 2171.2Sbouyeroptions INET # IP + ICMP + TCP + UDP 2181.2Sbouyeroptions INET6 # IPV6 2191.114Sbouyeroptions IPSEC # IP security 2201.2Sbouyer#options IPSEC_DEBUG # debug for IP security 2211.191Sgdt#options MPLS # MultiProtocol Label Switching (needs mpls) 2221.2Sbouyer#options MROUTING # IP multicast routing 2231.2Sbouyer#options PIM # Protocol Independent Multicast 2241.2Sbouyeroptions NETATALK # AppleTalk networking protocols 2251.191Sgdt#options CAN # Controller Area Network protocol 2261.2Sbouyeroptions PPP_BSDCOMP # BSD-Compress compression support for PPP 2271.2Sbouyeroptions PPP_DEFLATE # Deflate compression support for PPP 2281.2Sbouyeroptions PPP_FILTER # Active filter support for PPP (requires bpf) 2291.2Sbouyer#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 2301.191Sgdt#options TCP_SIGNATURE # Enable RFC-2385 TCP md5 signatures 2311.2Sbouyer 2321.2Sbouyer#options ALTQ # Manipulate network interfaces' output queues 2331.2Sbouyer#options ALTQ_BLUE # Stochastic Fair Blue 2341.2Sbouyer#options ALTQ_CBQ # Class-Based Queueing 2351.2Sbouyer#options ALTQ_CDNR # Diffserv Traffic Conditioner 2361.2Sbouyer#options ALTQ_FIFOQ # First-In First-Out Queue 2371.2Sbouyer#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 2381.2Sbouyer#options ALTQ_HFSC # Hierarchical Fair Service Curve 2391.2Sbouyer#options ALTQ_LOCALQ # Local queueing discipline 2401.2Sbouyer#options ALTQ_PRIQ # Priority Queueing 2411.2Sbouyer#options ALTQ_RED # Random Early Detection 2421.2Sbouyer#options ALTQ_RIO # RED with IN/OUT 2431.2Sbouyer#options ALTQ_WFQ # Weighted Fair Queueing 2441.2Sbouyer 2451.188Sgdt# These options enable verbose messages for several subsystems. 2461.188Sgdt# Warning, these may compile large string tables into the kernel! 2471.188Sgdt#options ACPIVERBOSE # verbose ACPI configuration messages 2481.188Sgdt#options MIIVERBOSE # verbose PHY autoconfig messages 2491.188Sgdtoptions PCIVERBOSE # verbose PCI device autoconfig messages 2501.188Sgdt#options PCI_CONFIG_DUMP # verbosely dump PCI config space 2511.188Sgdt#options PCMCIAVERBOSE # verbose PCMCIA configuration messages 2521.188Sgdtoptions SCSIVERBOSE # human readable SCSI error messages 2531.188Sgdt#options USBVERBOSE # verbose USB device autoconfig messages 2541.188Sgdt#options HDAUDIOVERBOSE # verbose HDAUDIO driver messages 2551.188Sgdt 2561.36Snisimuraoptions NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 2571.2Sbouyer 2581.11Sbouyer# 2591.11Sbouyer# wscons options 2601.11Sbouyer# 2611.11Sbouyer# builtin terminal emulations 2621.191Sgdtoptions WSEMUL_VT100 # VT100 / VT220 emulation 2631.11Sbouyer#options WSEMUL_SUN # sun terminal emulation 2641.191Sgdt#options WSEMUL_DEFAULT="\"vt100\"" # NB: default is "sun" if enabled 2651.11Sbouyer# different kernel output - see dev/wscons/wsdisplayvar.h 2661.11Sbouyeroptions WS_KERNEL_FG=WSCOL_GREEN 2671.11Sbouyer#options WS_KERNEL_BG=WSCOL_BLACK 2681.11Sbouyer# compatibility to other console drivers 2691.11Sbouyeroptions WSDISPLAY_COMPAT_PCVT # emulate some ioctls 2701.11Sbouyeroptions WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 2711.84Sabsoptions WSDISPLAY_COMPAT_USL # wsconscfg VT handling 2721.11Sbouyeroptions WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 2731.189Sgdt# don't attach pckbd as the console if no PS/2 keyboard is found 2741.189Sgdtoptions PCKBD_CNATTACH_MAY_FAIL 2751.11Sbouyer# see dev/pckbport/wskbdmap_mfii.c for implemented layouts 2761.11Sbouyer#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 2771.11Sbouyer# allocate a number of virtual screens at autoconfiguration time 2781.11Sbouyer#options WSDISPLAY_DEFAULTSCREENS=4 2791.11Sbouyer# use a large software cursor that doesn't blink 2801.11Sbouyeroptions PCDISPLAY_SOFTCURSOR 2811.11Sbouyer# modify the screen type of the console; defaults to "80x25" 2821.11Sbouyer#options VGA_CONSOLE_SCREENTYPE="\"80x24\"" 2831.11Sbouyer# work around a hardware bug that loaded fonts don't work; found on ATI cards 2841.11Sbouyer#options VGA_CONSOLE_ATI_BROKEN_FONTSEL 2851.11Sbouyer# console scrolling support. 2861.11Sbouyeroptions WSDISPLAY_SCROLLSUPPORT 2871.11Sbouyer# enable VGA raster mode capable of displaying multilingual text on console 2881.11Sbouyer#options VGA_RASTERCONSOLE 2891.191Sgdt# enable splash screen support; requires genfb or radeonfb 2901.191Sgdt#options SPLASHSCREEN 2911.191Sgdt 2921.191Sgdt# Kernel root file system and dump configuration. 2931.2Sbouyerconfig netbsd root on ? type ? 2941.2Sbouyer#config netbsd root on wd0a type ffs 2951.2Sbouyer#config netbsd root on xennet0 type nfs 2961.2Sbouyer 2971.191Sgdt# 2981.191Sgdt# Device configuration 2991.191Sgdt# 3001.191Sgdt 3011.191Sgdt## Xen-specific options 3021.2Sbouyerhypervisor* at mainbus? # Xen hypervisor 3031.2Sbouyer 3041.2Sbouyervcpu* at hypervisor? # Xen virtual CPUs 3051.2Sbouyer 3061.68Sryoxenbus* at hypervisor? # Xen virtual bus 3071.2Sbouyer 3081.2Sbouyerxencons* at hypervisor? # Xen virtual console 3091.67Sjymballoon* at xenbus? # Xen balloon device 3101.191Sgdt## end Xen-specific options 3111.191Sgdt 3121.191Sgdt# IPMI support 3131.191Sgdtipmi0 at mainbus? 3141.191Sgdtipmi_acpi* at acpi? 3151.191Sgdtipmi0 at ipmi_acpi? 3161.2Sbouyer 3171.191Sgdt# ACPI will be used if present. If not it will fall back to MPBIOS 3181.192Sgdtacpi0 at mainbus? # ACPI access in PVH(VM) mode 3191.161Scherryacpi0 at hypervisor? # ACPI access in PV mode 3201.161Scherry 3211.191Sgdtoptions ACPI_SCANPCI # find PCI roots using ACPI 3221.191Sgdtoptions MPBIOS # configure CPUs and APICs using MPBIOS 3231.191Sgdtoptions MPBIOS_SCANPCI # MPBIOS configures PCI roots 3241.191Sgdt#options PCI_INTR_FIXUP # fixup PCI interrupt routing via ACPI 3251.191Sgdt#options PCI_BUS_FIXUP # fixup PCI bus numbering 3261.191Sgdt#options PCI_ADDR_FIXUP # fixup PCI I/O addresses 3271.33Scegger#options ACPI_ACTIVATE_DEV # If set, activate inactive devices 3281.194Smanuoptions VGA_POST # in-kernel support for VGA POST 3291.2Sbouyer 3301.2Sbouyer# ACPI devices 3311.68Sryoacpiacad* at acpi? # ACPI AC Adapter 3321.68Sryoacpibat* at acpi? # ACPI Battery 3331.68Sryoacpibut* at acpi? # ACPI Button 3341.17Sceggeracpidalb* at acpi? # ACPI Direct Application Launch Button 3351.153Sjakllschacpiec* at acpi? # ACPI Embedded Controller (late) 3361.153Sjakllschacpiecdt* at acpi? # ACPI Embedded Controller (early) 3371.194Smanuacpifan* at acpi? # ACPI Fan 3381.68Sryoacpilid* at acpi? # ACPI Lid Switch 3391.191Sgdt#acpipmtr* at acpi? # ACPI Power Meter (experimental) 3401.191Sgdt#acpismbus* at acpi? # ACPI SMBus CMI (experimental) 3411.68Sryoacpitz* at acpi? # ACPI Thermal Zone 3421.194Smanuacpivga* at acpi? # ACPI Display Adapter 3431.194Smanuacpiout* at acpivga? # ACPI Display Output Device 3441.194Smanuacpiwdrt* at acpi? # ACPI Watchdog Resource Table 3451.194Smanuacpiwmi* at acpi? # ACPI WMI Mapper 3461.191Sgdt 3471.191Sgdt# Mainboard devices 3481.49Scnstaibs* at acpi? # ASUSTeK AI Booster hardware monitor 3491.194Smanuasus* at acpi? # ASUS hotkeys 3501.194Smanuattimer* at acpi? # AT Timer 3511.191Sgdt#com* at acpi? # Serial communications interface 3521.191Sgdt#fdc* at acpi? # Floppy disk controller 3531.194Smanufujbp* at acpi? # Fujitsu Brightness & Pointer 3541.194Smanufujhk* at acpi? # Fujitsu Hotkeys 3551.191Sgdt#hpacel* at acpi? # HP 3D DriveGuard accelerometer 3561.194Smanu#hpqlb* at acpi? # HP Quick Launch Buttons 3571.194Smanuhpet* at acpihpetbus? # High Precision Event Timer (table) 3581.194Smanuhpet* at acpinodebus? # High Precision Event Timer (device) 3591.194Smanujoy* at acpi? # Joystick/Game port 3601.191Sgdt#lpt* at acpi? # Parallel port 3611.194Smanumpu* at acpi? # Roland MPU-401 MIDI UART 3621.20Sceggerpckbc* at acpi? # PC keyboard controller 3631.20Sceggerpcppi* at acpi? # AT-style speaker sound 3641.194Smanuqemufwcfg* at acpi? # QEMU Firmware Configuration device 3651.194Smanusdhc* at acpi? # SD Host Controller 3661.194Smanusony* at acpi? # Sony Notebook Controller 3671.194Smanuspic* at acpi? # Sony Programmable I/O Controller 3681.194Smanuwsmouse* at spic? # mouse 3691.194Smanuthinkpad* at acpi? # IBM/Lenovo Thinkpad hotkeys 3701.194Smanutpm* at acpi? # ACPI TPM (Experimental) 3711.194Smanuug* at acpi? # Abit uGuru Hardware monitor 3721.194Smanuvalz* at acpi? # Toshiba Dynabook hotkeys 3731.194Smanuwb* at acpi? # Winbond W83L518D SD/MMC reader 3741.194Smanusdmmc* at wb? # SD/MMC bus 3751.194Smanuwmidell* at acpiwmibus? # Dell WMI mappings 3761.194Smanuwmieeepc* at acpiwmibus? # Asus Eee PC WMI mappings 3771.194Smanuwmihp* at acpiwmibus? # HP WMI mappings 3781.194Smanuwmimsi* at acpiwmibus? # MSI WMI mappings 3791.15Scegger 3801.191Sgdt# Basic Bus Support 3811.191Sgdt 3821.2Sbouyer# PCI bus support 3831.192Sgdtpci* at hypervisor? bus ? 3841.192Sgdtpci* at pchb? bus ? 3851.192Sgdtpci* at ppb? bus ? 3861.37Sbouyer 3871.194Smanu# MSIX bugs with XEN3_DOM0: kern/55667, kern/56291 3881.194Smanuoptions NO_PCI_MSI_MSIX 3891.194Smanu 3901.2Sbouyer# PCI bridges 3911.190Sgdtpchb* at pci? dev ? function ? # PCI-Host bridges 3921.190Sgdt#options AGP_X86 # INTENTIONAL OMISSION - crashes reported with agp 3931.2Sbouyerpcib* at pci? dev ? function ? # PCI-ISA bridges 3941.2Sbouyerppb* at pci? dev ? function ? # PCI-PCI bridges 3951.2Sbouyer# XXX 'puc's aren't really bridges, but there's no better place for them here 3961.2Sbouyerpuc* at pci? dev ? function ? # PCI "universal" comm. cards 3971.2Sbouyer 3981.194Smanuamdpcib* at pci? dev ? function ? # AMD 8111 PCI-ISA w/ HPET 3991.194Smanuhpet* at amdpcib? 4001.192Sgdt 4011.194Smanupwdog* at pci? dev ? function ? # QUANCOM PWDOG1 4021.192Sgdt 4031.192Sgdtichlpcib* at pci? dev ? function ? # Intel ICH PCI-LPC w/ timecounter, 4041.192Sgdt # watchdog, gpio, Speedstep and HPET 4051.194Smanufwhrng* at ichlpcib? # Intel 82802 FWH Random Number Generator 4061.192Sgdt#hpet* at ichlpcib? 4071.194Smanutco* at ichlpcib? # TCO watch dog timer 4081.190Sgdt 4091.190Sgdt#agp* at pchb? # INTENTIONAL OMISSION - crashes reported with agp 4101.194Smanuaapic* at pci? dev ? function ? # AMD 8131 IO apic 4111.190Sgdt 4121.192Sgdt# pci backend devices, used for PCI pass-through. To export a PCI device 4131.192Sgdt# to a domU, the device has to be attached to the pciback driver in the dom0. 4141.192Sgdt# you can force a device to attach to the pciback driver in dom0 passing 4151.192Sgdt# pciback.hide=(bus:dev.fun)(bus:dev.func) to the dom0 kernel boot parameters. 4161.192Sgdt# bus and dev are 2-digits hex number, func is a single-digit number: 4171.192Sgdt# pciback.hide=(00:1a.0)(00:1a.1)(00:1a.7) 4181.192Sgdtpciback* at pci? # pci backend device 4191.192Sgdt 4201.2Sbouyer# ISA bus support 4211.192Sgdtisa0 at hypervisor? 4221.192Sgdtisa0 at pcib? 4231.192Sgdt#isa0 at amdpcib? 4241.32Sjoergisa0 at ichlpcib? 4251.192Sgdt 4261.192Sgdt# CardBus bridge support 4271.194Smanucbb* at pci? dev ? function ? 4281.194Smanucardslot* at cbb? 4291.192Sgdt 4301.192Sgdt# CardBus bus support 4311.194Smanucardbus* at cardslot? 4321.194Smanupcmcia* at cardslot? 4331.192Sgdt 4341.192Sgdt# Console Devices 4351.192Sgdt 4361.192Sgdt# wscons 4371.192Sgdtpckbc0 at isa? # pc keyboard controller 4381.192Sgdtpckbd* at pckbc? # PC keyboard 4391.192Sgdtpms* at pckbc? # PS/2 mouse for wsmouse 4401.192Sgdt#options PMS_DISABLE_POWERHOOK # Disable PS/2 reset on resume 4411.192Sgdtoptions PMS_SYNAPTICS_TOUCHPAD # Enable support for Synaptics Touchpads 4421.194Smanuoptions PMS_ELANTECH_TOUCHPAD # Enable support for Elantech Touchpads 4431.194Smanuoptions PMS_ALPS_TOUCHPAD # Enable support for Alps Touchpads 4441.194Smanu#vga* at pci? dev ? function ?# Needs acpi_md_vbios_reset 4451.194Smanu # in acpi_wakeup.c (!xenpv) 4461.194Smanu#genfb* at pci? dev ? function ?# Needs acpi_md_vesa_modenum 4471.194Smanu # in acpi_wakeup.c (!xenpv) 4481.192Sgdt#options VCONS_DRAW_INTR 4491.194Smanu#wsdisplay* at vga? console ? 4501.194Smanuwsdisplay* at wsemuldisplaydev? 4511.192Sgdtwskbd* at pckbd? console ? 4521.192Sgdtwsmouse* at pms? mux 0 4531.194Smanuwsmouse* at wsmousedev? 4541.192Sgdt 4551.194Smanuattimer0 at isa? 4561.194Smanupcppi0 at isa? 4571.194Smanu#sysbeep0 at pcppi? # Needs sysbeep_ca (from where?) 4581.192Sgdt 4591.192Sgdt# DRI legacy drivers 4601.192Sgdt#i915drm* at drm? # Intel i915, i945 DRM driver 4611.192Sgdt#mach64drm* at drm? # mach64 (3D Rage Pro, Rage) DRM driver 4621.192Sgdt#mgadrm* at drm? # Matrox G[24]00, G[45]50 DRM driver 4631.192Sgdt#r128drm* at drm? # ATI Rage 128 DRM driver 4641.192Sgdt#radeondrm* at drm? # ATI Radeon DRM driver 4651.192Sgdt#savagedrm* at drm? # S3 Savage DRM driver 4661.192Sgdt#sisdrm* at drm? # SiS DRM driver 4671.192Sgdt#tdfxdrm* at drm? # 3dfx (voodoo) DRM driver 4681.192Sgdt 4691.192Sgdt# DRMKMS drivers 4701.194Smanu# all disabled: drm uses acpi_md_vesa_modenum in acpi_wakeup.c (!xenpv) 4711.194Smanu#i915drmkms* at pci? dev ? function ? # also require disabled agp 4721.192Sgdt#intelfb* at intelfbbus? 4731.192Sgdt 4741.192Sgdt#radeon* at pci? dev ? function ? 4751.192Sgdt#radeondrmkmsfb* at radeonfbbus? 4761.192Sgdt 4771.192Sgdt#amdgpu* at pci? dev ? function ? 4781.192Sgdt#amdgpufb* at amdgpufbbus? 4791.192Sgdt 4801.192Sgdt#nouveau* at pci? dev ? function ? 4811.192Sgdt#nouveaufb* at nouveaufbbus? 4821.192Sgdt 4831.192Sgdt# DRMUMS drivers 4841.192Sgdt#viadrmums* at drm? 4851.192Sgdt 4861.194Smanu#options DRM_MAX_RESOLUTION_HORIZONTAL=1920 # Limit DRM size in horizontal dimension 4871.194Smanu#options DRM_MAX_RESOLUTION_VERTICAL=1080 # Limit DRM size in vertical dimension 4881.194Smanu 4891.192Sgdt# Cryptographic Devices 4901.192Sgdt 4911.192Sgdt# PCI cryptographic devices 4921.194Smanuamdccp* at pci? dev ? function ? # AMD Cryptographic Coprocessor 4931.192Sgdthifn* at pci? dev ? function ? # Hifn 7755/7811/795x 4941.192Sgdt#qat* at pci? dev ? function ? # Intel QuickAssist 4951.192Sgdtubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x 4961.192Sgdt 4971.192Sgdt# Trusted Platform Module 4981.194Smanutpm* at isa? iomem 0xfed40000 irq 7 4991.2Sbouyer 5001.2Sbouyer# Serial Devices 5011.2Sbouyer 5021.2Sbouyer# PCI serial interfaces 5031.2Sbouyercom* at puc? port ? # 16x50s on "universal" comm boards 5041.2Sbouyercy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards 5051.2Sbouyercz* at pci? dev ? function ? # Cyclades-Z multi-port serial boards 5061.2Sbouyer 5071.192Sgdt# PCMCIA serial interfaces 5081.194Smanucom* at pcmcia? function ? # Modems and serial cards 5091.192Sgdt 5101.194Smanupcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 5111.194Smanucom* at pcmcom? slave ? # ...and the slave devices 5121.192Sgdt 5131.192Sgdt# CardBus serial interfaces 5141.194Smanucom* at cardbus? function ? # Modems and serial cards 5151.192Sgdt 5161.2Sbouyer# ISA serial interfaces 5171.2Sbouyer#options COM_HAYESP # adds Hayes ESP serial board support 5181.2Sbouyer# If a com port is used as Xen console it can't be used by the domain0 kernel 5191.2Sbouyer# and there's no easy way to detect this yet. Leave com0 out as it's the 5201.2Sbouyer# port usually used for serial console 5211.2Sbouyer#com0 at isa? port 0x3f8 irq 4 # Standard PC serial ports 5221.2Sbouyercom1 at isa? port 0x2f8 irq 3 5231.2Sbouyer 5241.2Sbouyer# Parallel Printer Interfaces 5251.2Sbouyer 5261.2Sbouyer# PCI parallel printer interfaces 5271.2Sbouyerlpt* at puc? port ? # || ports on "universal" comm boards 5281.2Sbouyer 5291.2Sbouyer# ISA parallel printer interfaces 5301.2Sbouyerlpt0 at isa? port 0x378 irq 7 # standard PC parallel ports 5311.194Smanulpt1 at isa? port 0x278 5321.2Sbouyer 5331.2Sbouyer# Hardware monitors 5341.2Sbouyer 5351.82Sceggeramdnb_misc* at pci? # AMD NB Misc Configuration 5361.192Sgdtamdtemp* at amdnb_misc? # AMD CPU Temperature sensors 5371.28Scegger 5381.146Schristosamdsmn* at pci? # AMD SMN Configuration 5391.147Spgoyetteamdzentemp* at amdsmnbus? # AMD Ryzen Family 17h CPU temp sensors 5401.146Schristos 5411.192Sgdt# Winbond LPC Super I/O 5421.192Sgdt#wbsio* at isa? port 0x2e 5431.192Sgdt#wbsio* at isa? port 0x4e 5441.192Sgdt 5451.192Sgdt# IBM Hawk Integrated Systems Management Processor 5461.192Sgdt#ibmhawk0 at iic? addr 0x37 5471.192Sgdt 5481.192Sgdt# LM7[89] and compatible hardware monitors 5491.192Sgdt# Use flags to select temp sensor type (see lm(4) man page for details) 5501.192Sgdt#lm0 at isa? port 0x290 flags 0x0 # other common ports: 0x280, 0x310 5511.192Sgdt#lm* at wbsio? 5521.192Sgdt 5531.192Sgdt# SMSC LPC47B397 hardware monitor functions 5541.192Sgdt#smsc0 at isa? port 0x02e 5551.192Sgdt 5561.192Sgdt# SMSC LPC47M192 hardware monitor 5571.192Sgdt#smscmon* at iic? addr 0x2c 5581.192Sgdt#smscmon* at iic? addr 0x2d # (alternate address) 5591.192Sgdt 5601.2Sbouyer# AMD 768 and 8111 power/ACPI controllers 5611.2Sbouyeramdpm* at pci? dev ? function ? # RNG and SMBus 1.0 interface 5621.73Sjmcneill#iic* at amdpm? # sensors below are on this bus 5631.30Spgoyette 5641.192Sgdt# NVIDIA nForce2/3/4 SMBus controller 5651.194Smanunfsmbc* at pci? dev ? function ? 5661.194Smanunfsmb* at nfsmbc? 5671.194Smanuiic* at nfsmb? 5681.192Sgdt 5691.192Sgdt# Intel PIIX4 power management controllers 5701.194Smanupiixpm* at pci? dev ? function ? # PIIX4 compatible PM controller 5711.194Smanuiic* at piixpm? # SMBus on PIIX4 5721.192Sgdt 5731.120Smsaitoh# Intel ICH SMBus controller 5741.120Smsaitohichsmb* at pci? dev ? function ? 5751.120Smsaitohiic* at ichsmb? 5761.120Smsaitoh 5771.192Sgdt# Intel S1200,C2000 (non-pch) SMBus controller 5781.194Smanuismt* at pci? dev ? function ? 5791.194Smanuiic* at ismt? 5801.192Sgdt 5811.192Sgdt# DesignWare I2C controller as found in some Intel PCH and AMD FCH devices. 5821.194Smanudwiic* at acpi? # DesignWare I2C controller 5831.192Sgdtdwiic* at pci? # DesignWare I2C controller 5841.142Sbouyeriic* at dwiic? 5851.142Sbouyer 5861.30Spgoyette# Thermal monitor and fan controller 5871.151Sthorpej#dbcool* at iic? addr 0x2C # Unknown other motherboard(s) 5881.151Sthorpej#dbcool* at iic? addr 0x2D # Tyan S2881 5891.151Sthorpej#dbcool* at iic? addr 0x2E # Tyan S2882-D 5901.2Sbouyer 5911.192Sgdt# IBM Thinkpad Active Protection System 5921.192Sgdt#aps0 at isa? port 0x1600 5931.192Sgdt 5941.192Sgdt# Fintek Super I/O with hardware monitor 5951.192Sgdt#finsio0 at isa? port 0x4e 5961.192Sgdt 5971.192Sgdt# iTE IT87xxF Super I/O with watchdog and sensors support 5981.192Sgdt#itesio0 at isa? port 0x2e 5991.192Sgdt 6001.192Sgdt# Abit uGuru Hardware system monitor 6011.192Sgdt#ug0 at isa? port 0xe0 6021.192Sgdt 6031.120Smsaitoh# Serial Presence Detect capable memory modules 6041.151Sthorpej#spdmem* at iic? addr 0x50 6051.151Sthorpej#spdmem* at iic? addr 0x51 6061.151Sthorpej#spdmem* at iic? addr 0x52 6071.151Sthorpej#spdmem* at iic? addr 0x53 6081.151Sthorpej#spdmem* at iic? addr 0x54 6091.151Sthorpej#spdmem* at iic? addr 0x55 6101.151Sthorpej#spdmem* at iic? addr 0x56 6111.151Sthorpej#spdmem* at iic? addr 0x57 6121.151Sthorpej#sdtemp* at iic? addr 0x18 6131.151Sthorpej#sdtemp* at iic? addr 0x19 6141.151Sthorpej#sdtemp* at iic? addr 0x1a 6151.151Sthorpej#sdtemp* at iic? addr 0x1b 6161.151Sthorpej#sdtemp* at iic? addr 0x1c 6171.151Sthorpej#sdtemp* at iic? addr 0x1d 6181.151Sthorpej#sdtemp* at iic? addr 0x1e 6191.151Sthorpej#sdtemp* at iic? addr 0x1f 6201.120Smsaitoh 6211.192Sgdt# I2C HID devices 6221.192Sgdtihidev* at iic? 6231.192Sgdt 6241.192Sgdt# I2C Mice 6251.192Sgdtims* at ihidev? reportid ? 6261.192Sgdtwsmouse* at ims? mux 0 6271.192Sgdt 6281.192Sgdt# I2O devices 6291.192Sgdtiop* at pci? dev ? function ? # I/O processor 6301.192Sgdtiopsp* at iop? tid ? # SCSI/FC-AL ports 6311.192Sgdtld* at iop? tid ? # block devices 6321.192Sgdt# XXX dpti.c wants a processor type that is not assigned for x86-64 6331.192Sgdt#dpti* at iop? tid 0 # DPT/Adaptec control interface 6341.192Sgdt 6351.192Sgdt# GPIO devices 6361.194Smanugpio* at gpiobus? 6371.192Sgdt 6381.192Sgdt# 1- Wire support 6391.192Sgdt#gpioow* at gpio? offset ? mask ? # 1-wire bitbanging via gpio 6401.194Smanugpioow* at gpio? 6411.194Smanuonewire* at gpioow? 6421.192Sgdt 6431.192Sgdt# 1-Wire devices 6441.194Smanuowtemp* at onewire? # Temperature sensors 6451.192Sgdt 6461.192Sgdt# I2C support 6471.192Sgdt#gpioiic* at gpio? 6481.192Sgdt#iic* at gpioiic? 6491.192Sgdt 6501.192Sgdt# Keylock support 6511.192Sgdt#gpiolock* at gpio? 6521.192Sgdt 6531.192Sgdt# Pulsing GPIO pins in software 6541.192Sgdt#gpiopwm* at gpio? 6551.192Sgdt 6561.192Sgdt# Soekris 6501 GPIO/LED driver (provides gpiobus, needs gpio) 6571.192Sgdt#soekrisgpio0 at isa? port 0x680 6581.192Sgdt 6591.192Sgdt# Nuvoton NCT5104D SuperIO providing GPIO 6601.194Smanunct0 at isa? port ? 6611.192Sgdt 6621.192Sgdt# SCSI Controllers and Devices 6631.192Sgdt 6641.192Sgdt# PCI SCSI controllers 6651.192Sgdtadv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 6661.192Sgdtadw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI 6671.192Sgdtahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 6681.194Smanuahd* at pci? dev ? function ? # Adaptec aic790x SCSI 6691.192Sgdtbha* at pci? dev ? function ? # BusLogic 9xx SCSI 6701.192Sgdtdpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 6711.192Sgdtiha* at pci? dev ? function ? # Initio INIC-940/950 SCSI 6721.192Sgdtisp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel 6731.192Sgdtmfi* at pci? dev ? function ? # LSI MegaRAID SAS 6741.192Sgdtmfii* at pci? dev ? function ? # LSI MegaRAID SAS (Fusion and newer) 6751.192Sgdtmly* at pci? dev ? function ? # Mylex AcceleRAID and eXtremeRAID 6761.192Sgdtmpt* at pci? dev ? function ? # LSILogic 9x9 and 53c1030 (Fusion-MPT) 6771.192Sgdtmpii* at pci? dev ? function ? # LSI Logic Fusion-MPT II 6781.192Sgdtnjs* at pci? dev ? function ? # Workbit NinjaSCSI-32 6791.192Sgdtpcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI 6801.192Sgdtsiop* at pci? dev ? function ? # Symbios 53c8xx SCSI 6811.194Smanuesiop* at pci? dev ? function ? # Symbios 53c875 and newer SCSI 6821.192Sgdt#options SIOP_SYMLED # drive the act. LED in software 6831.192Sgdttrm* at pci? dev ? function ? # Tekram DC-395U/UW/F, DC-315/U SCSI 6841.192Sgdt 6851.192Sgdt# PCMCIA SCSI controllers 6861.194Smanuaic* at pcmcia? function ? # Adaptec APA-1460 SCSI 6871.194Smanuesp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI 6881.194Smanuspc* at pcmcia? function ? # Fujitsu MB87030/MB89352 SCSI 6891.192Sgdt 6901.192Sgdt# CardBus SCSI cards 6911.194Smanuadv* at cardbus? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 6921.194Smanuahc* at cardbus? function ? # Adaptec ADP-1480 6931.194Smanunjs* at cardbus? function ? # Workbit NinjaSCSI-32 6941.192Sgdt 6951.192Sgdt# SCSI bus support 6961.192Sgdtscsibus* at scsi? 6971.192Sgdt 6981.192Sgdt# SCSI devices 6991.192Sgdtsd* at scsibus? target ? lun ? # SCSI disk drives 7001.192Sgdtst* at scsibus? target ? lun ? # SCSI tape drives 7011.192Sgdtcd* at scsibus? target ? lun ? # SCSI CD-ROM drives 7021.192Sgdtch* at scsibus? target ? lun ? # SCSI autochangers 7031.192Sgdtses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 7041.192Sgdtss* at scsibus? target ? lun ? # SCSI scanners 7051.192Sgdtuk* at scsibus? target ? lun ? # SCSI unknown 7061.192Sgdt 7071.194Smanu 7081.192Sgdt# RAID controllers and devices 7091.192Sgdtaac* at pci? dev ? function ? # Adaptec AAC family 7101.192Sgdtamr* at pci? dev ? function ? # AMI/LSI Logic MegaRAID 7111.192Sgdtarcmsr* at pci? dev ? function ? # Areca SATA RAID controllers 7121.192Sgdtcac* at pci? dev ? function ? # Compaq PCI array controllers 7131.192Sgdtciss* at pci? dev ? function ? # HP Smart Array controllers 7141.192Sgdticp* at pci? dev ? function ? # ICP-Vortex GDT & Intel RAID 7151.192Sgdtmlx* at pci? dev ? function ? # Mylex DAC960 & DEC SWXCR family 7161.192Sgdttwe* at pci? dev ? function ? # 3ware Escalade RAID controllers 7171.194Smanutwa* at pci? dev ? function ? # 3ware Escalade 9xxx RAID controllers 7181.192Sgdt 7191.194Smanuld* at aac? unit ? 7201.192Sgdtld* at amr? unit ? 7211.192Sgdtld* at cac? unit ? 7221.192Sgdtld* at icp? unit ? 7231.192Sgdtld* at twe? unit ? 7241.192Sgdtld* at twa? unit ? 7251.192Sgdtld* at mlx? unit ? 7261.192Sgdt 7271.192Sgdticpsp* at icp? unit ? # SCSI pass-through 7281.192Sgdt 7291.192Sgdt# IDE and related devices 7301.192Sgdt# PCI IDE controllers - see pciide(4) for supported hardware. 7311.192Sgdt# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know 7321.192Sgdt# how to set up DMA modes for this chip. This may work, or may cause 7331.192Sgdt# a machine hang with some controllers. 7341.194Smanupciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 7351.194Smanuacardide* at pci? dev ? function ? # Acard IDE controllers 7361.194Smanuaceride* at pci? dev ? function ? # Acer Lab IDE controllers 7371.194Smanuahcisata* at pci? dev ? function ? # AHCI SATA controllers 7381.194Smanuartsata* at pci? dev ? function ? # Intel i31244 SATA controller 7391.194Smanucmdide* at pci? dev ? function ? # CMD tech IDE controllers 7401.194Smanucypide* at pci? dev ? function ? # Cypress IDE controllers 7411.194Smanuhptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 7421.194Smanuiteide* at pci? dev ? function ? # IT Express IDE controllers 7431.194Smanuixpide* at pci? dev ? function ? # ATI IXP IDE controllers 7441.194Smanujmide* at pci? dev ? function ? # JMicron PCI-e PATA/SATA controllers 7451.194Smanuahcisata* at jmide? 7461.194Smanumvsata* at pci? dev ? function ? # Marvell Hercules-I/II 7471.194Smanuoptiide* at pci? dev ? function ? # Opti IDE controllers 7481.194Smanupiixide* at pci? dev ? function ? # Intel IDE controllers 7491.194Smanupdcide* at pci? dev ? function ? # Promise IDE controllers 7501.194Smanupdcsata* at pci? dev ? function ? # Promise SATA150 controllers 7511.194Smanusatalink* at pci? dev ? function ? # SiI SATALink controllers 7521.194Smanusiisata* at pci? dev ? function ? # SiI SteelVine controllers 7531.194Smanusiside* at pci? dev ? function ? # SiS IDE controllers 7541.194Smanuslide* at pci? dev ? function ? # Symphony Labs IDE controllers 7551.194Smanusvwsata* at pci? dev ? function ? # ServerWorks SATA controllers 7561.194Smanutoshide* at pci? dev ? function ? # TOSHIBA PICCOLO controllers 7571.194Smanuviaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers 7581.194Smanu 7591.194Smanu# PCMCIA IDE controllers 7601.194Smanuwdc* at pcmcia? function ? 7611.194Smanu 7621.194Smanu# CardBus IDE controllers 7631.194Smanunjata* at cardbus? function ? flags 0x01 # Workbit NinjaATA-32 7641.194Smanusiisata* at cardbus? function ? # SiI SteelVine controllers 7651.194Smanu 7661.194Smanu# ISA ST506, ESDI, and IDE controllers 7671.194Smanu# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will 7681.194Smanu# fall back to 16bits I/O if 32bits I/O are not functional). 7691.194Smanu# Some controllers pass the initial 32bit test, but will fail later. 7701.194Smanuwdc0 at isa? port 0x1f0 irq 14 flags 0x00 7711.194Smanuwdc1 at isa? port 0x170 irq 15 flags 0x00 7721.192Sgdt 7731.192Sgdt# ATA (IDE) bus support 7741.192Sgdtatabus* at ata? 7751.194Smanuoptions ATADEBUG 7761.192Sgdt 7771.192Sgdt# IDE drives 7781.192Sgdt# Flags are used only with controllers that support DMA operations 7791.192Sgdt# and mode settings (e.g. some pciide controllers) 7801.192Sgdt# The lowest order four bits (rightmost digit) of the flags define the PIO 7811.192Sgdt# mode to use, the next set of four bits the DMA mode and the third set the 7821.192Sgdt# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 7831.192Sgdt# to use, and the last bit must be 1 for this setting to be used. 7841.192Sgdt# For DMA and UDMA, 0xf (1111) means 'disable'. 7851.192Sgdt# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 7861.192Sgdt# (0xc=1100, 0xa=1010, 0xf=1111) 7871.192Sgdt# 0x0000 means "use whatever the drive claims to support". 7881.192Sgdtwd* at atabus? drive ? flags 0x0000 7891.192Sgdt 7901.192Sgdt# ATAPI bus support 7911.192Sgdtatapibus* at atapi? 7921.192Sgdt 7931.192Sgdt 7941.192Sgdt# ATA RAID configuration support, as found on some Promise controllers. 7951.192Sgdtpseudo-device ataraid 7961.192Sgdtld* at ataraid? vendtype ? unit ? 7971.192Sgdt 7981.192Sgdt# ATAPI devices 7991.192Sgdt# flags have the same meaning as for IDE drives. 8001.192Sgdtcd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 8011.192Sgdtsd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 8021.192Sgdtst* at atapibus? drive ? flags 0x0000 # ATAPI tape drives 8031.192Sgdtuk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 8041.192Sgdt 8051.192Sgdt 8061.192Sgdt# NVM Express controllers and devices 8071.192Sgdtnvme* at pci? dev ? function ? 8081.192Sgdtld* at nvme? nsid ? 8091.192Sgdt 8101.50Scnst 8111.192Sgdt# Miscellaneous mass storage devices 8121.2Sbouyer 8131.192Sgdt# ISA floppy 8141.194Smanufdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers 8151.192Sgdt#fdc1 at isa? port 0x370 irq ? drq ? 8161.194Smanufd* at fdc? drive ? # the drives themselves 8171.192Sgdt# some machines need you to do this instead of fd* 8181.192Sgdt#fd0 at fdc0 drive 0 8191.2Sbouyer 8201.192Sgdt# Network Interfaces 8211.2Sbouyer 8221.2Sbouyer# PCI network interfaces 8231.42Sceggerage* at pci? dev ? function ? # Attansic/Atheros L1 Gigabit Ethernet 8241.91Srizalc* at pci? dev ? function ? # Attansic/Atheros L1C/L2C Ethernet 8251.91Srizale* at pci? dev ? function ? # Attansic/Atheros L1E Ethernet 8261.2Sbouyeran* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11) 8271.170Sryoaq* at pci? dev ? function ? # Aquantia AQC 10 gigabit 8281.2Sbouyerath* at pci? dev ? function ? # Atheros 5210/5211/5212 802.11 8291.194Smanuathn* at pci? dev ? function ? # Atheros AR9k (802.11a/g/n) 8301.2Sbouyeratw* at pci? dev ? function ? # ADMtek ADM8211 (802.11) 8311.194Smanubce* at pci? dev ? function ? # Broadcom 440x 10/100 Ethernet 8321.68Sryobge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet 8331.68Sryobnx* at pci? dev ? function ? # Broadcom NetXtremeII gigabit Ethernet 8341.194Smanubwi* at pci? dev ? function ? # Broadcom BCM43xx wireless 8351.194Smanubwfm* at pci? dev ? function ? # Broadcom FullMAC 8361.194Smanucas* at pci? dev ? function ? # Sun Cassini/Cassini+ Ethernet 8371.2Sbouyerdge* at pci? dev ? function ? # Intel 82597 10GbE LR 8381.194Smanuena* at pci? dev ? function ? # Amazon.com Elastic Network Adapter 8391.2Sbouyerep* at pci? dev ? function ? # 3Com 3c59x 8401.2Sbouyerepic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 8411.59Sjnemethet* at pci? dev ? function ? # Agere/LSI ET1310/ET1301 Gigabit 8421.2Sbouyerex* at pci? dev ? function ? # 3Com 90x[BC] 8431.2Sbouyerfxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 8441.194Smanugem* at pci? dev ? function ? # Apple GMAC and Sun ERI gigabit enet 8451.2Sbouyergsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet 8461.2Sbouyerhme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ 8471.194Smanuiavf* at pci? dev ? function ? # Intel Adaptive Virtual Function 8481.2Sbouyeripw* at pci? dev ? function ? # Intel PRO/Wireless 2100 8491.2Sbouyeriwi* at pci? dev ? function ? # Intel PRO/Wireless 2200BG 8501.194Smanuiwm* at pci? dev ? function ? # Intel Centrino 7260 8511.68Sryoiwn* at pci? dev ? function ? # Intel PRO/Wireless 4965AGN 8521.164Scherryixg* at pci? dev ? function ? # Intel 8259x 10 gigabit 8531.194Smanuixl* at pci? dev ? function ? # Intel Ethernet 700 Series 8541.194Smanuixv* at pci? dev ? function ? # Intel 8259x 10G virtual function 8551.31Sbouyerjme* at pci? dev ? function ? # JMicron JMC2[56]0 ethernet 8561.194Smanukse* at pci? dev ? function ? # Micrel KSZ8841/8842 ethernet 8571.14Scubelii* at pci? dev ? function ? # Atheros L2 Fast-Ethernet 8581.194Smanumalo* at pci? dev ? function ? # Marvell Libertas Wireless 8591.194Smanumcx* at pci? dev ? function ? # Mellanox 5th generation Ethernet 8601.2Sbouyermskc* at pci? dev ? function ? # Marvell Yukon 2 Gigabit Ethernet 8611.2Sbouyermsk* at mskc? # Marvell Yukon 2 Gigabit Ethernet 8621.2Sbouyermtd* at pci? dev ? function ? # Myson MTD803 3-in-1 Ethernet 8631.2Sbouyerne* at pci? dev ? function ? # NE2000-compatible Ethernet 8641.2Sbouyernfe* at pci? dev ? function ? # NVIDIA nForce Ethernet 8651.2Sbouyerntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial 8661.2Sbouyerpcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet 8671.2Sbouyerral* at pci? dev ? function ? # Ralink Technology RT25x0 802.11a/b/g 8681.2Sbouyerre* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S 8691.194Smanurge* at pci? dev ? function ? # Realtek 8125 8701.2Sbouyerrtk* at pci? dev ? function ? # Realtek 8129/8139 8711.194Smanurtw* at pci? dev ? function ? # Realtek 8180L (802.11) 8721.194Smanurtwn* at pci? dev ? function ? # Realtek 8188CE/8192CE 802.11b/g/n 8731.2Sbouyersf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet 8741.2Sbouyersip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet 8751.2Sbouyerskc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet 8761.2Sbouyersk* at skc? # SysKonnect SK9821 Gigabit Ethernet 8771.2Sbouyerste* at pci? dev ? function ? # Sundance ST-201 Ethernet 8781.2Sbouyerstge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit 8791.2Sbouyerti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet 8801.2Sbouyertl* at pci? dev ? function ? # ThunderLAN-based Ethernet 8811.2Sbouyertlp* at pci? dev ? function ? # DECchip 21x4x and clones 8821.2Sbouyertxp* at pci? dev ? function ? # 3com 3cr990 8831.2Sbouyervge* at pci? dev ? function ? # VIATech VT612X Gigabit Ethernet 8841.194Smanuvmx* at pci? dev ? function ? # VMware VMXNET3 8851.2Sbouyervr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 8861.2Sbouyerwi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b) 8871.194Smanuwm* at pci? dev ? function ? # Intel 82543/82544 gigabit 8881.92Skhorbenwpi* at pci? dev ? function ? # Intel PRO/Wireless 3945ABG 8891.2Sbouyerxge* at pci? dev ? function ? # Neterion (S2io) Xframe-I 10GbE 8901.2Sbouyer 8911.192Sgdt# PCMCIA network interfaces 8921.194Smanuan* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11) 8931.194Smanuawi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 8941.194Smanucnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 8951.194Smanucs* at pcmcia? function ? # CS89xx Ethernet 8961.194Smanuep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 8971.194Smanumalo* at pcmcia? function ? # Marvell Libertas 8981.194Smanumbe* at pcmcia? function ? # MB8696x based Ethernet 8991.194Smanune* at pcmcia? function ? # NE2000-compatible Ethernet 9001.194Smanuray* at pcmcia? function ? # Raytheon Raylink (802.11) 9011.194Smanusm* at pcmcia? function ? # Megahertz Ethernet 9021.194Smanuwi* at pcmcia? function ? # Lucent/Intersil WaveLan IEEE (802.11) 9031.194Smanuxirc* at pcmcia? function ? # Xircom CreditCard Ethernet 9041.194Smanucom* at xirc? 9051.194Smanuxi* at xirc? 9061.194Smanu 9071.194Smanumhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 9081.194Smanucom* at mhzc? 9091.194Smanusm* at mhzc? 9101.192Sgdt 9111.192Sgdt# CardBus network cards 9121.194Smanuath* at cardbus? function ? # Atheros 5210/5211/5212 802.11 9131.194Smanuathn* at cardbus? function ? # Atheros AR9k (802.11a/g/n) - UNTESTED 9141.194Smanuatw* at cardbus? function ? # ADMtek ADM8211 (802.11) 9151.194Smanuex* at cardbus? function ? # 3Com 3C575TX 9161.194Smanufxp* at cardbus? function ? # Intel i8255x 9171.194Smanumalo* at cardbus? function ? # Marvell Libertas Wireless 9181.194Smanural* at cardbus? function ? # Ralink Technology RT25x0 802.11a/b/g 9191.194Smanure* at cardbus? function ? # Realtek 8139C+/8169/8169S/8110S 9201.194Smanurtk* at cardbus? function ? # Realtek 8129/8139 9211.194Smanurtw* at cardbus? function ? # Realtek 8180L (802.11) 9221.194Smanutlp* at cardbus? function ? # DECchip 21143 9231.192Sgdt 9241.2Sbouyer# MII/PHY support 9251.192Sgdtacphy* at mii? phy ? # DAltima AC101 and AMD Am79c874 PHYs 9261.2Sbouyeramhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 9271.192Sgdtatphy* at mii? phy ? # Attansic/Atheros PHYs 9281.2Sbouyerbmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 9291.2Sbouyerbrgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 9301.2Sbouyerciphy* at mii? phy ? # Cicada CS8201 Gig-E PHYs 9311.2Sbouyerdmphy* at mii? phy ? # Davicom DM9101 PHYs 9321.59Sjnemethetphy* at mii? phy ? # Agere/LSI ET1011 TruePHY Gig-E PHYs 9331.2Sbouyerexphy* at mii? phy ? # 3Com internal PHYs 9341.2Sbouyergentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs 9351.2Sbouyerglxtphy* at mii? phy ? # Level One LXT-1000 PHYs 9361.2Sbouyergphyter* at mii? phy ? # NS83861 Gig-E PHY 9371.2Sbouyericsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 9381.2Sbouyerigphy* at mii? phy ? # Intel IGP01E1000 9391.61Schristosihphy* at mii? phy ? # Intel 82577 PHYs 9401.2Sbouyerikphy* at mii? phy ? # Intel 82563 PHYs 9411.2Sbouyerinphy* at mii? phy ? # Intel 82555 PHYs 9421.2Sbouyeriophy* at mii? phy ? # Intel 82553 PHYs 9431.194Smanuipgphy* at mii? phy ? # IC PLUS IP1000A/IP1001 PHYs 9441.194Smanujmphy* at mii? phy ? # Jmicron JMP202/211 PHYs 9451.2Sbouyerlxtphy* at mii? phy ? # Level One LXT-970 PHYs 9461.2Sbouyermakphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 9471.194Smanumicphy* at mii? phy ? # Micrel KSZ[89]xxx PHYs 9481.2Sbouyernsphy* at mii? phy ? # NS83840 PHYs 9491.2Sbouyernsphyter* at mii? phy ? # NS83843 PHYs 9501.2Sbouyerpnaphy* at mii? phy ? # generic HomePNA PHYs 9511.2Sbouyerqsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 9521.192Sgdtrgephy* at mii? phy ? # Realtek 8169S/8110 internal PHYs 9531.2Sbouyerrlphy* at mii? phy ? # Realtek 8139/8201L PHYs 9541.194Smanusmscphy* at mii? phy ? # SMSC LAN87xx PHYs 9551.2Sbouyersqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 9561.2Sbouyertlphy* at mii? phy ? # ThunderLAN PHYs 9571.2Sbouyertqphy* at mii? phy ? # TDK Semiconductor PHYs 9581.2Sbouyerukphy* at mii? phy ? # generic unknown PHYs 9591.2Sbouyerurlphy* at mii? phy ? # Realtek RTL8150L internal PHYs 9601.2Sbouyer 9611.142Sbouyer 9621.192Sgdt# USB Controller and Devices 9631.142Sbouyer 9641.192Sgdt# Virtual USB controller 9651.192Sgdt#pseudo-device vhci 9661.2Sbouyer 9671.192Sgdt# PCI USB controllers 9681.192Sgdtxhci* at pci? dev ? function ? # eXtensible Host Controller 9691.192Sgdtehci* at pci? dev ? function ? # Enhanced Host Controller 9701.192Sgdtohci* at pci? dev ? function ? # Open Host Controller 9711.192Sgdtuhci* at pci? dev ? function ? # Universal Host Controller (Intel) 9721.192Sgdt 9731.192Sgdt# CardBus USB controllers 9741.194Smanuehci* at cardbus? function ? # Enhanced Host Controller 9751.194Smanuohci* at cardbus? function ? # Open Host Controller 9761.194Smanuuhci* at cardbus? function ? # Universal Host Controller (Intel) 9771.2Sbouyer 9781.192Sgdt# ISA USB controllers 9791.192Sgdt#slhci0 at isa? port 0x300 irq 5 # ScanLogic SL811HS 9801.2Sbouyer 9811.192Sgdt# PCMCIA USB controllers 9821.194Smanuslhci* at pcmcia? function ? # ScanLogic SL811HS 9831.2Sbouyer 9841.2Sbouyer# USB bus support 9851.192Sgdt#usb* at vhci? 9861.148Sbouyerusb* at xhci? 9871.68Sryousb* at ehci? 9881.68Sryousb* at ohci? 9891.68Sryousb* at uhci? 9901.194Smanuusb* at slhci? 9911.2Sbouyer 9921.194Smanuinclude "dev/usb/usbdevices.config" 9931.192Sgdt 9941.2Sbouyer# PCI IEEE1394 controllers 9951.68Sryofwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller 9961.2Sbouyer 9971.2Sbouyer# CardBus IEEE1394 controllers 9981.194Smanufwohci* at cardbus? function ? # IEEE1394 Open Host Controller 9991.2Sbouyer 10001.2Sbouyerieee1394if* at fwohci? 10011.2Sbouyerfwip* at ieee1394if? # IP over IEEE1394 10021.192Sgdtsbp* at ieee1394if? euihi ? euilo ? 10031.192Sgdt 10041.192Sgdt# Audio Devices 10051.2Sbouyer 10061.2Sbouyer# PCI audio devices 10071.2Sbouyerauacer* at pci? dev ? function ? # ALi M5455 integrated AC'97 Audio 10081.192Sgdtauich* at pci? dev ? function ? # Intel/AMD/nVidia AC'97 Audio 10091.2Sbouyerauixp* at pci? dev ? function ? # ATI IXP AC'97 Audio 10101.2Sbouyerautri* at pci? dev ? function ? # Trident 4DWAVE based AC'97 Audio 10111.192Sgdtauvia* at pci? dev ? function ? # VIA AC'97 audio 10121.2Sbouyerclcs* at pci? dev ? function ? # Cirrus Logic CS4280 10131.2Sbouyerclct* at pci? dev ? function ? # Cirrus Logic CS4281 10141.2Sbouyercmpci* at pci? dev ? function ? # C-Media CMI8338/8738 10151.2Sbouyereap* at pci? dev ? function ? # Ensoniq AudioPCI 10161.2Sbouyeremuxki* at pci? dev ? function ? # Creative SBLive! and PCI512 10171.2Sbouyeresa* at pci? dev ? function ? # ESS Allegro-1 / Maestro-3 PCI Audio 10181.2Sbouyeresm* at pci? dev ? function ? # ESS Maestro-1/2/2e PCI Audio Accelerator 10191.2Sbouyereso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 10201.2Sbouyerfms* at pci? dev ? function ? # Forte Media FM801 10211.2Sbouyerneo* at pci? dev ? function ? # NeoMagic 256 AC'97 Audio 10221.2Sbouyersv* at pci? dev ? function ? # S3 SonicVibes 10231.2Sbouyeryds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio 10241.2Sbouyer 10251.2Sbouyer# OPL[23] FM synthesizers 10261.2Sbouyer#opl0 at isa? port 0x388 # use only if not attached to sound card 10271.2Sbouyeropl* at cmpci? flags 1 10281.2Sbouyeropl* at eso? 10291.2Sbouyeropl* at fms? 10301.2Sbouyeropl* at sv? 10311.2Sbouyer 10321.45Sjmcneill# High Definition Audio 10331.46Sjmcneillhdaudio* at pci? dev ? function ? # High Definition Audio 10341.46Sjmcneillhdafg* at hdaudiobus? 10351.44Ssborrill 10361.2Sbouyer# Audio support 10371.2Sbouyeraudio* at audiobus? 10381.2Sbouyer 10391.192Sgdt# The spkr driver provides a simple tone interface to the built in speaker. 10401.194Smanuspkr* at pcppi? # PC speaker 10411.123Schristosspkr* at audio? # PC speaker (synthesized) 10421.192Sgdt#wsbell* at spkr? # Bell for wscons display (module by default) 10431.121Snat 10441.2Sbouyer# MPU 401 UARTs 10451.2Sbouyer#mpu* at isa? port 0x330 irq 9 # MPU401 or compatible card 10461.2Sbouyermpu* at cmpci? 10471.2Sbouyermpu* at eso? 10481.2Sbouyermpu* at yds? 10491.2Sbouyer 10501.2Sbouyer# MIDI support 10511.2Sbouyermidi* at midibus? 10521.194Smanumidi* at pcppi? # MIDI interface to the PC speaker 10531.192Sgdt 10541.192Sgdt# FM-Radio devices 10551.192Sgdt# PCI radio devices 10561.192Sgdt#gtp* at pci? dev ? function ? # Guillemot Maxi Radio FM 2000 Radio Card 10571.192Sgdt 10581.192Sgdt# Radio support 10591.192Sgdt#radio* at gtp? 10601.192Sgdt 10611.192Sgdt 10621.192Sgdt# Video capture devices 10631.192Sgdt 10641.194Smanucoram* at pci? dev ? function ? # Conexant CX23885 PCI-E TV 10651.194Smanucxdtv* at pci? dev ? function ? # Conexant CX2388[0-3] PCI TV 10661.192Sgdt 10671.194Smanuvideo* at videobus? # Analog capture interface 10681.194Smanudtv* at dtvbus? # Digital capture interface 10691.192Sgdt 10701.192Sgdt 10711.192Sgdt# TV cards 10721.192Sgdt 10731.192Sgdt# Brooktree 848/849/878/879 based TV cards 10741.194Smanubktr* at pci? dev ? function ? 10751.194Smanuradio* at bktr? 10761.192Sgdt 10771.2Sbouyer 10781.2Sbouyer# Bluetooth Controller and Device support 10791.2Sbouyer 10801.2Sbouyer# Bluetooth PCMCIA Controllers 10811.194Smanubt3c* at pcmcia? function ? # 3Com 3CRWB6096-A 10821.194Smanubtbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139 10831.2Sbouyer 10841.192Sgdt# Bluetooth SDIO Controllers 10851.194Smanusbt* at sdmmc? 10861.192Sgdt 10871.2Sbouyer# Bluetooth USB Controllers 10881.2Sbouyerubt* at uhub? port ? 10891.70Sjakllschaubtfwl* at uhub? port ? 10901.2Sbouyer 10911.2Sbouyer# Bluetooth Device Hub 10921.194Smanubthub* at bcsp? 10931.194Smanubthub* at bt3c? 10941.194Smanubthub* at btbc? 10951.194Smanubthub* at btuart? 10961.194Smanubthub* at sbt? 10971.2Sbouyerbthub* at ubt? 10981.2Sbouyer 10991.2Sbouyer# Bluetooth HID support 11001.2Sbouyerbthidev* at bthub? 11011.2Sbouyer 11021.2Sbouyer# Bluetooth Mouse 11031.2Sbouyerbtms* at bthidev? reportid ? 11041.2Sbouyerwsmouse* at btms? mux 0 11051.2Sbouyer 11061.2Sbouyer# Bluetooth Keyboard 11071.2Sbouyerbtkbd* at bthidev? reportid ? 11081.2Sbouyerwskbd* at btkbd? console ? mux 1 11091.2Sbouyer 11101.54Splunky# Bluetooth Apple Magic Mouse 11111.54Splunkybtmagic* at bthub? 11121.54Splunkywsmouse* at btmagic? mux 0 11131.54Splunky 11141.2Sbouyer# Bluetooth Audio support 11151.2Sbouyerbtsco* at bthub? 11161.2Sbouyer 11171.136Skhorben 11181.136Skhorben# SD/MMC/SDIO Controller and Device support 11191.136Skhorben 11201.136Skhorben# SD/MMC controller 11211.136Skhorbensdhc* at pci? # SD Host Controller 11221.136Skhorbenrtsx* at pci? # Realtek RTS5209/RTS5229 Card Reader 11231.194Smanusdhc* at cardbus? # SD Host Controller 11241.136Skhorbensdmmc* at sdhc? # SD/MMC bus 11251.136Skhorbensdmmc* at rtsx? # SD/MMC bus 11261.136Skhorben 11271.136Skhorbenld* at sdmmc? 11281.136Skhorben 11291.136Skhorben 11301.192Sgdt# Middle Digital, Inc. PCI-Weasel serial console board control 11311.192Sgdt# devices (watchdog timer, etc.) 11321.194Smanuweasel* at pci? 11331.2Sbouyer 11341.192Sgdt# Pull in optional local configuration 11351.10Sjmmvcinclude "arch/amd64/conf/GENERIC.local" 11361.2Sbouyer 11371.192Sgdt 11381.2Sbouyer# Pseudo-Devices 11391.2Sbouyer 11401.192Sgdtpseudo-device crypto # /dev/crypto device 11411.192Sgdtpseudo-device swcrypto # software crypto implementation 11421.2Sbouyer 11431.2Sbouyer# disk/mass storage pseudo-devices 11441.2Sbouyerpseudo-device bio # RAID control device driver 11451.95Schristospseudo-device ccd # concatenated/striped disk devices 11461.95Schristospseudo-device cgd # cryptographic disk devices 11471.96Schristospseudo-device raid # RAIDframe disk driver 11481.2Sbouyeroptions RAID_AUTOCONFIG # auto-configuration of RAID components 11491.2Sbouyer# Options to enable various other RAIDframe RAID types. 11501.2Sbouyer#options RF_INCLUDE_EVENODD=1 11511.2Sbouyer#options RF_INCLUDE_RAID5_RS=1 11521.2Sbouyer#options RF_INCLUDE_PARITYLOGGING=1 11531.2Sbouyer#options RF_INCLUDE_CHAINDECLUSTER=1 11541.2Sbouyer#options RF_INCLUDE_INTERDECLUSTER=1 11551.2Sbouyer#options RF_INCLUDE_PARITY_DECLUSTERING=1 11561.2Sbouyer#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 11571.53Spookapseudo-device fss # file system snapshot device 11581.2Sbouyer 11591.60Shannkenpseudo-device md # memory disk device (ramdisk) 11601.194Smanuoptions MEMORY_DISK_HOOKS # enable md specific hooks 11611.194Smanuoptions MEMORY_DISK_DYNAMIC # enable dynamic resizing 11621.192Sgdt 11631.2Sbouyerpseudo-device vnd # disk-like interface to files 11641.194Smanuoptions VND_COMPRESSION # compressed vnd(4) 11651.2Sbouyer 11661.192Sgdt 11671.2Sbouyer# network pseudo-devices 11681.2Sbouyerpseudo-device bpfilter # Berkeley packet filter 11691.194Smanupseudo-device carp # Common Address Redundancy Protocol 11701.2Sbouyerpseudo-device loop # network loopback 11711.192Sgdt#pseudo-device mpls # MPLS pseudo-interface 11721.2Sbouyerpseudo-device ppp # Point-to-Point Protocol 11731.2Sbouyerpseudo-device pppoe # PPP over Ethernet (RFC 2516) 11741.2Sbouyerpseudo-device sl # Serial Line IP 11751.194Smanupseudo-device irframetty # IrDA frame line discipline 11761.192Sgdtpseudo-device tun # network tunneling over tty 11771.2Sbouyerpseudo-device tap # virtual Ethernet 11781.2Sbouyerpseudo-device gre # generic L3 over IP tunnel 11791.2Sbouyerpseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 11801.194Smanupseudo-device ipsecif # tunnel interface for routing based ipsec 11811.2Sbouyer#pseudo-device faith # IPv[46] tcp relay translation i/f 11821.2Sbouyerpseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 11831.2Sbouyerpseudo-device vlan # IEEE 802.1q encapsulation 11841.2Sbouyerpseudo-device bridge # simple inter-network bridging 11851.185Sroypseudo-device vether # Virtual Ethernet for bridge 11861.194Smanupseudo-device agr # IEEE 802.3ad link aggregation 11871.155Smaxvpseudo-device l2tp # L2TPv3 interface 11881.194Smanupseudo-device lagg # Link aggregation interface 11891.154Smaxvpseudo-device npf # NPF packet filter 11901.2Sbouyer 11911.192Sgdt#pseudo-device canloop # CAN loopback interface 11921.192Sgdt 11931.192Sgdt# 11941.192Sgdt# accept filters 11951.192Sgdtpseudo-device accf_data # "dataready" accept filter 11961.192Sgdtpseudo-device accf_http # "httpready" accept filter 11971.192Sgdt 11981.2Sbouyer# miscellaneous pseudo-devices 11991.2Sbouyerpseudo-device pty # pseudo-terminals 12001.194Smanupseudo-device sequencer # MIDI sequencer 12011.192Sgdt# rnd works; RND_COM does not on port i386 yet. 12021.192Sgdt#options RND_COM # use "com" randomness as well (BROKEN) 12031.2Sbouyerpseudo-device clockctl # user control of clock subsystem 12041.2Sbouyerpseudo-device ksyms # /dev/ksyms 12051.194Smanupseudo-device lockstat # lock profiling 12061.194Smanupseudo-device bcsp # BlueCore Serial Protocol 12071.194Smanupseudo-device btuart # Bluetooth HCI UART (H4) 12081.194Smanu#pseudo-device nvmm # NetBSD Virtual Machine Monitor 12091.116Stnn 12101.2Sbouyer# wscons pseudo-devices 12111.2Sbouyerpseudo-device wsmux # mouse & keyboard multiplexor 12121.2Sbouyerpseudo-device wsfont 12131.192Sgdt# Give us a choice of fonts based on monitor size 12141.194Smanuoptions FONT_BOLD8x16 12151.194Smanuoptions FONT_BOLD16x32 12161.192Sgdt 12171.192Sgdt# pseudo audio device driver 12181.194Smanupseudo-device pad 12191.2Sbouyer 12201.5Sriz# userland interface to drivers, including autoconf and properties retrieval 12211.68Sryopseudo-device drvctl 12221.5Sriz 12231.194Smanuinclude "dev/veriexec.config" 12241.192Sgdt 12251.194Smanuoptions PAX_SEGVGUARD=0 # PaX Segmentation fault guard 12261.192Sgdtoptions PAX_MPROTECT=1 # PaX mprotect(2) restrictions 12271.194Smanuoptions PAX_MPROTECT_DEBUG=1 # PaX mprotect debug 12281.192Sgdtoptions PAX_ASLR=1 # PaX Address Space Layout Randomization 12291.194Smanuoptions PAX_ASLR_DEBUG=1 # PaX ASLR debug 12301.192Sgdt 12311.194Smanu# xen pseudo-devices 12321.194Smanupseudo-device xenevt 12331.194Smanupseudo-device xvif 12341.194Smanupseudo-device xbdback 12351.192Sgdt 1236