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