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