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