GENERIC revision 1.92
1# 2# $NetBSD: GENERIC,v 1.92 2021/01/31 06:24:40 skrll Exp $ 3# 4# GENERIC ARM (aarch32) kernel 5# 6 7include "arch/evbarm/conf/std.generic" 8include "arch/evbarm/conf/files.generic" 9include "arch/evbarm/conf/GENERIC.common" 10 11options CPU_CORTEX 12 13options SOC_AM33XX 14options SOC_BCM2836 15options SOC_EXYNOS5422 16options SOC_IMX6DL 17options SOC_IMX6Q 18options SOC_IMX6QDL 19options SOC_IMX7D 20options SOC_MESON8B 21options SOC_OMAP3 22options SOC_SUN4I_A10 23options SOC_SUN5I_A13 24options SOC_SUN6I_A31 25options SOC_SUN7I_A20 26options SOC_SUN8I_A83T 27options SOC_SUN8I_H3 28options SOC_SUN9I_A80 29options SOC_TEGRA124 30options SOC_VIRT 31options SOC_ZYNQ7000 32 33options MULTIPROCESSOR 34 35pseudo-device openfirm # /dev/openfirm 36 37#options DIAGNOSTIC # internal consistency checks 38#options DEBUG 39#options LOCKDEBUG 40#options UVMHIST # kernhist for uvm/pmap subsystems 41#options PCI_CONFIG_DUMP # verbosely dump PCI config space 42 43options MSGBUFSIZE=32768 44 45#options VERBOSE_INIT_ARM # verbose bootstrapping messages 46 47# EARLYCONS is required for early init messages from VERBOSE_INIT_ARM. 48 49#options EARLYCONS=am33xx, CONSADDR=0x44e09000 50#options EARLYCONS=omap3, CONSADDR=0x49020000 51 52# ODROID-C1 53#options EARLYCONS=meson, CONSADDR=0xc81004c0 54 55# ODROID-U3 56#options EARLYCONS=exynos, CONSADDR=0x13810000 57 58# ODROID-XU lite 59#options EARLYCONS=exynos, CONSADDR=0x12c20000 60 61# RaspberryPIs 62#options EARLYCONS=bcm2835, CONSADDR=0x20201000 63#options EARLYCONS=bcm2836, CONSADDR=0x3f201000 64#options EARLYCONS=bcm2837, CONSADDR=0x3f215040 65 66#options EARLYCONS=cycv, CONSADDR=0xffc02000 67#options EARLYCONS=imx, CONSADDR=0x02020000 68#options EARLYCONS=rk3328, CONSADDR=0xff130000 69#options EARLYCONS=sunxi, CONSADDR=0x01c28000 70 71# TEGRA TK1 72#options EARLYCONS=tegra, CONSADDR=0x70006300 73 74#options EARLYCONS=vexpress, CONSADDR=0x1c090000 75#options EARLYCONS=virt, CONSADDR=0x09000000 76 77#options EARLYCONS=zynq, CONSADDR=0xe0001000 78 79# Kernel Undefined Behavior Sanitizer (kUBSan). Use UBSAN_ALWAYS_FATAL 80# if you want panics instead of warnings. 81#options KUBSAN # mandatory 82#options UBSAN_ALWAYS_FATAL # optional 83 84# Kernel Address Sanitizer (kASan). The quarantine is optional and can 85# help KASAN find more use-after-frees. Use KASAN_PANIC if you want panics 86# instead of warnings. 87#makeoptions KASAN=1 # mandatory 88#options KASAN # mandatory 89#options POOL_QUARANTINE # optional 90#options KASAN_PANIC # optional 91 92# These options enable verbose messages for several subsystems. 93# Warning, these may compile large string tables into the kernel! 94#options ACPIVERBOSE # verbose ACPI configuration messages 95#options MIIVERBOSE # verbose PHY autoconfig messages 96#options PCIVERBOSE # verbose PCI device autoconfig messages 97#options PCMCIAVERBOSE # verbose PCMCIA configuration messages 98#options SCSIVERBOSE # human readable SCSI error messages 99#options USBVERBOSE # verbose USB device autoconfig messages 100 101makeoptions DEBUG="-g" # compile full symbol table 102makeoptions COPY_SYMTAB=1 103 104config netbsd root on ? type ? 105 106# Device tree support 107armfdt0 at root 108simplebus* at fdt? pass 0 109 110# CPUs 111cpus* at fdt? pass 0 112cpu* at fdt? pass 0 113 114# CPU frequency scaling 115tegra124cpu* at cpu? 116cpufreqdt* at cpu? 117 118# Power State Coordination Interface (PSCI) 119psci* at fdt? 120 121# Clock and reset controllers 122am3prcm* at fdt? pass 1 # TI AM335x PRCM 123cycvclkmgr* at fdt? pass 1 # Cyclone V clock manager 124cycvrstmgr* at fdt? pass 0 # Cyclone V reset manager 125exy5410clk* at fdt? pass 3 # Exynos5410 clock controller 126exy5422clk* at fdt? pass 3 # Exynos5422 clock controller 127imx6ccm* at fdt? pass 1 # i.MX6 CCM 128imx7dccm* at fdt? pass 2 # i.MX7D CCM 129meson8bclkc* at fdt? pass 2 # Amlogic Meson8b clock controller 130mesonresets* at fdt? pass 2 # Amlogic Meson misc. clock resets 131omap3cm* at fdt? pass 1 # TI OMAP3 CM 132omap3prm* at fdt? pass 1 # TI OMAP3 PRM 133sun4ia10ccu* at fdt? pass 2 # Allwinner A10/A20 CCU 134sun5ia13ccu* at fdt? pass 2 # Allwinner A13 CCU 135sun6ia31ccu* at fdt? pass 2 # Allwinner A31 CCU 136sun8ia83tccu* at fdt? pass 2 # Allwinner A83T CCU 137sun8ih3ccu* at fdt? pass 2 # Allwinner H3 CCU 138sun8ih3rccu* at fdt? pass 2 # Allwinner H3 CCU (PRCM) 139sun9ia80ccu* at fdt? pass 2 # Allwinner A80 CCU 140sunxiresets* at fdt? pass 1 # Allwinner Misc. clock resets 141sunxigates* at fdt? pass 1 # Allwinner Misc. clock gates 142sunxigmacclk* at fdt? pass 2 # Allwinner GMAC MII/RGMII clock mux 143sun8iapbclk* at fdt? pass 2 # Allwinner A23 APB0 144sun9icpusclk* at fdt? pass 2 # Allwinner A80 CPUS 145sun9immcclk* at fdt? pass 2 # Allwinner A80 SD/MMC-COMM 146sun9iusbclk* at fdt? pass 2 # Allwinner A80 USB HCI 147tegra124car* at fdt? pass 3 # NVIDIA Tegra CAR (T124) 148tegra210car* at fdt? pass 3 # NVIDIA Tegra CAR (T210) 149tidivclk* at fdt? pass 1 # TI divider clock 150tidpllclk* at fdt? pass 2 # TI DPLL clock 151timuxclk* at fdt? pass 1 # TI mux clock 152 153fclock* at fdt? pass 1 154ffclock* at fdt? pass 1 155fregulator* at fdt? pass 5 156gregulator* at fdt? pass 4 157gpiokeys* at fdt? 158wskbd* at gpiokeys? console ? mux 1 159gpioleds* at fdt? 160 161# 162imxsnvs* at fdt? pass 1 # Secure Non-Volatile Storage 163 164# ARM Motherboard Express uATX system registers 165vxsysreg* at fdt? 166 167# SRAM controller 168sunxisramc* at fdt? pass 4 # SRAM controller 169 170# System Controller 171imxocotp0 at fdt? pass 2 # On-Chip OTP Controller 172syscon* at fdt? pass 1 # Generic System Controller 173tisysc* at fdt? pass 2 # TI sysc interconnect 174#zynqslcr* at fdt? pass 1 # Zynq 7000 system Controller 175 176# Timer 177a9ptmr* at fdt? pass 2 # ARM Cortex A5/A9 Private Timer 178arma9ptmr* at a9ptmr? 179a9tmr* at fdt? pass 2 # ARM Cortex A5/A9 Timer 180arma9tmr* at a9tmr? 181gtmr* at fdt? pass 1 # ARM Generic Timer 182armgtmr0 at gtmr? 183mct* at fdt? pass 2 # Exynos Multi Core Timer (MCT) 184armgtmr* at mct? 185omaptimer* at fdt? # TI OMAP Timer 186meson6timer* at fdt? # Amlogic Timer 187sunxitimer* at fdt? # Allwinner async timer 188sunxihstimer* at fdt? # Allwinner High-Speed timer 189tegratimer* at fdt? # Timers 190 191# Watchdog 192a9wdt* at fdt? pass 2 # ARM Cortex A5/A9 Watchdog 193arma9wdt* at a9wdt? 194bcmpmwdog* at fdt? # Broadcom BCM283x watchdog 195dwcwdt* at fdt? # DesignWare watchdog 196imxwdog* at fdt? # NXP i.MX watchdog 197mesonwdt* at fdt? # Amlogic Meson watchdog 198sunxiwdt* at fdt? # Allwinner watchdog 199tiwdt* at fdt? # TI OMAP watchdog 200 201# Interrupt controller 202gic* at fdt? pass 1 # ARM GIC 203armgic0 at gic? 204bcmicu* at fdt? pass 1 # Broadcom BCM283x ICU 205exyointr* at fdt? pass 1 # Samsung Exynos ICU 206imxgpc* at fdt? pass 2 # i.MX General Power Controller INTC 207imx7gpc* at fdt? pass 2 # i.MX General Power Controller v2 INTC 208omapintc* at fdt? pass 2 # TI OMAP INTC 209tegralic* at fdt? pass 1 # NVIDIA Tegra LIC 210sunxiintc* at fdt? pass 1 # Allwinner INTC 211sunxinmi* at fdt? pass 2 # Allwinner NMI / R_INTC 212 213# Level 2 Cache Controller 214l2cc* at fdt? pass 2 # ARM Cortex A9 L2 Cache Controller 215arml2cc* at l2cc? 216 217# Memory controller 218tegramc* at fdt? pass 4 # NVIDIA Tegra MC 219tigpmc* at fdt? pass 4 # TI OMAP2 GPMC 220 221# Firmware devices 222bcmmbox* at fdt? # Broadcom VideoCore IV mailbox 223qemufwcfg* at fdt? # QEMU Firmware Configuration device 224vcmbox* at bcmmbox? 225 226# DMA controller 227bcmdmac* at fdt? # Broadcom BCM283x DMA controller 228sun4idma* at fdt? pass 4 # Allwinner DMA controller (sun4i) 229sun6idma* at fdt? pass 4 # Allwinner DMA controller (sun6i) 230tegraapbdma* at fdt? pass 4 # NVIDIA Tegra APB DMA 231tiedma* at fdt? pass 4 # TI EDMA3 (TPCC) 232titptc* at fdt? pass 3 # TI EDMA3 (TPTC) 233 234# FUSE controller 235tegrafuse* at fdt? pass 4 # NVIDIA Tegra FUSE 236 237# Power management controller 238imxgpc* at fdt? pass 2 239tegrapmc* at fdt? pass 4 # NVIDIA Tegra PMC 240 241# Performance monitors 242armpmu* at fdt? 243pseudo-device tprof 244 245# Clock and Reset controller 246bcmcprman* at fdt? pass 1 # Broadcom BCM283x Clock Manager 247bcmaux* at fdt? pass 1 # Broadcom BCM283x Aux Periph Clocks 248 249# GPIO controller 250bcmgpio* at fdt? # Broadcom BCM283x GPIO 251exyopctl* at fdt? pass 2 # Samsung Exynos GPIO 252imxgpio* at fdt? pass 3 # i.MX GPIO 253mesonpinctrl* at fdt? pass 2 # Amlogic Meson GPIO 254plgpio* at fdt? # ARM PrimeCell GPIO 255sunxigpio* at fdt? pass 3 # Allwinner GPIO 256tegragpio* at fdt? pass 2 # NVIDIA Tegra GPIO 257tigpio* at fdt? pass 2 # TI GPIO 258gpio* at gpiobus? 259 260# IOMUX / MPIO / Pinmux 261pinctrl* at fdt? pass 2 # Generic pinctrl driver 262imxiomux* at fdt? pass 2 # i.MX IOMUX 263tegrapinmux* at fdt? # NVIDIA Tegra MPIO 264 265# PWM controller 266expwm* at fdt? pass 4 # PWM 267imxpwm* at fdt? # i.MX PWM 268sunxipwm* at fdt? pass 3 # Allwinner PWM 269 270# Backlight 271pwmbacklight* at fdt? # PWM Backlight controls 272 273# Fan 274pwmfan* at fdt? # PWM Fan controls 275 276# XUSB PADCTL 277tegra124xpad* at fdt? # NVIDIA Tegra XUSB PADCTL (T124) 278tegra210xpad* at fdt? # NVIDIA Tegra XUSB PADCTL (T210) 279tegra210xphy* at tegra210xpad? 280 281# PCIE 282imxpcie* at fdt? # i.MX PCIE 283pcihost* at fdt? # Generic PCI host controller 284tegrapcie0 at fdt? # NVIDIA Tegra PCIE 285pci* at pcibus? 286ppb* at pci? dev ? function ? 287pci* at ppb? 288 289# Ethernet 290awge* at fdt? # Allwinner Gigabit Ethernet (GMAC) 291cemac* at fdt? # Cadence EMAC/GEM ethernet controller 292cpsw* at fdt? # TI CPSW 3-port Ethernet Switch 293emac* at fdt? # Allwinner Fast/Gigabit Ethernet (EMAC) 294enet* at fdt? # i.MX FEC 295smsh* at fdt? # SMSC LAN9118 296 297# PCI Ethernet 298re* at pci? dev ? function ? # Realtek RTL8111GS 299 300# MII/PHY support 301atphy* at mii? phy ? # Attansic/Atheros PHYs 302exphy* at mii? phy ? # 3Com internal PHYs 303gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs 304glxtphy* at mii? phy ? # Level One LXT-1000 PHYs 305gphyter* at mii? phy ? # NS83861 Gig-E PHY 306icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 307igphy* at mii? phy ? # Intel IGP01E1000 308ihphy* at mii? phy ? # Intel 82577 PHYs 309ikphy* at mii? phy ? # Intel 82563 PHYs 310inphy* at mii? phy ? # Intel 82555 PHYs 311iophy* at mii? phy ? # Intel 82553 PHYs 312lxtphy* at mii? phy ? # Level One LXT-970 PHYs 313makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 314nsphy* at mii? phy ? # NS83840 PHYs 315nsphyter* at mii? phy ? # NS83843 PHYs 316pnaphy* at mii? phy ? # generic HomePNA PHYs 317qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 318rdcphy* at mii? phy ? # RDC R6040 10/100 PHY 319rgephy* at mii? phy ? # Realtek 8169S/8110S internal PHYs 320rlphy* at mii? phy ? # Realtek 8139/8201L PHYs 321smscphy* at mii? phy ? # SMSC LAN87xx PHYs 322sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 323tlphy* at mii? phy ? # ThunderLAN PHYs 324tqphy* at mii? phy ? # TDK Semiconductor PHYs 325urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs 326ukphy* at mii? phy ? # generic unknown PHYs 327 328# Mini-PCIe Wireless 329#options ATHHAL_AR5212,ATHHAL_RF2425 # AR5BHB63 330#ath* at pci? dev ? function ? # Atheros IEEE 802.11 331#athn* at pci? dev ? function ? # Atheros IEEE 802.11 332 333# UART 334com* at fdt? pass 4 # UART 335exuart* at fdt? pass 4 # SSCOM UART 336imxuart* at fdt? pass 4 # i.MX UART 337options IMXUARTCONSOLE 338mesonuart* at fdt? pass 4 # Amlogic Meson UART 339plcom* at fdt? pass 4 # ARM PL011 UART 340zynquart* at fdt? pass 4 # Cadence UART 341 342# I2C controllers 343options I2C_MAX_ADDR=0xfff 344bsciic* at fdt? # Broadcom BCM283x Serial Control 345exyoi2c* at fdt? # Samsung Exynos I2C 346imxi2c* at fdt? pass 4 # i.MX I2C 347sunxirsb* at fdt? pass 4 # Allwinner RSB 348sunxitwi* at fdt? # Allwinner TWI 349tegrai2c* at fdt? pass 4 # NVIDIA Tegra I2C 350tiiic* at fdt? pass 4 # TI OMAP I2C 351iicmux* at fdt? pass 5 # I2C mux virtual controllers 352iic* at i2cbus? 353 354# I2C devices 355ac100ic* at iic? # AC100 integrated audio codec and RTC 356as3722pmic* at iic? 357as3722reg* at as3722pmic? 358axp20x* at iic? # AXP209 Power Management IC 359axp20xreg* at axp20x? 360axp22x* at iic? # AXP221 Power Management IC 361axppmic* at iic? # X-Powers AXP Power Management IC 362axpreg* at axppmic? 363em3027rtc* at iic? 364max77620pmic* at iic? 365pcaiicmux* at iic? # PCA954x / PCA984x I2C switch / mux 366pcf8563rtc* at iic? # PCF8563 RTC 367seeprom* at iic? # AT24Cxx Serial EEPROM 368sy8106a* at iic? # Silergy SY81061 regulator 369tcakp* at iic? # TI TCA8418 Keypad Scan IC 370tcagpio* at iic? 371tdahdmi* at iic? # NXP TDA19988 HDMI encoder 372titemp* at iic? 373tps65217pmic* at iic? # TI TPS65217 Power Management IC 374tps65217reg* at tps65217pmic? 375twl* at iic? # TI TWL4030 Power Management IC 376wskbd* at tcakp? console ? 377 378# CAN bus 379options CAN # Controller Area Network protocol 380pseudo-device canloop # CAN loopback interface 381sunxican* at fdt? # A10/A20 CAN controller 382 383# SPI 384imxspi* at fdt? # i.MX SPI 385sun4ispi* at fdt? 386sun6ispi* at fdt? 387spi* at spibus? 388spi* at imxspi? 389 390# SPI NOR-Flash 391spiflash* at spiflashbus? 392m25p* at spi? slave ? 393 394# Random number generators 395bcmrng* at fdt? # Broadcom BCM283x RNG 396mesonrng* at fdt? # Amlogic Meson RNG 397tirng* at fdt? # TI RNG 398 399# Security ID EFUSE 400sunxisid* at fdt? pass 4 # SID 401 402# Low res ADC 403sunxilradc* at fdt? 404 405# RTC 406#exyortc* at fdt? # RTC 407mesonrtc* at fdt? # Amlogic Meson RTC 408plrtc* at fdt? # ARM PrimeCell RTC 409sunxirtc* at fdt? # Allwinner RTC 410tegrartc* at fdt? # NVIDIA Tegra RTC 411 412# Thermal sensor 413sunxithermal* at fdt? # Thermal sensor controller 414 415# BCM2835 VCHIQ, etc 416vchiq0 at fdt? 417vcaudio0 at vchiq0 418 419# Audio 420a64acodec* at fdt? # Allwinner A64 audio codec (analog part) 421aaci* at fdt? # ARM PrimeCell AACI 422ausoc* at fdt? # Simple SoC audio card 423h3codec* at fdt? # Allwinner H3 audio codec (analog part) 424hdaudio* at fdt? # Intel HDA 425hdafg* at hdaudiobus? 426options HDAUDIOVERBOSE 427options HDAUDIO_ENABLE_HDMI 428options HDAUDIO_ENABLE_DISPLAYPORT 429sun8icodec* at fdt? # Audio codec (sun8i) 430sunxicodec* at fdt? # Allwinner audio codec 431sunxii2s* at fdt? # I2S/PCM 432audio* at audiobus? 433spkr* at audio? 434 435# SDMMC 436bcmsdhost* at fdt? # Broadcom BCM283x SD Host Interface 437dwcmmc* at fdt? # DesignWare SDMMC 438mesonsdio* at fdt? # Amlogic Meson SDIO controller 439mesonsdhc* at fdt? # Amlogic Meson SDHC controller 440mmcpwrseq* at fdt? # Simple MMC power sequence provider 441plmmc* at fdt? # ARM PrimeCell MCI 442sdhc* at fdt? # SD Host Controller Interface 443sunximmc* at fdt? # Allwinner SD/MMC 444sdmmc* at sdmmcbus? 445ld0 at sdmmc0 446ld1 at sdmmc1 447ld2 at sdmmc2 448ld3 at sdmmc3 449ld* at sdmmc? 450bwfm* at sdmmc? # Broadcom BCM43xxx WiFi Interface 451 452# NAND Flash 453sunxinand* at fdt? # Allwinner NAND flash controller 454omapnand* at fdt? # TI OMAP2 flash controller 455nand* at nandbus? 456flash* at nand? dynamic 1 457 458# SATA 459ahcisata* at fdt? # AHCI SATA 460ahcisata* at pci? dev ? function ? 461atabus* at ata? 462atabus* at ahcisata? channel ? 463atapibus* at atapi? 464wd* at atabus? drive ? 465 466# ATAPI devices 467# flags have the same meaning as for IDE drives. 468cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 469sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 470st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives 471uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 472 473# NVMe 474nvme* at pci? dev ? function ? 475ld* at nvme? nsid ? 476 477# SPI controllers 478bcmspi* at fdt? # Broadcom BCM283x SPI 479spi* at spibus? 480 481# HDMI CEC 482tegracec0 at fdt? # NVIDIA Tegra HDMI CEC 483hdmicec* at hdmicecbus? 484 485# Display 486#tegradrm* at fdt? # NVIDIA Tegra Display 487#tegrafb* at tegrafbbus? 488dwhdmi* at fdt? # Designware HDMI TX 489genfb* at fdt? # Simple Framebuffer 490mesonfb* at fdt? # Amlogic Meson Framebuffer 491omapfb* at fdt? # TI OMAP3 Framebuffer 492wsdisplay* at wsemuldisplaydev? 493sunxidebe* at fdt? pass 4 # Display Backend 494genfb* at sunxidebe? 495sunxitcon* at fdt? pass 4 # LCD LVDS/RGB controller 496sunxihdmi* at fdt? pass 4 # HDMI controller 497connector* at fdt? pass 4 498panel* at fdt? pass 4 499#sunxidep must be after display pipeline elements but before genfb@fdt 500sunxidep* at fdt? pass 5 # Display Engine Pipeline 501tilcdc* at fdt? # TI OMAP4 LCDC 502tifb* at tilcdc? 503 504options VCONS_DRAW_INTR 505options WSEMUL_VT100 506options WS_DEFAULT_FG=WSCOL_WHITE 507options WS_DEFAULT_BG=WSCOL_BLACK 508options WS_KERNEL_FG=WSCOL_GREEN 509options WS_KERNEL_BG=WSCOL_BLACK 510options WSDISPLAY_COMPAT_PCVT 511options WSDISPLAY_COMPAT_SYSCONS 512options WSDISPLAY_COMPAT_USL 513options WSDISPLAY_COMPAT_RAWKBD 514options WSDISPLAY_DEFAULTSCREENS=4 515options WSDISPLAY_MULTICONS 516options WSDISPLAY_SCROLLSUPPORT 517pseudo-device wsmux 518pseudo-device wsfont 519options FONT_BOLD8x16 520options FONT_BOLD16x32 521 522# GPU 523#nouveau* at fdt? # NVIDIA GPU 524 525# PS/2 keyboard and mouse support 526plkmi* at fdt? 527pckbd* at pckbport? 528wskbd* at pckbd? console ? 529pms* at pckbport? 530wsmouse* at pms? mux 0 531 532# Touch Screen controller 533sunxits* at fdt? # Touch Screen controller 534wsmouse* at sunxits? mux 0 535 536# Thermal throttling controller 537tegrasoctherm* at fdt? # NVIDIA Tegra SOC_THERM 538 539# USB 540exusbphy* at fdt? pass 9 # Samsung Exynos USB2 PHY 541exusbdrdphy* at fdt? pass 9 # Samsung Exynos USB3 DRD PHY 542imxusbphy* at fdt? pass 9 # i.MX USB PHY 543mesonusbphy* at fdt? pass 9 # Amlogic Meson USB2 PHY 544sun9iusbphy* at fdt? pass 9 # Allwinner A80 USB PHY 545sunxiusbphy* at fdt? pass 9 # Allwinner USB PHY 546sunxiusb3phy* at fdt? pass 9 # Allwinner USB3 PHY 547tegrausbphy* at fdt? # NVIDIA Tegra USB PHY 548usbnopphy* at fdt? pass 9 # Generic USB PHY 549 550imxusbc* at fdt? 551tiotg* at fdt? # TI dual port OTG 552tiusb* at fdt? pass 9 # TI HS USB host 553tiusbtll* at fdt? pass 8 # TI HS USB host TLL 554 555dwctwo* at fdt? # Designware USB DRD 556ehci* at fdt? # EHCI 557ehci* at imxusbc? 558motg* at fdt? # Mentor Graphics USB OTG 559ohci* at fdt? # OHCI 560xhci* at fdt? # XHCI 561usb* at usbus? 562 563# Virtio devices 564virtio* at fdt? # Virtio MMIO device 565virtio* at pci? dev ? function ? # Virtio PCI device 566# the balloon driver cannot work on machines with non-4k pages 567#viomb* at virtio? # Virtio memory balloon device 568ld* at virtio? # Virtio disk device 569vioif* at virtio? # Virtio network device 570viornd* at virtio? # Virtio entropy device 571vioscsi* at virtio? # Virtio SCSI device 572 573# SCSI 574scsibus* at scsi? 575sd* at scsibus? target ? lun ? # SCSI disks 576st* at scsibus? target ? lun ? # SCSI tapes 577cd* at scsibus? target ? lun ? # SCSI CD-ROMs 578ch* at scsibus? target ? lun ? # SCSI changer devices 579ss* at scsibus? target ? lun ? # SCSI scanners 580ses* at scsibus? target ? lun ? # SCSI SES/SAF-TE devices 581uk* at scsibus? target ? lun ? # unknown SCSI 582 583# SPI NOR flash support 584m25p* at spi? 585spiflash* at spiflashbus? 586 587include "dev/usb/usbdevices.config" 588midi* at midibus? 589pseudo-device sequencer # MIDI sequencer 590 591cinclude "arch/evbarm/conf/GENERIC.local" 592