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