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