GENERIC64 revision 1.200
1# 2# $NetBSD: GENERIC64,v 1.200 2022/05/10 08:05:32 skrll Exp $ 3# 4# GENERIC ARM (aarch64) kernel 5# 6 7include "arch/evbarm/conf/std.generic64" 8include "arch/evbarm/conf/files.generic64" 9include "arch/evbarm/conf/GENERIC.common" 10 11maxusers 64 12 13options CPU_CORTEX 14options CPU_THUNDERX 15options SOC_APPLE 16options SOC_BCM2837 17options SOC_MESONG12 18options SOC_MESONGXBB 19options SOC_MESONGXL 20options SOC_RK3328 21options SOC_RK3399 22options SOC_SUN50I_A64 23options SOC_SUN50I_H5 24options SOC_SUN50I_H6 25options SOC_TEGRA210 26options SOC_VIRT 27options MULTIPROCESSOR 28 29pseudo-device openfirm # /dev/openfirm 30 31#options DIAGNOSTIC # internal consistency checks 32#options DEBUG 33#options LOCKDEBUG 34#options VERBOSE_INIT_ARM # verbose bootstrapping messages 35options INCLUDE_CONFIG_FILE 36#options UVMHIST # kernhist for uvm/pmap subsystems 37#options UVMHIST_PRINT,KERNHIST_DELAY=0 38#options PCI_CONFIG_DUMP # verbosely dump PCI config space 39 40# EARLYCONS is required for early init messages from VERBOSE_INIT_ARM. 41#options EARLYCONS=bcm2837, CONSADDR=0x3f215040 42#options EARLYCONS=bcm2711, CONSADDR=0xfe215040 43#options EARLYCONS=meson, CONSADDR=0xc81004c0 44#options EARLYCONS=rk3328, CONSADDR=0xff130000 45#options EARLYCONS=rk3399, CONSADDR=0xff1a0000 46#options EARLYCONS=sunxi, CONSADDR=0x01c28000 47#options EARLYCONS=tegra, CONSADDR=0x70006000 48#options EARLYCONS=thunderx, CONSADDR=0x87e024000000 49#options EARLYCONS=virt, CONSADDR=0x09000000 50 51# Hardware management of the Access flag and dirty state (HAFDBS). 52options ARMV81_HAFDBS 53 54# Privileged Access Never (PAN). 55options ARMV81_PAN 56 57# Pointer Authentication (PAC). 58#makeoptions ARMV83_PAC=1 59#options ARMV83_PAC 60 61# Branch Target Identification (BTI). 62#makeoptions ARMV85_BTI=1 63#options ARMV85_BTI 64 65# Kernel Undefined Behavior Sanitizer (kUBSan). Use UBSAN_ALWAYS_FATAL 66# if you want panics instead of warnings. 67#options KUBSAN # mandatory 68#options UBSAN_ALWAYS_FATAL # optional 69 70# Kernel Address Sanitizer (kASan). The quarantine is optional and can 71# help KASAN find more use-after-frees. Use KASAN_PANIC if you want panics 72# instead of warnings. 73#makeoptions KASAN=1 # mandatory 74#options KASAN # mandatory 75#options POOL_QUARANTINE # optional 76#options KASAN_PANIC # optional 77 78# These options enable verbose messages for several subsystems. 79# Warning, these may compile large string tables into the kernel! 80#options ACPIVERBOSE # verbose ACPI configuration messages 81#options MIIVERBOSE # verbose PHY autoconfig messages 82#options PCIVERBOSE # verbose PCI device autoconfig messages 83#options PCMCIAVERBOSE # verbose PCMCIA configuration messages 84#options SCSIVERBOSE # human readable SCSI error messages 85#options USBVERBOSE # verbose USB device autoconfig messages 86 87makeoptions DEBUG="-g" # compile full symbol table 88makeoptions COPY_SYMTAB=1 89 90config netbsd root on ? type ? 91 92options COMPAT_NETBSD32 93options EXEC_ELF32 94 95#options COMPAT_LINUX # binary compatibility with Linux 96#options COMPAT_LINUX32 # binary compatibility with Linux 32-bit 97#options COMPAT_50 # COMPAT_LINUX depends on 98#options COMPAT_OSSAUDIO # binary compatibility with Linux 99 100# EFI runtime support 101options EFI_RUNTIME 102pseudo-device efi # /dev/efi 103 104# Device tree support 105armfdt0 at root 106simplebus* at fdt? pass 0 107 108# ACPI support 109acpifdt* at fdt? pass 1 110acpi* at acpifdt? 111acpiacad* at acpi? 112acpibat* at acpi? 113acpibut* at acpi? 114acpicppc* at acpi? 115acpipcd* at acpi? 116acpipcc* at acpi? 117acpifan* at acpi? 118acpiged* at acpi? 119acpilid* at acpi? 120acpitz* at acpi? 121 122# CPUs 123cpus* at fdt? pass 0 124cpu* at fdt? pass 0 125cpu* at acpi? 126 127vmt* at fdt? # VMware Tools 128 129# Performance monitors 130armpmu* at fdt? 131pseudo-device tprof 132 133# CPU frequency scaling 134cpufreqdt* at cpu? 135 136# Power State Coordination Interface (PSCI) 137psci* at fdt? pass 0 138 139fclock* at fdt? pass 1 140ffclock* at fdt? pass 1 141fregulator* at fdt? pass 4 142gregulator* at fdt? pass 4 143pregulator* at fdt? pass 4 144gpiokeys* at fdt? 145wskbd* at gpiokeys? console ? mux 1 146gpioleds* at fdt? 147 148# System Controller 149syscon* at fdt? pass 1 # Generic System Controller 150sunxisramc* at fdt? pass 1 # Allwinner System Control 151 152# Timer 153gtmr* at fdt? pass 2 # ARM Generic Timer 154gtmr* at acpi? 155armgtmr0 at gtmr? 156tegratimer* at fdt? # Timers 157 158# Watchdog 159applewdog* at fdt? # Apple watchdog 160bcmpmwdog* at fdt? # Broadcom BCM283x watchdog 161dwcwdt* at fdt? # DesignWare watchdog 162mesongxwdt* at fdt? # Amlogic Meson GX watchdog 163sbsawdt* at acpi? # ARM SBSA-compliant watchdog 164sunxiwdt* at fdt? # Allwinner watchdog 165 166# Interrupt controller 167appleintc* at fdt? pass 1 # Apple AIC 168bcmicu* at fdt? pass 1 # Broadcom BCM283x ICU 169tegralic* at fdt? pass 1 # NVIDIA Tegra LIC 170gic* at fdt? pass 1 # ARM GICv2 171gic* at acpi? 172armgic0 at gic? 173gicvthree* at fdt? pass 1 # ARM GICv3 174gicvthree* at acpi? 175imx7gpc* at fdt? pass 2 # IMX GPCv2 176sunxinmi* at fdt? pass 2 # Allwinner NMI / R_INTC 177 178# IOMMU 179appledart* at fdt? pass 3 # Apple DART 180 181# Memory controller 182tegramc* at fdt? pass 4 # NVIDIA Tegra MC 183 184# Firmware devices 185bcmmbox* at fdt? # Broadcom VideoCore IV mailbox 186bcmmbox* at acpi? 187vcmbox* at bcmmbox? 188qemufwcfg* at fdt? # QEMU Firmware Configuration device 189qemufwcfg* at acpi? 190 191# DMA controller 192bcmdmac* at fdt? # Broadcom BCM283x DMA controller 193sun6idma* at fdt? pass 4 # Allwinner DMA controller (sun6i) 194tegraapbdma* at fdt? pass 4 # NVIDIA Tegra APB DMA 195 196# FUSE controller 197sunxisid* at fdt? pass 4 # Allwinner SID 198tegrafuse* at fdt? pass 4 # NVIDIA Tegra FUSE 199 200# Power management controller 201tegrapmc* at fdt? pass 4 # NVIDIA Tegra PMC 202 203# Mailbox controller 204applembox* at fdt? pass 2 # Apple Mailbox 205 206# Clock and Reset controller 207bcmcprman* at fdt? pass 1 # Broadcom BCM283x Clock Manager 208bcmaux* at fdt? pass 1 # Broadcom BCM283x Aux Periph Clocks 209g12aoclkc* at fdt? pass 2 # Amlogic Meson G12 AO clock controller 210g12clkc* at fdt? pass 2 # Amlogic Meson G12 EE clock controller 211gxbbaoclkc* at fdt? pass 2 # Amlogic Meson GXBB AO clock controller 212gxbbclkc* at fdt? pass 2 # Amlogic Meson GXBB/GXL EE clock controller 213imx8mqccm* at fdt? pass 2 # NXP iMX8MQ CCM 214mesonresets* at fdt? pass 2 # Amlogic Meson misc. clock resets 215rkcru* at fdt? pass 2 # Rockchip RK3328 CRU 216sun8ih3ccu* at fdt? pass 2 # Allwinner H3/H5 CCU 217sun8ih3rccu* at fdt? pass 2 # Allwinner H3/H5 CCU (PRCM) 218sun50ia64ccu* at fdt? pass 2 # Allwinner A64 CCU 219sun50ia64rccu* at fdt? pass 2 # Allwinner A64 CCU (PRCM) 220sun50ih6ccu* at fdt? pass 2 # Allwinner H6 CCU 221sun50ih6rccu* at fdt? pass 2 # Allwinner H6 CCU (PRCM) 222sunxide2ccu* at fdt? pass 3 # Allwinner DE2 clock controller 223sunxiresets* at fdt? pass 1 # Allwinner misc. resets 224sunxigates* at fdt? pass 1 # Allwinner misc. gates 225sunxigmacclk* at fdt? pass 2 # Allwinner GMAC MII/RGMII clock mux 226tegra210car* at fdt? pass 3 # NVIDIA Tegra CAR (T210) 227 228# GPIO controller 229applepinctrl* at fdt? # Apple GPIO 230bcmgpio* at fdt? pass 3 # Broadcom BCM283x GPIO 231imxgpio* at fdt? pass 3 # IMX GPIO 232mesonpinctrl* at fdt? pass 2 # Amlogic Meson GPIO 233plgpio* at fdt? # ARM PrimeCell PL061 GPIO 234plgpio* at acpi? 235sunxigpio* at fdt? pass 3 # Allwinner GPIO 236tegragpio* at fdt? pass 2 # NVIDIA Tegra GPIO 237rkgpio* at rkiomux? # Rockchip GPIO 238gpio* at gpiobus? 239 240# PWM controller 241mesonpwm* at fdt? pass 3 # Amlogic PWM 242rkpwm* at fdt? pass 3 # Rockchip PWM 243sunxipwm* at fdt? pass 3 # Allwinner PWM 244 245# MPIO / Pinmux 246imxiomux* at fdt? pass 2 # IMX IOMUX 247rkiomux* at fdt? pass 3 # Rockchip IOMUX 248tegrapinmux* at fdt? # NVIDIA Tegra MPIO 249 250# XUSB PADCTL 251tegra210xpad* at fdt? # NVIDIA Tegra XUSB PADCTL (T210) 252tegra210xphy* at tegra210xpad? 253 254# PCIE 255applepcie* at fdt? # Apple PCIe 256pcihost* at fdt? # Generic PCI host controller 257acpipchb* at acpi? # ACPI PCIe host bridge 258rkpcie* at fdt? # Rockchip AXI PCIE 259rkpciephy* at fdt? pass 9 # Rockchip AXI PCIE PHY 260tegrapcie0 at fdt? # NVIDIA Tegra PCIE 261pci* at pcibus? 262ppb* at pci? dev ? function ? 263pci* at ppb? 264 265# Ethernet 266awge* at fdt? # DesignWare Gigabit Ethernet 267emac* at fdt? # Allwinner Gigabit Ethernet (EMAC) 268enet* at fdt? # IMX FEC 269eqos* at acpi? # DesignWare Ethernet QoS 270genet* at acpi? # Broadcom GENET v5 271genet* at fdt? 272#scx* at acpi? # Socionext Gigabit Ethernet 273#scx* at fdt? 274aq* at pci? dev ? function ? # Aquantia AQC 10 gigabit 275bge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet 276ena* at pci? dev ? function ? # Amazon.com Elastic Network Adapter 277ixg* at pci? dev ? function ? # Intel 8259x 10 gigabit 278ixv* at pci? dev ? function ? # Intel 8259x 10G virtual function 279mcx* at pci? dev ? function ? # Mellanox 5th generation Ethernet 280mskc* at pci? dev ? function ? # Marvell Yukon 2 Gigabit Ethernet 281msk* at mskc? 282re* at pci? dev ? function ? # Realtek RTL8111GS 283rge* at pci? dev ? function ? # Realtek 8125 284vmx* at pci? dev ? function ? # VMware VMXNET3 285wm* at pci? dev ? function ? # Intel Gigabit Ethernet 286 287# MII/PHY support 288atphy* at mii? phy ? # Attansic/Atheros PHYs 289brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 290exphy* at mii? phy ? # 3Com internal PHYs 291gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs 292glxtphy* at mii? phy ? # Level One LXT-1000 PHYs 293gphyter* at mii? phy ? # NS83861 Gig-E PHY 294gxlphy* at mii? phy ? # Amlogic Meson GX internal PHY 295icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 296igphy* at mii? phy ? # Intel IGP01E1000 297ihphy* at mii? phy ? # Intel 82577 PHYs 298ikphy* at mii? phy ? # Intel 82563 PHYs 299inphy* at mii? phy ? # Intel 82555 PHYs 300iophy* at mii? phy ? # Intel 82553 PHYs 301lxtphy* at mii? phy ? # Level One LXT-970 PHYs 302makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 303mcommphy* at mii? phy ? # Motorcomm YT8511C/YT8511H PHYs 304nsphy* at mii? phy ? # NS83840 PHYs 305nsphyter* at mii? phy ? # NS83843 PHYs 306pnaphy* at mii? phy ? # generic HomePNA PHYs 307rdcphy* at mii? phy ? # RDC R6040 10/100 PHY 308rgephy* at mii? phy ? # Realtek 8169S/8110S internal PHYs 309rlphy* at mii? phy ? # Realtek 8139/8201L PHYs 310smscphy* at mii? phy ? # SMSC LAN87xx PHYs 311sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 312tlphy* at mii? phy ? # ThunderLAN PHYs 313tqphy* at mii? phy ? # TDK Semiconductor PHYs 314urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs 315ukphy* at mii? phy ? # generic unknown PHYs 316 317# Mini-PCIe Wireless 318#options ATHHAL_AR5212,ATHHAL_RF2425 # AR5BHB63 319#ath* at pci? dev ? function ? # Atheros IEEE 802.11 320#athn* at pci? dev ? function ? # Atheros IEEE 802.11 321 322# UART 323com* at fdt? pass 4 # UART 324com* at acpi? 325exuart* at fdt? pass 4 # SSCOM UART 326imxuart* at fdt? pass 4 # IMX UART 327options IMXUARTCONSOLE 328mesonuart* at fdt? pass 4 # Amlogic Meson UART 329plcom* at fdt? pass 4 # ARM PL011 UART 330plcom* at acpi? 331puc* at pci? dev ? function ? # PCI "universal" comm. cards 332com* at puc? port ? 333 334# I2C controllers 335options I2C_MAX_ADDR=0xfff 336appleiic* at fdt? # Apple I2C 337bsciic* at fdt? # Broadcom BCM283x Serial Control 338bsciic* at acpi? 339dwiic* at fdt? # Designware I2C 340dwiic* at acpi? 341imxi2c* at fdt? pass 4 # IMX I2C 342nxpiic* at acpi? # NXP Layerscape I2C 343rkiic* at fdt? pass 4 # Rockchip I2C 344sunxirsb* at fdt? pass 4 # Allwinner RSB 345sunxitwi* at fdt? # Allwinner TWI 346tegrai2c* at fdt? pass 4 # NVIDIA Tegra I2C 347#sniiic* at fdt? # Socionext SC2A11 I2C 348#sniiic* at acpi? 349iicmux* at fdt? pass 5 # I2C mux virtual controllers 350iic* at i2cbus? 351 352# I2C devices 353titemp* at iic? 354seeprom* at iic? 355spdmem* at iic? # memory module SPD EEPROM decoder 356as3722pmic* at iic? 357as3722reg* at as3722pmic? 358axppmic* at iic? # X-Powers AXP Power Management IC 359axpreg* at axppmic? 360cwfg* at iic? # CellWise CW2015 Fuel Gauge IC 361dsrtc* at iic? # Dallas Semiconductor RTCs 362es8316ac* at iic? # Everest Semi ES8316 Audio CODEC 363fan53555reg* at iic? # FAN53555 / SY82x regulator 364max77620pmic* at iic? 365pcaiicmux* at iic? # PCA954x / PCA984x I2C switch / mux 366pcf8563rtc* at iic? # PCF8563 RTC 367rkpmic* at iic? # Rockchip Power Management IC 368rkreg* at rkpmic? 369tcagpio* at iic? 370 371# Power Domain controllers 372applepmgr* at fdt? pass 0 373 374# Random number generators 375amdccp* at fdt? # AMD Cryptograhic Coprocessor RNG 376amdccp* at acpi? 377bcmrng* at fdt? # Broadcom BCM283x RNG 378mesonrng* at fdt? # Amlogic Meson RNG 379sun8icrypto* at fdt? # Allwinner Crypto Engine 380rkv1crypto* at fdt? # Rockchip Crypto v1 381 382# RTC 383plrtc* at fdt? # ARM PrimeCell RTC 384sunxirtc* at fdt? pass 4 # Allwinner RTC 385tegrartc* at fdt? # NVIDIA Tegra RTC 386 387# SDMMC 388bcmsdhost* at fdt? # Broadcom BCM283x SD Host Interface 389dwcmmc* at acpi? # DesignWare SD/MMC 390dwcmmc* at fdt? 391mesongxmmc* at fdt? # Amlogic Meson GX eMMC/SD/SDIO controller 392mmcpwrseq* at fdt? pass 5 # Simple MMC power sequence provider 393rkemmcphy* at fdt? # Rockchip eMMC PHY 394sdhc* at fdt? # SD Host Controller Interface 395sdhc* at acpi? 396sunximmc* at fdt? # Allwinner SD/MMC 397#sniemmc* at fdt? # Socionext SC2A11 eMMC 398#sniemmc* at acpi? 399sdmmc* at sdmmcbus? 400ld0 at sdmmc0 401ld1 at sdmmc1 402ld2 at sdmmc2 403ld3 at sdmmc3 404ld* at sdmmc? 405bwfm* at sdmmc? # Broadcom BCM43xxx WiFi Interface 406 407# SATA 408ahcisata* at fdt? # AHCI SATA 409ahcisata* at acpi? 410ahcisata* at pci? dev ? function ? 411atabus* at ata? 412atapibus* at atapi? 413wd* at atabus? drive ? 414cd* at atapibus? drive ? 415 416# NVMe 417nvme* at fdt? # Apple M1 418nvme* at pci? dev ? function ? 419ld* at nvme? nsid ? 420 421# SPI controllers 422bcmspi* at fdt? # Broadcom BCM283x SPI 423rkspi* at fdt? # Rockchip SPI 424sun6ispi* at fdt? # Allwinner SPI 425spi* at spibus? 426m25p* at spi? 427spiflash* at spiflashbus? 428 429# Broadcom VCHIQ, etc 430vchiq0 at fdt? 431vcaudio0 at vchiq0 432 433# Audio support 434hdaudio* at fdt? # Intel HDA 435hdaudio* at pci? dev ? function ? 436hdafg* at hdaudiobus? 437options HDAUDIOVERBOSE 438ausoc* at fdt? # Simple SoC audio card 439simpleamp* at fdt? # Simple amplifier 440spdiftx* at fdt? # SPDIF transmitter 441rki2s* at fdt? # Rockchip I2S/PCM 442sunxicodec* at fdt? # Allwinner audio codec 443sun8icodec* at fdt? # Allwinner audio codec (sun8i/sun50i) 444h3codec* at fdt? # Allwinner H3 audio codec (analog part) 445a64acodec* at fdt? # Allwinner A64 audio codec (analog part) 446sunxii2s* at fdt? # Allwinner I2S/PCM 447audio* at audiobus? 448 449spkr* at audio? # PC speaker (synthesized) 450 451# HDMI CEC 452tegracec0 at fdt? # NVIDIA Tegra HDMI CEC 453hdmicec* at hdmicecbus? 454 455# Display 456anxdp* at fdt? # Analogix-based (e)DP 457anxedp* at iic? # Analogix eDP TX 458dispcon* at fdt? # Display connector devices 459panel* at fdt? # Display panels 460dwhdmi* at fdt? # Designware HDMI TX 461rkdrm* at fdt? pass 5 # Rockchip DRM master 462rkfb* at rkdrm? # Rockchip DRM framebuffer 463rkvop* at fdt? # Rockchip Visual Output Processor 464sunxide2bus* at fdt? pass 4 # Allwinner DE2 bus 465sunxidrm* at fdt? pass 5 # Allwinner Display Pipeline 466sunxifb* at sunxidrm? # Allwinner DRM framebuffer 467sunxihdmiphy* at fdt? pass 9 # Allwinner HDMI TX PHY 468sunxilcdc* at fdt? # Allwinner DE2 timing controller 469sunximixer* at fdt? # Allwinner DE2 mixer 470#tegradrm* at fdt? # NVIDIA Tegra Display 471#tegrafb* at tegrafbbus? 472genfb* at fdt? # Simple Framebuffer 473wsdisplay* at wsemuldisplaydev? 474options VCONS_DRAW_INTR 475options WSEMUL_VT100 476options WSDISPLAY_CUSTOM_OUTPUT 477options WS_DEFAULT_FG=WSCOL_WHITE 478options WS_DEFAULT_BG=WSCOL_BLACK 479options WS_KERNEL_FG=WSCOL_GREEN 480options WS_KERNEL_BG=WSCOL_BLACK 481options WSDISPLAY_COMPAT_PCVT 482options WSDISPLAY_COMPAT_SYSCONS 483options WSDISPLAY_COMPAT_USL 484options WSDISPLAY_COMPAT_RAWKBD 485options WSDISPLAY_DEFAULTSCREENS=4 486options WSDISPLAY_MULTICONS 487options WSDISPLAY_SCROLLSUPPORT 488pseudo-device wsmux 489pseudo-device wsfont 490options FONT_BOLD8x16 491options FONT_BOLD16x32 492 493# GPU 494#nouveau* at fdt? # NVIDIA GPU 495#nouveau* at pci? dev ? function ? 496#nouveaufb* at nouveaufbbus? 497radeon* at pci? dev ? function ? # AMD Radeon 498radeondrmkmsfb* at radeonfbbus? 499 500# Backlight 501pwmbacklight* at fdt? # PWM Backlight controls 502 503# Fan 504pwmfan* at fdt? # PWM Fan controls 505 506# Thermal throttling controller 507mesonthermal* at fdt? # Amlogic thermal sensor controller 508sunxithermal* at fdt? # Allwinner thermal sensor controller 509tegrasoctherm* at fdt? # NVIDIA Tegra SOC_THERM 510rktsadc* at fdt? # RockChip TSASC 511 512# USB 513imx8mqusbphy* at fdt? pass 9 # IMX USB PHY 514mesonusbctrl* at fdt? # Amlogic Meson USB-Glue (dwc2 and dwc3) 515mesonusbphy* at fdt? pass 9 # Amlogic Meson USB2 PHY 516mesong12u2phy* at fdt? pass 9 # Amlogic Meson G12 USB2 PHY 517mesong12u3pphy* at fdt? pass 9 # Amlogic Meson G12 USB3/PCIe PHY 518mesongxlu2phy* at fdt? pass 9 # Amlogic Meson GXL USB2 PHY 519mesongxlu3phy* at fdt? pass 9 # Amlogic Meson GXL USB3 PHY 520rkusb* at fdt? pass 9 # Rockchip USB PHY 521rkusbphy* at rkusb? 522sunxiusbphy* at fdt? pass 9 # Allwinner USB PHY 523sunxiusb3phy* at fdt? pass 9 # Allwinner USB3 PHY 524tegrausbphy* at fdt? # NVIDIA Tegra USB PHY 525dwctwo* at fdt? # Designware USB DRD 526ehci* at fdt? # EHCI 527ehci* at pci? # EHCI 528ehci* at acpi? # EHCI 529motg* at fdt? # Mentor Graphics USB OTG 530ohci* at fdt? # OHCI 531ohci* at pci? # OHCI 532ohci* at acpi? # OHCI 533xhci* at fdt? # XHCI 534xhci* at pci? # XHCI 535xhci* at acpi? # XHCI 536usb* at usbus? 537 538include "dev/usb/usbdevices.config" 539midi* at midibus? 540pseudo-device sequencer # MIDI sequencer 541 542# Virtio devices 543virtio* at fdt? # Virtio MMIO device 544virtio* at acpi? 545virtio* at pci? dev ? function ? 546#viomb* at virtio? # Virtio memory balloon device 547ld* at virtio? # Virtio disk device 548vioif* at virtio? # Virtio network device 549viornd* at virtio? # Virtio entropy device 550vioscsi* at virtio? # Virtio SCSI device 551 552# SCSI controllers 553mpt* at pci? dev ? function ? 554 555# SCSI bus support 556scsibus* at scsi? 557sd* at scsibus? target ? lun ? # SCSI disk drives 558 559cinclude "arch/evbarm/conf/GENERIC64.local" 560