1# 2# $NetBSD: GENERIC64,v 1.206 2022/10/29 13:59:57 jmcneill 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 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=rk3588, CONSADDR=0xfeb50000 47#options EARLYCONS=sunxi, CONSADDR=0x01c28000 48#options EARLYCONS=tegra, CONSADDR=0x70006000 49#options EARLYCONS=thunderx, CONSADDR=0x87e024000000 50#options EARLYCONS=virt, CONSADDR=0x09000000 51 52# Hardware management of the Access flag and dirty state (HAFDBS). 53options ARMV81_HAFDBS 54 55# Privileged Access Never (PAN). 56options ARMV81_PAN 57 58# Pointer Authentication (PAC). 59#makeoptions ARMV83_PAC=1 60#options ARMV83_PAC 61 62# Branch Target Identification (BTI). 63#makeoptions ARMV85_BTI=1 64#options ARMV85_BTI 65 66# Kernel Undefined Behavior Sanitizer (kUBSan). Use UBSAN_ALWAYS_FATAL 67# if you want panics instead of warnings. 68#options KUBSAN # mandatory 69#options UBSAN_ALWAYS_FATAL # optional 70 71# Kernel Address Sanitizer (kASan). The quarantine is optional and can 72# help KASAN find more use-after-frees. Use KASAN_PANIC if you want panics 73# instead of warnings. 74#makeoptions KASAN=1 # mandatory 75#options KASAN # mandatory 76#options POOL_QUARANTINE # optional 77#options KASAN_PANIC # optional 78 79# These options enable verbose messages for several subsystems. 80# Warning, these may compile large string tables into the kernel! 81#options ACPIVERBOSE # verbose ACPI configuration messages 82#options MIIVERBOSE # verbose PHY autoconfig messages 83#options PCIVERBOSE # verbose PCI device autoconfig messages 84#options PCMCIAVERBOSE # verbose PCMCIA configuration messages 85#options SCSIVERBOSE # human readable SCSI error messages 86#options USBVERBOSE # verbose USB device autoconfig messages 87 88makeoptions DEBUG="-g" # compile full symbol table 89makeoptions COPY_SYMTAB=1 90 91config netbsd root on ? type ? 92 93#options COMPAT_NETBSD32 # already defined in GENERIC.common (there 94options EXEC_ELF32 # for a.out, but here we need it for elf32) 95 96#options COMPAT_LINUX # binary compatibility with Linux 97#options COMPAT_LINUX32 # binary compatibility with Linux 32-bit 98#options COMPAT_50 # COMPAT_LINUX depends on 99#options COMPAT_OSSAUDIO # binary compatibility with Linux 100 101# EFI runtime support 102options EFI_RUNTIME 103pseudo-device efi # /dev/efi 104 105# Device tree support 106armfdt0 at root 107simplebus* at fdt? pass 0 108 109# ACPI support 110acpifdt* at fdt? pass 1 111acpi* at acpifdt? 112acpiacad* at acpi? 113acpibat* at acpi? 114acpibut* at acpi? 115acpicppc* at acpi? 116acpipcd* at acpi? 117acpipcc* at acpi? 118acpifan* at acpi? 119acpiged* at acpi? 120acpilid* at acpi? 121acpitz* at acpi? 122 123# CPUs 124cpus* at fdt? pass 0 125cpu* at fdt? pass 0 126cpu* at acpi? 127 128vmt* at fdt? # VMware Tools 129 130# Performance monitors 131armpmu* at fdt? 132pseudo-device tprof 133 134# CPU frequency scaling 135cpufreqdt* at cpu? 136 137# Power State Coordination Interface (PSCI) 138psci* at fdt? pass 0 139 140fclock* at fdt? pass 1 141ffclock* at fdt? pass 1 142fregulator* at fdt? pass 4 143gregulator* at fdt? pass 4 144pregulator* at fdt? pass 4 145gpiokeys* at fdt? 146wskbd* at gpiokeys? console ? mux 1 147gpioleds* at fdt? 148 149# System Controller 150syscon* at fdt? pass 1 # Generic System Controller 151sunxisramc* at fdt? pass 1 # Allwinner System Control 152 153# Timer 154gtmr* at fdt? pass 2 # ARM Generic Timer 155gtmr* at acpi? 156armgtmr0 at gtmr? 157tegratimer* at fdt? # Timers 158 159# Watchdog 160applewdog* at fdt? # Apple watchdog 161bcmpmwdog* at fdt? # Broadcom BCM283x watchdog 162dwcwdt* at fdt? # DesignWare watchdog 163mesongxwdt* at fdt? # Amlogic Meson GX watchdog 164sbsawdt* at acpi? # ARM SBSA-compliant watchdog 165sunxiwdt* at fdt? # Allwinner watchdog 166 167# Interrupt controller 168appleintc* at fdt? pass 1 # Apple AIC 169bcmicu* at fdt? pass 1 # Broadcom BCM283x ICU 170tegralic* at fdt? pass 1 # NVIDIA Tegra LIC 171gic* at fdt? pass 1 # ARM GICv2 172gic* at acpi? 173armgic0 at gic? 174gicvthree* at fdt? pass 1 # ARM GICv3 175gicvthree* at acpi? 176imx7gpc* at fdt? pass 2 # IMX GPCv2 177sunxinmi* at fdt? pass 2 # Allwinner NMI / R_INTC 178 179# IOMMU 180appledart* at fdt? pass 3 # Apple DART 181 182# Memory controller 183tegramc* at fdt? pass 4 # NVIDIA Tegra MC 184 185# Firmware devices 186applesmc* at fdt? pass 3 # Apple RTKIT based SMC 187bcmmbox* at fdt? # Broadcom VideoCore IV mailbox 188bcmmbox* at acpi? 189vcmbox* at bcmmbox? 190qemufwcfg* at fdt? # QEMU Firmware Configuration device 191qemufwcfg* at acpi? 192 193# DMA controller 194bcmdmac* at fdt? # Broadcom BCM283x DMA controller 195sun6idma* at fdt? pass 4 # Allwinner DMA controller (sun6i) 196tegraapbdma* at fdt? pass 4 # NVIDIA Tegra APB DMA 197 198# FUSE controller 199sunxisid* at fdt? pass 4 # Allwinner SID 200tegrafuse* at fdt? pass 4 # NVIDIA Tegra FUSE 201 202# Power management controller 203tegrapmc* at fdt? pass 4 # NVIDIA Tegra PMC 204 205# Mailbox controller 206applembox* at fdt? pass 2 # Apple Mailbox 207 208# Clock and Reset controller 209bcmcprman* at fdt? pass 1 # Broadcom BCM283x Clock Manager 210bcmaux* at fdt? pass 1 # Broadcom BCM283x Aux Periph Clocks 211g12aoclkc* at fdt? pass 2 # Amlogic Meson G12 AO clock controller 212g12clkc* at fdt? pass 2 # Amlogic Meson G12 EE clock controller 213gxbbaoclkc* at fdt? pass 2 # Amlogic Meson GXBB AO clock controller 214gxbbclkc* at fdt? pass 2 # Amlogic Meson GXBB/GXL EE clock controller 215imx8mqccm* at fdt? pass 2 # NXP iMX8MQ CCM 216mesonresets* at fdt? pass 2 # Amlogic Meson misc. clock resets 217rkcru* at fdt? pass 2 # Rockchip RK3328 CRU 218sun8ih3ccu* at fdt? pass 2 # Allwinner H3/H5 CCU 219sun8ih3rccu* at fdt? pass 2 # Allwinner H3/H5 CCU (PRCM) 220sun50ia64ccu* at fdt? pass 2 # Allwinner A64 CCU 221sun50ia64rccu* at fdt? pass 2 # Allwinner A64 CCU (PRCM) 222sun50ih6ccu* at fdt? pass 2 # Allwinner H6 CCU 223sun50ih6rccu* at fdt? pass 2 # Allwinner H6 CCU (PRCM) 224sunxide2ccu* at fdt? pass 3 # Allwinner DE2 clock controller 225sunxiresets* at fdt? pass 1 # Allwinner misc. resets 226sunxigates* at fdt? pass 1 # Allwinner misc. gates 227sunxigmacclk* at fdt? pass 2 # Allwinner GMAC MII/RGMII clock mux 228tegra210car* at fdt? pass 3 # NVIDIA Tegra CAR (T210) 229 230# GPIO controller 231applepinctrl* at fdt? # Apple GPIO 232bcmgpio* at fdt? pass 3 # Broadcom BCM283x GPIO 233imxgpio* at fdt? pass 3 # IMX GPIO 234mesonpinctrl* at fdt? pass 2 # Amlogic Meson GPIO 235plgpio* at fdt? # ARM PrimeCell PL061 GPIO 236plgpio* at acpi? 237sunxigpio* at fdt? pass 3 # Allwinner GPIO 238tegragpio* at fdt? pass 2 # NVIDIA Tegra GPIO 239rkgpio* at rkiomux? # Rockchip GPIO 240gpio* at gpiobus? 241 242# PWM controller 243mesonpwm* at fdt? pass 3 # Amlogic PWM 244rkpwm* at fdt? pass 3 # Rockchip PWM 245sunxipwm* at fdt? pass 3 # Allwinner PWM 246 247# MPIO / Pinmux 248imxiomux* at fdt? pass 2 # IMX IOMUX 249rkiomux* at fdt? pass 3 # Rockchip IOMUX 250tegrapinmux* at fdt? # NVIDIA Tegra MPIO 251 252# XUSB PADCTL 253tegra210xpad* at fdt? # NVIDIA Tegra XUSB PADCTL (T210) 254tegra210xphy* at tegra210xpad? 255 256# PCIE 257applepcie* at fdt? # Apple PCIe 258pcihost* at fdt? # Generic PCI host controller 259acpipchb* at acpi? # ACPI PCIe host bridge 260rkpcie* at fdt? # Rockchip AXI PCIE 261rkpciephy* at fdt? pass 9 # Rockchip AXI PCIE PHY 262tegrapcie0 at fdt? # NVIDIA Tegra PCIE 263pci* at pcibus? 264ppb* at pci? dev ? function ? 265pci* at ppb? 266 267# Ethernet 268awge* at fdt? # DesignWare Gigabit Ethernet 269emac* at fdt? # Allwinner Gigabit Ethernet (EMAC) 270enet* at fdt? # IMX FEC 271eqos* at acpi? # DesignWare Ethernet QoS 272eqos* at fdt? 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