XEN3_DOM0 revision 1.201
11.201Sbouyer# $NetBSD: XEN3_DOM0,v 1.201 2023/10/17 13:30:56 bouyer 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.201Sbouyer#ident "XEN3_DOM0-$Revision: 1.201 $" 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.199Sriastrad# Heartbeat checks 1701.199Sriastradoptions HEARTBEAT 1711.199Sriastradoptions HEARTBEAT_MAX_PERIOD_DEFAULT=15 1721.199Sriastrad 1731.2Sbouyer# Compatibility options 1741.191Sgdt# x86_64 never shipped with a.out binaries; the two options below are 1751.191Sgdt# only relevant to 32-bit i386 binaries 1761.191Sgdt#options EXEC_AOUT # required by binaries from before 1.5 1771.191Sgdt#options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI 1781.191Sgdt 1791.191Sgdt# NetBSD backward compatibility. Support goes from COMPAT_15 up until 1801.191Sgdt# the latest release. Note that really old compat (< COMPAT_16) is only 1811.191Sgdt# useful for 32-bit i386 binaries. 1821.139Smrginclude "conf/compat_netbsd15.config" 1831.191Sgdt 1841.23Sjoerg#options COMPAT_386BSD_MBRPART # recognize old partition ID 1851.23Sjoerg 1861.2Sbouyeroptions COMPAT_NETBSD32 1871.2Sbouyeroptions EXEC_ELF32 1881.2Sbouyer 1891.55Sbouyer# Wedge support 1901.55Sbouyeroptions DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances 1911.55Sbouyeroptions DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges 1921.107Schristos#options DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges 1931.107Schristos#options DKWEDGE_METHOD_MBR # Support MBR partitions as wedges 1941.127Sryooptions DKWEDGE_METHOD_APPLE # Support Apple partitions as wedges 1951.132Srin#options DKWEDGE_METHOD_RDB # Support RDB partitions as wedges 1961.55Sbouyer 1971.2Sbouyer# File systems 1981.167Ssevaninclude "conf/filesystems.config" 1991.2Sbouyer 2001.2Sbouyer# File system options 2011.191Sgdt# ffs 2021.197Ssimonboptions FFS_EI # FFS Endian Independent support 2031.197Ssimonb#options FFS_NO_SNAPSHOT # No FFS snapshot support 2041.65Sbouyeroptions QUOTA # legacy UFS quotas 2051.65Sbouyeroptions QUOTA2 # new, in-filesystem UFS quotas 2061.194Smanuoptions UFS_ACL # UFS Access Control Lists 2071.197Ssimonboptions UFS_DIRHASH # UFS Large Directory Hashing 2081.111Smanuoptions UFS_EXTATTR # Extended attribute support for UFS1 2091.197Ssimonboptions WAPBL # File system journaling support 2101.197Ssimonb# lfs 2111.197Ssimonboptions LFS_DIRHASH # LFS version of UFS_DIRHASH 2121.191Sgdt# ext2fs 2131.2Sbouyer#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 2141.2Sbouyer # immutable) behave as system flags. 2151.191Sgdt# other 2161.194Smanuoptions DISKLABEL_EI # disklabel Endian Independent support 2171.191Sgdtoptions NFSSERVER # Network File System server 2181.2Sbouyer 2191.2Sbouyer# Networking options 2201.2Sbouyer#options GATEWAY # packet forwarding 2211.2Sbouyeroptions INET # IP + ICMP + TCP + UDP 2221.2Sbouyeroptions INET6 # IPV6 2231.114Sbouyeroptions IPSEC # IP security 2241.2Sbouyer#options IPSEC_DEBUG # debug for IP security 2251.191Sgdt#options MPLS # MultiProtocol Label Switching (needs mpls) 2261.2Sbouyer#options MROUTING # IP multicast routing 2271.2Sbouyer#options PIM # Protocol Independent Multicast 2281.2Sbouyeroptions NETATALK # AppleTalk networking protocols 2291.191Sgdt#options CAN # Controller Area Network protocol 2301.2Sbouyeroptions PPP_BSDCOMP # BSD-Compress compression support for PPP 2311.2Sbouyeroptions PPP_DEFLATE # Deflate compression support for PPP 2321.2Sbouyeroptions PPP_FILTER # Active filter support for PPP (requires bpf) 2331.2Sbouyer#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 2341.191Sgdt#options TCP_SIGNATURE # Enable RFC-2385 TCP md5 signatures 2351.2Sbouyer 2361.2Sbouyer#options ALTQ # Manipulate network interfaces' output queues 2371.2Sbouyer#options ALTQ_BLUE # Stochastic Fair Blue 2381.2Sbouyer#options ALTQ_CBQ # Class-Based Queueing 2391.2Sbouyer#options ALTQ_CDNR # Diffserv Traffic Conditioner 2401.2Sbouyer#options ALTQ_FIFOQ # First-In First-Out Queue 2411.2Sbouyer#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 2421.2Sbouyer#options ALTQ_HFSC # Hierarchical Fair Service Curve 2431.2Sbouyer#options ALTQ_LOCALQ # Local queueing discipline 2441.2Sbouyer#options ALTQ_PRIQ # Priority Queueing 2451.2Sbouyer#options ALTQ_RED # Random Early Detection 2461.2Sbouyer#options ALTQ_RIO # RED with IN/OUT 2471.2Sbouyer#options ALTQ_WFQ # Weighted Fair Queueing 2481.2Sbouyer 2491.188Sgdt# These options enable verbose messages for several subsystems. 2501.188Sgdt# Warning, these may compile large string tables into the kernel! 2511.188Sgdt#options ACPIVERBOSE # verbose ACPI configuration messages 2521.188Sgdt#options MIIVERBOSE # verbose PHY autoconfig messages 2531.188Sgdtoptions PCIVERBOSE # verbose PCI device autoconfig messages 2541.188Sgdt#options PCI_CONFIG_DUMP # verbosely dump PCI config space 2551.188Sgdt#options PCMCIAVERBOSE # verbose PCMCIA configuration messages 2561.188Sgdtoptions SCSIVERBOSE # human readable SCSI error messages 2571.188Sgdt#options USBVERBOSE # verbose USB device autoconfig messages 2581.188Sgdt#options HDAUDIOVERBOSE # verbose HDAUDIO driver messages 2591.188Sgdt 2601.36Snisimuraoptions NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 2611.2Sbouyer 2621.11Sbouyer# 2631.11Sbouyer# wscons options 2641.11Sbouyer# 2651.11Sbouyer# builtin terminal emulations 2661.191Sgdtoptions WSEMUL_VT100 # VT100 / VT220 emulation 2671.11Sbouyer#options WSEMUL_SUN # sun terminal emulation 2681.191Sgdt#options WSEMUL_DEFAULT="\"vt100\"" # NB: default is "sun" if enabled 2691.11Sbouyer# different kernel output - see dev/wscons/wsdisplayvar.h 2701.11Sbouyeroptions WS_KERNEL_FG=WSCOL_GREEN 2711.11Sbouyer#options WS_KERNEL_BG=WSCOL_BLACK 2721.11Sbouyer# compatibility to other console drivers 2731.11Sbouyeroptions WSDISPLAY_COMPAT_PCVT # emulate some ioctls 2741.11Sbouyeroptions WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 2751.84Sabsoptions WSDISPLAY_COMPAT_USL # wsconscfg VT handling 2761.11Sbouyeroptions WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 2771.189Sgdt# don't attach pckbd as the console if no PS/2 keyboard is found 2781.189Sgdtoptions PCKBD_CNATTACH_MAY_FAIL 2791.11Sbouyer# see dev/pckbport/wskbdmap_mfii.c for implemented layouts 2801.11Sbouyer#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 2811.11Sbouyer# allocate a number of virtual screens at autoconfiguration time 2821.11Sbouyer#options WSDISPLAY_DEFAULTSCREENS=4 2831.11Sbouyer# use a large software cursor that doesn't blink 2841.11Sbouyeroptions PCDISPLAY_SOFTCURSOR 2851.11Sbouyer# modify the screen type of the console; defaults to "80x25" 2861.11Sbouyer#options VGA_CONSOLE_SCREENTYPE="\"80x24\"" 2871.11Sbouyer# work around a hardware bug that loaded fonts don't work; found on ATI cards 2881.11Sbouyer#options VGA_CONSOLE_ATI_BROKEN_FONTSEL 2891.11Sbouyer# console scrolling support. 2901.11Sbouyeroptions WSDISPLAY_SCROLLSUPPORT 2911.11Sbouyer# enable VGA raster mode capable of displaying multilingual text on console 2921.11Sbouyer#options VGA_RASTERCONSOLE 2931.191Sgdt# enable splash screen support; requires genfb or radeonfb 2941.191Sgdt#options SPLASHSCREEN 2951.191Sgdt 2961.191Sgdt# Kernel root file system and dump configuration. 2971.2Sbouyerconfig netbsd root on ? type ? 2981.2Sbouyer#config netbsd root on wd0a type ffs 2991.2Sbouyer#config netbsd root on xennet0 type nfs 3001.2Sbouyer 3011.191Sgdt# 3021.191Sgdt# Device configuration 3031.191Sgdt# 3041.191Sgdt 3051.191Sgdt## Xen-specific options 3061.2Sbouyerhypervisor* at mainbus? # Xen hypervisor 3071.2Sbouyer 3081.2Sbouyervcpu* at hypervisor? # Xen virtual CPUs 3091.2Sbouyer 3101.68Sryoxenbus* at hypervisor? # Xen virtual bus 3111.2Sbouyer 3121.2Sbouyerxencons* at hypervisor? # Xen virtual console 3131.67Sjymballoon* at xenbus? # Xen balloon device 3141.191Sgdt## end Xen-specific options 3151.191Sgdt 3161.191Sgdt# IPMI support 3171.191Sgdtipmi0 at mainbus? 3181.191Sgdtipmi_acpi* at acpi? 3191.191Sgdtipmi0 at ipmi_acpi? 3201.2Sbouyer 3211.191Sgdt# ACPI will be used if present. If not it will fall back to MPBIOS 3221.192Sgdtacpi0 at mainbus? # ACPI access in PVH(VM) mode 3231.161Scherryacpi0 at hypervisor? # ACPI access in PV mode 3241.161Scherry 3251.191Sgdtoptions ACPI_SCANPCI # find PCI roots using ACPI 3261.191Sgdtoptions MPBIOS # configure CPUs and APICs using MPBIOS 3271.191Sgdtoptions MPBIOS_SCANPCI # MPBIOS configures PCI roots 3281.191Sgdt#options PCI_INTR_FIXUP # fixup PCI interrupt routing via ACPI 3291.191Sgdt#options PCI_BUS_FIXUP # fixup PCI bus numbering 3301.191Sgdt#options PCI_ADDR_FIXUP # fixup PCI I/O addresses 3311.33Scegger#options ACPI_ACTIVATE_DEV # If set, activate inactive devices 3321.194Smanuoptions VGA_POST # in-kernel support for VGA POST 3331.2Sbouyer 3341.2Sbouyer# ACPI devices 3351.68Sryoacpiacad* at acpi? # ACPI AC Adapter 3361.68Sryoacpibat* at acpi? # ACPI Battery 3371.68Sryoacpibut* at acpi? # ACPI Button 3381.17Sceggeracpidalb* at acpi? # ACPI Direct Application Launch Button 3391.153Sjakllschacpiec* at acpi? # ACPI Embedded Controller (late) 3401.153Sjakllschacpiecdt* at acpi? # ACPI Embedded Controller (early) 3411.194Smanuacpifan* at acpi? # ACPI Fan 3421.68Sryoacpilid* at acpi? # ACPI Lid Switch 3431.191Sgdt#acpipmtr* at acpi? # ACPI Power Meter (experimental) 3441.191Sgdt#acpismbus* at acpi? # ACPI SMBus CMI (experimental) 3451.68Sryoacpitz* at acpi? # ACPI Thermal Zone 3461.194Smanuacpivga* at acpi? # ACPI Display Adapter 3471.194Smanuacpiout* at acpivga? # ACPI Display Output Device 3481.194Smanuacpiwdrt* at acpi? # ACPI Watchdog Resource Table 3491.194Smanuacpiwmi* at acpi? # ACPI WMI Mapper 3501.191Sgdt 3511.191Sgdt# Mainboard devices 3521.49Scnstaibs* at acpi? # ASUSTeK AI Booster hardware monitor 3531.194Smanuasus* at acpi? # ASUS hotkeys 3541.194Smanuattimer* at acpi? # AT Timer 3551.191Sgdt#com* at acpi? # Serial communications interface 3561.191Sgdt#fdc* at acpi? # Floppy disk controller 3571.194Smanufujbp* at acpi? # Fujitsu Brightness & Pointer 3581.194Smanufujhk* at acpi? # Fujitsu Hotkeys 3591.191Sgdt#hpacel* at acpi? # HP 3D DriveGuard accelerometer 3601.194Smanu#hpqlb* at acpi? # HP Quick Launch Buttons 3611.194Smanuhpet* at acpihpetbus? # High Precision Event Timer (table) 3621.194Smanuhpet* at acpinodebus? # High Precision Event Timer (device) 3631.194Smanujoy* at acpi? # Joystick/Game port 3641.191Sgdt#lpt* at acpi? # Parallel port 3651.194Smanumpu* at acpi? # Roland MPU-401 MIDI UART 3661.20Sceggerpckbc* at acpi? # PC keyboard controller 3671.20Sceggerpcppi* at acpi? # AT-style speaker sound 3681.194Smanuqemufwcfg* at acpi? # QEMU Firmware Configuration device 3691.194Smanusdhc* at acpi? # SD Host Controller 3701.194Smanusony* at acpi? # Sony Notebook Controller 3711.194Smanuspic* at acpi? # Sony Programmable I/O Controller 3721.194Smanuwsmouse* at spic? # mouse 3731.194Smanuthinkpad* at acpi? # IBM/Lenovo Thinkpad hotkeys 3741.194Smanutpm* at acpi? # ACPI TPM (Experimental) 3751.194Smanuug* at acpi? # Abit uGuru Hardware monitor 3761.194Smanuvalz* at acpi? # Toshiba Dynabook hotkeys 3771.194Smanuwb* at acpi? # Winbond W83L518D SD/MMC reader 3781.194Smanusdmmc* at wb? # SD/MMC bus 3791.194Smanuwmidell* at acpiwmibus? # Dell WMI mappings 3801.194Smanuwmieeepc* at acpiwmibus? # Asus Eee PC WMI mappings 3811.194Smanuwmihp* at acpiwmibus? # HP WMI mappings 3821.194Smanuwmimsi* at acpiwmibus? # MSI WMI mappings 3831.15Scegger 3841.191Sgdt# Basic Bus Support 3851.191Sgdt 3861.2Sbouyer# PCI bus support 3871.192Sgdtpci* at hypervisor? bus ? 3881.192Sgdtpci* at pchb? bus ? 3891.192Sgdtpci* at ppb? bus ? 3901.37Sbouyer 3911.2Sbouyer# PCI bridges 3921.190Sgdtpchb* at pci? dev ? function ? # PCI-Host bridges 3931.190Sgdt#options AGP_X86 # INTENTIONAL OMISSION - crashes reported with agp 3941.2Sbouyerpcib* at pci? dev ? function ? # PCI-ISA bridges 3951.2Sbouyerppb* at pci? dev ? function ? # PCI-PCI bridges 3961.2Sbouyer# XXX 'puc's aren't really bridges, but there's no better place for them here 3971.2Sbouyerpuc* at pci? dev ? function ? # PCI "universal" comm. cards 3981.2Sbouyer 3991.194Smanuamdpcib* at pci? dev ? function ? # AMD 8111 PCI-ISA w/ HPET 4001.194Smanuhpet* at amdpcib? 4011.192Sgdt 4021.194Smanupwdog* at pci? dev ? function ? # QUANCOM PWDOG1 4031.192Sgdt 4041.192Sgdtichlpcib* at pci? dev ? function ? # Intel ICH PCI-LPC w/ timecounter, 4051.192Sgdt # watchdog, gpio, Speedstep and HPET 4061.194Smanufwhrng* at ichlpcib? # Intel 82802 FWH Random Number Generator 4071.192Sgdt#hpet* at ichlpcib? 4081.194Smanutco* at ichlpcib? # TCO watch dog timer 4091.190Sgdt 4101.190Sgdt#agp* at pchb? # INTENTIONAL OMISSION - crashes reported with agp 4111.194Smanuaapic* at pci? dev ? function ? # AMD 8131 IO apic 4121.190Sgdt 4131.192Sgdt# pci backend devices, used for PCI pass-through. To export a PCI device 4141.192Sgdt# to a domU, the device has to be attached to the pciback driver in the dom0. 4151.192Sgdt# you can force a device to attach to the pciback driver in dom0 passing 4161.192Sgdt# pciback.hide=(bus:dev.fun)(bus:dev.func) to the dom0 kernel boot parameters. 4171.192Sgdt# bus and dev are 2-digits hex number, func is a single-digit number: 4181.192Sgdt# pciback.hide=(00:1a.0)(00:1a.1)(00:1a.7) 4191.192Sgdtpciback* at pci? # pci backend device 4201.192Sgdt 4211.2Sbouyer# ISA bus support 4221.192Sgdtisa0 at hypervisor? 4231.192Sgdtisa0 at pcib? 4241.192Sgdt#isa0 at amdpcib? 4251.32Sjoergisa0 at ichlpcib? 4261.192Sgdt 4271.192Sgdt# CardBus bridge support 4281.194Smanucbb* at pci? dev ? function ? 4291.194Smanucardslot* at cbb? 4301.192Sgdt 4311.192Sgdt# CardBus bus support 4321.194Smanucardbus* at cardslot? 4331.194Smanupcmcia* at cardslot? 4341.192Sgdt 4351.192Sgdt# Console Devices 4361.192Sgdt 4371.192Sgdt# wscons 4381.192Sgdtpckbc0 at isa? # pc keyboard controller 4391.192Sgdtpckbd* at pckbc? # PC keyboard 4401.192Sgdtpms* at pckbc? # PS/2 mouse for wsmouse 4411.192Sgdt#options PMS_DISABLE_POWERHOOK # Disable PS/2 reset on resume 4421.192Sgdtoptions PMS_SYNAPTICS_TOUCHPAD # Enable support for Synaptics Touchpads 4431.194Smanuoptions PMS_ELANTECH_TOUCHPAD # Enable support for Elantech Touchpads 4441.194Smanuoptions PMS_ALPS_TOUCHPAD # Enable support for Alps Touchpads 4451.196Sbouyervga* at pci? dev ? function ? 4461.201Sbouyergenfb* at pci? dev ? function ? 4471.201Sbouyer 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.200Srinigc* at pci? dev ? function ? # Intel I225 2.5 gigabit 8491.2Sbouyeripw* at pci? dev ? function ? # Intel PRO/Wireless 2100 8501.2Sbouyeriwi* at pci? dev ? function ? # Intel PRO/Wireless 2200BG 8511.194Smanuiwm* at pci? dev ? function ? # Intel Centrino 7260 8521.68Sryoiwn* at pci? dev ? function ? # Intel PRO/Wireless 4965AGN 8531.164Scherryixg* at pci? dev ? function ? # Intel 8259x 10 gigabit 8541.194Smanuixl* at pci? dev ? function ? # Intel Ethernet 700 Series 8551.194Smanuixv* at pci? dev ? function ? # Intel 8259x 10G virtual function 8561.31Sbouyerjme* at pci? dev ? function ? # JMicron JMC2[56]0 ethernet 8571.194Smanukse* at pci? dev ? function ? # Micrel KSZ8841/8842 ethernet 8581.14Scubelii* at pci? dev ? function ? # Atheros L2 Fast-Ethernet 8591.194Smanumalo* at pci? dev ? function ? # Marvell Libertas Wireless 8601.194Smanumcx* at pci? dev ? function ? # Mellanox 5th generation Ethernet 8611.2Sbouyermskc* at pci? dev ? function ? # Marvell Yukon 2 Gigabit Ethernet 8621.2Sbouyermsk* at mskc? # Marvell Yukon 2 Gigabit Ethernet 8631.2Sbouyermtd* at pci? dev ? function ? # Myson MTD803 3-in-1 Ethernet 8641.2Sbouyerne* at pci? dev ? function ? # NE2000-compatible Ethernet 8651.2Sbouyernfe* at pci? dev ? function ? # NVIDIA nForce Ethernet 8661.2Sbouyerntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial 8671.2Sbouyerpcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet 8681.2Sbouyerral* at pci? dev ? function ? # Ralink Technology RT25x0 802.11a/b/g 8691.2Sbouyerre* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S 8701.194Smanurge* at pci? dev ? function ? # Realtek 8125 8711.2Sbouyerrtk* at pci? dev ? function ? # Realtek 8129/8139 8721.194Smanurtw* at pci? dev ? function ? # Realtek 8180L (802.11) 8731.194Smanurtwn* at pci? dev ? function ? # Realtek 8188CE/8192CE 802.11b/g/n 8741.2Sbouyersf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet 8751.2Sbouyersip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet 8761.2Sbouyerskc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet 8771.2Sbouyersk* at skc? # SysKonnect SK9821 Gigabit Ethernet 8781.2Sbouyerste* at pci? dev ? function ? # Sundance ST-201 Ethernet 8791.2Sbouyerstge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit 8801.2Sbouyerti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet 8811.2Sbouyertl* at pci? dev ? function ? # ThunderLAN-based Ethernet 8821.2Sbouyertlp* at pci? dev ? function ? # DECchip 21x4x and clones 8831.2Sbouyertxp* at pci? dev ? function ? # 3com 3cr990 8841.2Sbouyervge* at pci? dev ? function ? # VIATech VT612X Gigabit Ethernet 8851.194Smanuvmx* at pci? dev ? function ? # VMware VMXNET3 8861.2Sbouyervr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 8871.2Sbouyerwi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b) 8881.194Smanuwm* at pci? dev ? function ? # Intel 82543/82544 gigabit 8891.92Skhorbenwpi* at pci? dev ? function ? # Intel PRO/Wireless 3945ABG 8901.2Sbouyerxge* at pci? dev ? function ? # Neterion (S2io) Xframe-I 10GbE 8911.2Sbouyer 8921.192Sgdt# PCMCIA network interfaces 8931.194Smanuan* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11) 8941.194Smanuawi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 8951.194Smanucnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 8961.194Smanucs* at pcmcia? function ? # CS89xx Ethernet 8971.194Smanuep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 8981.194Smanumalo* at pcmcia? function ? # Marvell Libertas 8991.194Smanumbe* at pcmcia? function ? # MB8696x based Ethernet 9001.194Smanune* at pcmcia? function ? # NE2000-compatible Ethernet 9011.194Smanuray* at pcmcia? function ? # Raytheon Raylink (802.11) 9021.194Smanusm* at pcmcia? function ? # Megahertz Ethernet 9031.194Smanuwi* at pcmcia? function ? # Lucent/Intersil WaveLan IEEE (802.11) 9041.194Smanuxirc* at pcmcia? function ? # Xircom CreditCard Ethernet 9051.194Smanucom* at xirc? 9061.194Smanuxi* at xirc? 9071.194Smanu 9081.194Smanumhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 9091.194Smanucom* at mhzc? 9101.194Smanusm* at mhzc? 9111.192Sgdt 9121.192Sgdt# CardBus network cards 9131.194Smanuath* at cardbus? function ? # Atheros 5210/5211/5212 802.11 9141.194Smanuathn* at cardbus? function ? # Atheros AR9k (802.11a/g/n) - UNTESTED 9151.194Smanuatw* at cardbus? function ? # ADMtek ADM8211 (802.11) 9161.194Smanuex* at cardbus? function ? # 3Com 3C575TX 9171.194Smanufxp* at cardbus? function ? # Intel i8255x 9181.194Smanumalo* at cardbus? function ? # Marvell Libertas Wireless 9191.194Smanural* at cardbus? function ? # Ralink Technology RT25x0 802.11a/b/g 9201.194Smanure* at cardbus? function ? # Realtek 8139C+/8169/8169S/8110S 9211.194Smanurtk* at cardbus? function ? # Realtek 8129/8139 9221.194Smanurtw* at cardbus? function ? # Realtek 8180L (802.11) 9231.194Smanutlp* at cardbus? function ? # DECchip 21143 9241.192Sgdt 9251.2Sbouyer# MII/PHY support 9261.192Sgdtacphy* at mii? phy ? # DAltima AC101 and AMD Am79c874 PHYs 9271.2Sbouyeramhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 9281.192Sgdtatphy* at mii? phy ? # Attansic/Atheros PHYs 9291.2Sbouyerbmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 9301.2Sbouyerbrgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 9311.2Sbouyerciphy* at mii? phy ? # Cicada CS8201 Gig-E PHYs 9321.2Sbouyerdmphy* at mii? phy ? # Davicom DM9101 PHYs 9331.59Sjnemethetphy* at mii? phy ? # Agere/LSI ET1011 TruePHY Gig-E PHYs 9341.2Sbouyerexphy* at mii? phy ? # 3Com internal PHYs 9351.2Sbouyergentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs 9361.2Sbouyerglxtphy* at mii? phy ? # Level One LXT-1000 PHYs 9371.2Sbouyergphyter* at mii? phy ? # NS83861 Gig-E PHY 9381.2Sbouyericsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 9391.2Sbouyerigphy* at mii? phy ? # Intel IGP01E1000 9401.61Schristosihphy* at mii? phy ? # Intel 82577 PHYs 9411.2Sbouyerikphy* at mii? phy ? # Intel 82563 PHYs 9421.2Sbouyerinphy* at mii? phy ? # Intel 82555 PHYs 9431.2Sbouyeriophy* at mii? phy ? # Intel 82553 PHYs 9441.194Smanuipgphy* at mii? phy ? # IC PLUS IP1000A/IP1001 PHYs 9451.194Smanujmphy* at mii? phy ? # Jmicron JMP202/211 PHYs 9461.2Sbouyerlxtphy* at mii? phy ? # Level One LXT-970 PHYs 9471.2Sbouyermakphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 9481.194Smanumicphy* at mii? phy ? # Micrel KSZ[89]xxx PHYs 9491.2Sbouyernsphy* at mii? phy ? # NS83840 PHYs 9501.2Sbouyernsphyter* at mii? phy ? # NS83843 PHYs 9511.2Sbouyerpnaphy* at mii? phy ? # generic HomePNA PHYs 9521.2Sbouyerqsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 9531.192Sgdtrgephy* at mii? phy ? # Realtek 8169S/8110 internal PHYs 9541.2Sbouyerrlphy* at mii? phy ? # Realtek 8139/8201L PHYs 9551.194Smanusmscphy* at mii? phy ? # SMSC LAN87xx PHYs 9561.2Sbouyersqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 9571.2Sbouyertlphy* at mii? phy ? # ThunderLAN PHYs 9581.2Sbouyertqphy* at mii? phy ? # TDK Semiconductor PHYs 9591.2Sbouyerukphy* at mii? phy ? # generic unknown PHYs 9601.2Sbouyerurlphy* at mii? phy ? # Realtek RTL8150L internal PHYs 9611.2Sbouyer 9621.142Sbouyer 9631.192Sgdt# USB Controller and Devices 9641.142Sbouyer 9651.192Sgdt# Virtual USB controller 9661.192Sgdt#pseudo-device vhci 9671.2Sbouyer 9681.192Sgdt# PCI USB controllers 9691.192Sgdtxhci* at pci? dev ? function ? # eXtensible Host Controller 9701.192Sgdtehci* at pci? dev ? function ? # Enhanced Host Controller 9711.192Sgdtohci* at pci? dev ? function ? # Open Host Controller 9721.192Sgdtuhci* at pci? dev ? function ? # Universal Host Controller (Intel) 9731.192Sgdt 9741.192Sgdt# CardBus USB controllers 9751.194Smanuehci* at cardbus? function ? # Enhanced Host Controller 9761.194Smanuohci* at cardbus? function ? # Open Host Controller 9771.194Smanuuhci* at cardbus? function ? # Universal Host Controller (Intel) 9781.2Sbouyer 9791.192Sgdt# ISA USB controllers 9801.192Sgdt#slhci0 at isa? port 0x300 irq 5 # ScanLogic SL811HS 9811.2Sbouyer 9821.192Sgdt# PCMCIA USB controllers 9831.194Smanuslhci* at pcmcia? function ? # ScanLogic SL811HS 9841.2Sbouyer 9851.2Sbouyer# USB bus support 9861.192Sgdt#usb* at vhci? 9871.148Sbouyerusb* at xhci? 9881.68Sryousb* at ehci? 9891.68Sryousb* at ohci? 9901.68Sryousb* at uhci? 9911.194Smanuusb* at slhci? 9921.2Sbouyer 9931.194Smanuinclude "dev/usb/usbdevices.config" 9941.192Sgdt 9951.2Sbouyer# PCI IEEE1394 controllers 9961.68Sryofwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller 9971.2Sbouyer 9981.2Sbouyer# CardBus IEEE1394 controllers 9991.194Smanufwohci* at cardbus? function ? # IEEE1394 Open Host Controller 10001.2Sbouyer 10011.2Sbouyerieee1394if* at fwohci? 10021.2Sbouyerfwip* at ieee1394if? # IP over IEEE1394 10031.192Sgdtsbp* at ieee1394if? euihi ? euilo ? 10041.192Sgdt 10051.192Sgdt# Audio Devices 10061.2Sbouyer 10071.2Sbouyer# PCI audio devices 10081.2Sbouyerauacer* at pci? dev ? function ? # ALi M5455 integrated AC'97 Audio 10091.192Sgdtauich* at pci? dev ? function ? # Intel/AMD/nVidia AC'97 Audio 10101.2Sbouyerauixp* at pci? dev ? function ? # ATI IXP AC'97 Audio 10111.2Sbouyerautri* at pci? dev ? function ? # Trident 4DWAVE based AC'97 Audio 10121.192Sgdtauvia* at pci? dev ? function ? # VIA AC'97 audio 10131.2Sbouyerclcs* at pci? dev ? function ? # Cirrus Logic CS4280 10141.2Sbouyerclct* at pci? dev ? function ? # Cirrus Logic CS4281 10151.2Sbouyercmpci* at pci? dev ? function ? # C-Media CMI8338/8738 10161.2Sbouyereap* at pci? dev ? function ? # Ensoniq AudioPCI 10171.2Sbouyeremuxki* at pci? dev ? function ? # Creative SBLive! and PCI512 10181.2Sbouyeresa* at pci? dev ? function ? # ESS Allegro-1 / Maestro-3 PCI Audio 10191.2Sbouyeresm* at pci? dev ? function ? # ESS Maestro-1/2/2e PCI Audio Accelerator 10201.2Sbouyereso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 10211.2Sbouyerfms* at pci? dev ? function ? # Forte Media FM801 10221.2Sbouyerneo* at pci? dev ? function ? # NeoMagic 256 AC'97 Audio 10231.2Sbouyersv* at pci? dev ? function ? # S3 SonicVibes 10241.2Sbouyeryds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio 10251.2Sbouyer 10261.2Sbouyer# OPL[23] FM synthesizers 10271.2Sbouyer#opl0 at isa? port 0x388 # use only if not attached to sound card 10281.2Sbouyeropl* at cmpci? flags 1 10291.2Sbouyeropl* at eso? 10301.2Sbouyeropl* at fms? 10311.2Sbouyeropl* at sv? 10321.2Sbouyer 10331.45Sjmcneill# High Definition Audio 10341.46Sjmcneillhdaudio* at pci? dev ? function ? # High Definition Audio 10351.46Sjmcneillhdafg* at hdaudiobus? 10361.44Ssborrill 10371.2Sbouyer# Audio support 10381.2Sbouyeraudio* at audiobus? 10391.2Sbouyer 10401.192Sgdt# The spkr driver provides a simple tone interface to the built in speaker. 10411.194Smanuspkr* at pcppi? # PC speaker 10421.123Schristosspkr* at audio? # PC speaker (synthesized) 10431.192Sgdt#wsbell* at spkr? # Bell for wscons display (module by default) 10441.121Snat 10451.2Sbouyer# MPU 401 UARTs 10461.2Sbouyer#mpu* at isa? port 0x330 irq 9 # MPU401 or compatible card 10471.2Sbouyermpu* at cmpci? 10481.2Sbouyermpu* at eso? 10491.2Sbouyermpu* at yds? 10501.2Sbouyer 10511.2Sbouyer# MIDI support 10521.2Sbouyermidi* at midibus? 10531.194Smanumidi* at pcppi? # MIDI interface to the PC speaker 10541.192Sgdt 10551.192Sgdt# FM-Radio devices 10561.192Sgdt# PCI radio devices 10571.192Sgdt#gtp* at pci? dev ? function ? # Guillemot Maxi Radio FM 2000 Radio Card 10581.192Sgdt 10591.192Sgdt# Radio support 10601.192Sgdt#radio* at gtp? 10611.192Sgdt 10621.192Sgdt 10631.192Sgdt# Video capture devices 10641.192Sgdt 10651.194Smanucoram* at pci? dev ? function ? # Conexant CX23885 PCI-E TV 10661.194Smanucxdtv* at pci? dev ? function ? # Conexant CX2388[0-3] PCI TV 10671.192Sgdt 10681.194Smanuvideo* at videobus? # Analog capture interface 10691.194Smanudtv* at dtvbus? # Digital capture interface 10701.192Sgdt 10711.192Sgdt 10721.192Sgdt# TV cards 10731.192Sgdt 10741.192Sgdt# Brooktree 848/849/878/879 based TV cards 10751.194Smanubktr* at pci? dev ? function ? 10761.194Smanuradio* at bktr? 10771.192Sgdt 10781.2Sbouyer 10791.2Sbouyer# Bluetooth Controller and Device support 10801.2Sbouyer 10811.2Sbouyer# Bluetooth PCMCIA Controllers 10821.194Smanubt3c* at pcmcia? function ? # 3Com 3CRWB6096-A 10831.194Smanubtbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139 10841.2Sbouyer 10851.192Sgdt# Bluetooth SDIO Controllers 10861.194Smanusbt* at sdmmc? 10871.192Sgdt 10881.2Sbouyer# Bluetooth USB Controllers 10891.2Sbouyerubt* at uhub? port ? 10901.70Sjakllschaubtfwl* at uhub? port ? 10911.2Sbouyer 10921.2Sbouyer# Bluetooth Device Hub 10931.194Smanubthub* at bcsp? 10941.194Smanubthub* at bt3c? 10951.194Smanubthub* at btbc? 10961.194Smanubthub* at btuart? 10971.194Smanubthub* at sbt? 10981.2Sbouyerbthub* at ubt? 10991.2Sbouyer 11001.2Sbouyer# Bluetooth HID support 11011.2Sbouyerbthidev* at bthub? 11021.2Sbouyer 11031.2Sbouyer# Bluetooth Mouse 11041.2Sbouyerbtms* at bthidev? reportid ? 11051.2Sbouyerwsmouse* at btms? mux 0 11061.2Sbouyer 11071.2Sbouyer# Bluetooth Keyboard 11081.2Sbouyerbtkbd* at bthidev? reportid ? 11091.2Sbouyerwskbd* at btkbd? console ? mux 1 11101.2Sbouyer 11111.54Splunky# Bluetooth Apple Magic Mouse 11121.54Splunkybtmagic* at bthub? 11131.54Splunkywsmouse* at btmagic? mux 0 11141.54Splunky 11151.2Sbouyer# Bluetooth Audio support 11161.2Sbouyerbtsco* at bthub? 11171.2Sbouyer 11181.136Skhorben 11191.136Skhorben# SD/MMC/SDIO Controller and Device support 11201.136Skhorben 11211.136Skhorben# SD/MMC controller 11221.136Skhorbensdhc* at pci? # SD Host Controller 11231.136Skhorbenrtsx* at pci? # Realtek RTS5209/RTS5229 Card Reader 11241.194Smanusdhc* at cardbus? # SD Host Controller 11251.136Skhorbensdmmc* at sdhc? # SD/MMC bus 11261.136Skhorbensdmmc* at rtsx? # SD/MMC bus 11271.136Skhorben 11281.136Skhorbenld* at sdmmc? 11291.136Skhorben 11301.136Skhorben 11311.192Sgdt# Middle Digital, Inc. PCI-Weasel serial console board control 11321.192Sgdt# devices (watchdog timer, etc.) 11331.194Smanuweasel* at pci? 11341.2Sbouyer 11351.2Sbouyer# Pseudo-Devices 11361.2Sbouyer 11371.192Sgdtpseudo-device crypto # /dev/crypto device 11381.192Sgdtpseudo-device swcrypto # software crypto implementation 11391.2Sbouyer 11401.2Sbouyer# disk/mass storage pseudo-devices 11411.2Sbouyerpseudo-device bio # RAID control device driver 11421.95Schristospseudo-device ccd # concatenated/striped disk devices 11431.95Schristospseudo-device cgd # cryptographic disk devices 11441.96Schristospseudo-device raid # RAIDframe disk driver 11451.2Sbouyeroptions RAID_AUTOCONFIG # auto-configuration of RAID components 11461.2Sbouyer# Options to enable various other RAIDframe RAID types. 11471.2Sbouyer#options RF_INCLUDE_EVENODD=1 11481.2Sbouyer#options RF_INCLUDE_RAID5_RS=1 11491.2Sbouyer#options RF_INCLUDE_PARITYLOGGING=1 11501.2Sbouyer#options RF_INCLUDE_CHAINDECLUSTER=1 11511.2Sbouyer#options RF_INCLUDE_INTERDECLUSTER=1 11521.2Sbouyer#options RF_INCLUDE_PARITY_DECLUSTERING=1 11531.2Sbouyer#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 11541.53Spookapseudo-device fss # file system snapshot device 11551.2Sbouyer 11561.60Shannkenpseudo-device md # memory disk device (ramdisk) 11571.194Smanuoptions MEMORY_DISK_HOOKS # enable md specific hooks 11581.194Smanuoptions MEMORY_DISK_DYNAMIC # enable dynamic resizing 11591.192Sgdt 11601.2Sbouyerpseudo-device vnd # disk-like interface to files 11611.194Smanuoptions VND_COMPRESSION # compressed vnd(4) 11621.2Sbouyer 11631.192Sgdt 11641.2Sbouyer# network pseudo-devices 11651.2Sbouyerpseudo-device bpfilter # Berkeley packet filter 11661.194Smanupseudo-device carp # Common Address Redundancy Protocol 11671.2Sbouyerpseudo-device loop # network loopback 11681.192Sgdt#pseudo-device mpls # MPLS pseudo-interface 11691.2Sbouyerpseudo-device ppp # Point-to-Point Protocol 11701.2Sbouyerpseudo-device pppoe # PPP over Ethernet (RFC 2516) 11711.2Sbouyerpseudo-device sl # Serial Line IP 11721.194Smanupseudo-device irframetty # IrDA frame line discipline 11731.192Sgdtpseudo-device tun # network tunneling over tty 11741.2Sbouyerpseudo-device tap # virtual Ethernet 11751.2Sbouyerpseudo-device gre # generic L3 over IP tunnel 11761.2Sbouyerpseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 11771.194Smanupseudo-device ipsecif # tunnel interface for routing based ipsec 11781.2Sbouyer#pseudo-device faith # IPv[46] tcp relay translation i/f 11791.2Sbouyerpseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 11801.2Sbouyerpseudo-device vlan # IEEE 802.1q encapsulation 11811.2Sbouyerpseudo-device bridge # simple inter-network bridging 11821.185Sroypseudo-device vether # Virtual Ethernet for bridge 11831.194Smanupseudo-device agr # IEEE 802.3ad link aggregation 11841.155Smaxvpseudo-device l2tp # L2TPv3 interface 11851.194Smanupseudo-device lagg # Link aggregation interface 11861.154Smaxvpseudo-device npf # NPF packet filter 11871.2Sbouyer 11881.192Sgdt#pseudo-device canloop # CAN loopback interface 11891.192Sgdt 11901.192Sgdt# 11911.192Sgdt# accept filters 11921.192Sgdtpseudo-device accf_data # "dataready" accept filter 11931.192Sgdtpseudo-device accf_http # "httpready" accept filter 11941.192Sgdt 11951.2Sbouyer# miscellaneous pseudo-devices 11961.2Sbouyerpseudo-device pty # pseudo-terminals 11971.194Smanupseudo-device sequencer # MIDI sequencer 11981.192Sgdt# rnd works; RND_COM does not on port i386 yet. 11991.192Sgdt#options RND_COM # use "com" randomness as well (BROKEN) 12001.2Sbouyerpseudo-device clockctl # user control of clock subsystem 12011.2Sbouyerpseudo-device ksyms # /dev/ksyms 12021.194Smanupseudo-device lockstat # lock profiling 12031.194Smanupseudo-device bcsp # BlueCore Serial Protocol 12041.194Smanupseudo-device btuart # Bluetooth HCI UART (H4) 12051.194Smanu#pseudo-device nvmm # NetBSD Virtual Machine Monitor 12061.116Stnn 12071.2Sbouyer# wscons pseudo-devices 12081.2Sbouyerpseudo-device wsmux # mouse & keyboard multiplexor 12091.2Sbouyerpseudo-device wsfont 12101.192Sgdt# Give us a choice of fonts based on monitor size 12111.194Smanuoptions FONT_BOLD8x16 12121.194Smanuoptions FONT_BOLD16x32 12131.192Sgdt 12141.192Sgdt# pseudo audio device driver 12151.194Smanupseudo-device pad 12161.2Sbouyer 12171.5Sriz# userland interface to drivers, including autoconf and properties retrieval 12181.68Sryopseudo-device drvctl 12191.5Sriz 12201.194Smanuinclude "dev/veriexec.config" 12211.192Sgdt 12221.194Smanuoptions PAX_SEGVGUARD=0 # PaX Segmentation fault guard 12231.192Sgdtoptions PAX_MPROTECT=1 # PaX mprotect(2) restrictions 12241.194Smanuoptions PAX_MPROTECT_DEBUG=1 # PaX mprotect debug 12251.192Sgdtoptions PAX_ASLR=1 # PaX Address Space Layout Randomization 12261.194Smanuoptions PAX_ASLR_DEBUG=1 # PaX ASLR debug 12271.192Sgdt 12281.194Smanu# xen pseudo-devices 12291.194Smanupseudo-device xenevt 12301.194Smanupseudo-device xvif 12311.194Smanupseudo-device xbdback 12321.192Sgdt 12331.198Sabs# Pull in optional local configuration - always at end 12341.198Sabscinclude "arch/amd64/conf/GENERIC.local" 1235