GENERIC revision 1.100
1# 2# $NetBSD: GENERIC,v 1.100 2021/08/26 17:08:34 thorpej 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) 143sun8iv3sccu* at fdt? pass 2 # Allwinner V3s CCU 144sun9ia80ccu* at fdt? pass 2 # Allwinner A80 CCU 145sunxiresets* at fdt? pass 1 # Allwinner Misc. clock resets 146sunxigates* at fdt? pass 1 # Allwinner Misc. clock gates 147sunxigmacclk* at fdt? pass 2 # Allwinner GMAC MII/RGMII clock mux 148sun8iapbclk* at fdt? pass 2 # Allwinner A23 APB0 149sun9icpusclk* at fdt? pass 2 # Allwinner A80 CPUS 150sun9immcclk* at fdt? pass 2 # Allwinner A80 SD/MMC-COMM 151sun9iusbclk* at fdt? pass 2 # Allwinner A80 USB HCI 152tegra124car* at fdt? pass 3 # NVIDIA Tegra CAR (T124) 153tegra210car* at fdt? pass 3 # NVIDIA Tegra CAR (T210) 154tidivclk* at fdt? pass 1 # TI divider clock 155tidpllclk* at fdt? pass 2 # TI DPLL clock 156timuxclk* at fdt? pass 1 # TI mux clock 157 158fclock* at fdt? pass 1 159ffclock* at fdt? pass 1 160fregulator* at fdt? pass 5 161gregulator* at fdt? pass 4 162gpiokeys* at fdt? 163wskbd* at gpiokeys? console ? mux 1 164gpioleds* at fdt? 165 166# 167imxsnvs* at fdt? pass 1 # Secure Non-Volatile Storage 168 169# ARM Motherboard Express uATX system registers 170vxsysreg* at fdt? 171 172# SRAM controller 173sunxisramc* at fdt? pass 4 # SRAM controller 174 175# System Controller 176imxocotp0 at fdt? pass 2 # On-Chip OTP Controller 177syscon* at fdt? pass 1 # Generic System Controller 178tisysc* at fdt? pass 2 # TI sysc interconnect 179#zynqslcr* at fdt? pass 1 # Zynq 7000 system Controller 180 181# Timer 182a9ptmr* at fdt? pass 2 # ARM Cortex A5/A9 Private Timer 183arma9ptmr* at a9ptmr? 184a9tmr* at fdt? pass 2 # ARM Cortex A5/A9 Timer 185arma9tmr* at a9tmr? 186gtmr* at fdt? pass 1 # ARM Generic Timer 187armgtmr0 at gtmr? 188mct* at fdt? pass 2 # Exynos Multi Core Timer (MCT) 189armgtmr* at mct? 190omaptimer* at fdt? # TI OMAP Timer 191meson6timer* at fdt? # Amlogic Timer 192sunxitimer* at fdt? # Allwinner async timer 193sunxihstimer* at fdt? # Allwinner High-Speed timer 194tegratimer* at fdt? # Timers 195 196# Watchdog 197a9wdt* at fdt? pass 2 # ARM Cortex A5/A9 Watchdog 198arma9wdt* at a9wdt? 199bcmpmwdog* at fdt? # Broadcom BCM283x watchdog 200dwcwdt* at fdt? # DesignWare watchdog 201imxwdog* at fdt? # NXP i.MX watchdog 202mesonwdt* at fdt? # Amlogic Meson watchdog 203sunxiwdt* at fdt? # Allwinner watchdog 204tiwdt* at fdt? # TI OMAP watchdog 205 206# Interrupt controller 207gic* at fdt? pass 1 # ARM GIC 208armgic0 at gic? 209bcmicu* at fdt? pass 1 # Broadcom BCM283x ICU 210exyointr* at fdt? pass 1 # Samsung Exynos ICU 211imxgpc* at fdt? pass 2 # i.MX General Power Controller INTC 212imx7gpc* at fdt? pass 2 # i.MX General Power Controller v2 INTC 213omapintc* at fdt? pass 2 # TI OMAP INTC 214tegralic* at fdt? pass 1 # NVIDIA Tegra LIC 215sunxiintc* at fdt? pass 1 # Allwinner INTC 216sunxinmi* at fdt? pass 2 # Allwinner NMI / R_INTC 217 218# Level 2 Cache Controller 219l2cc* at fdt? pass 2 # ARM Cortex A9 L2 Cache Controller 220arml2cc* at l2cc? 221 222# Memory controller 223tegramc* at fdt? pass 4 # NVIDIA Tegra MC 224tigpmc* at fdt? pass 4 # TI OMAP2 GPMC 225 226# Firmware devices 227bcmmbox* at fdt? # Broadcom VideoCore IV mailbox 228qemufwcfg* at fdt? # QEMU Firmware Configuration device 229vcmbox* at bcmmbox? 230 231# DMA controller 232bcmdmac* at fdt? # Broadcom BCM283x DMA controller 233sun4idma* at fdt? pass 4 # Allwinner DMA controller (sun4i) 234sun6idma* at fdt? pass 4 # Allwinner DMA controller (sun6i) 235tegraapbdma* at fdt? pass 4 # NVIDIA Tegra APB DMA 236tiedma* at fdt? pass 4 # TI EDMA3 (TPCC) 237titptc* at fdt? pass 3 # TI EDMA3 (TPTC) 238 239# FUSE controller 240tegrafuse* at fdt? pass 4 # NVIDIA Tegra FUSE 241 242# Power management controller 243imxgpc* at fdt? pass 2 244tegrapmc* at fdt? pass 4 # NVIDIA Tegra PMC 245 246# Performance monitors 247armpmu* at fdt? 248pseudo-device tprof 249 250# Clock and Reset controller 251bcmcprman* at fdt? pass 1 # Broadcom BCM283x Clock Manager 252bcmaux* at fdt? pass 1 # Broadcom BCM283x Aux Periph Clocks 253 254# GPIO controller 255bcmgpio* at fdt? # Broadcom BCM283x GPIO 256exyopctl* at fdt? pass 2 # Samsung Exynos GPIO 257imxgpio* at fdt? pass 3 # i.MX GPIO 258mesonpinctrl* at fdt? pass 2 # Amlogic Meson GPIO 259plgpio* at fdt? # ARM PrimeCell GPIO 260sunxigpio* at fdt? pass 3 # Allwinner GPIO 261tegragpio* at fdt? pass 2 # NVIDIA Tegra GPIO 262tigpio* at fdt? pass 2 # TI GPIO 263gpio* at gpiobus? 264 265# IOMUX / MPIO / Pinmux 266pinctrl* at fdt? pass 2 # Generic pinctrl driver 267imxiomux* at fdt? pass 2 # i.MX IOMUX 268tegrapinmux* at fdt? # NVIDIA Tegra MPIO 269 270# PWM controller 271expwm* at fdt? pass 4 # PWM 272imxpwm* at fdt? # i.MX PWM 273sunxipwm* at fdt? pass 3 # Allwinner PWM 274 275# Backlight 276pwmbacklight* at fdt? # PWM Backlight controls 277 278# Fan 279pwmfan* at fdt? # PWM Fan controls 280 281# XUSB PADCTL 282tegra124xpad* at fdt? # NVIDIA Tegra XUSB PADCTL (T124) 283tegra210xpad* at fdt? # NVIDIA Tegra XUSB PADCTL (T210) 284tegra210xphy* at tegra210xpad? 285 286# PCIE 287imxpcie* at fdt? # i.MX PCIE 288pcihost* at fdt? # Generic PCI host controller 289tegrapcie0 at fdt? # NVIDIA Tegra PCIE 290pci* at pcibus? 291ppb* at pci? dev ? function ? 292pci* at ppb? 293 294# Ethernet 295awge* at fdt? # Allwinner Gigabit Ethernet (GMAC) 296cemac* at fdt? # Cadence EMAC/GEM ethernet controller 297cpsw* at fdt? # TI CPSW 3-port Ethernet Switch 298emac* at fdt? # Allwinner Fast/Gigabit Ethernet (EMAC) 299enet* at fdt? # i.MX FEC 300smsh* at fdt? # SMSC LAN9118 301 302# PCI Ethernet 303re* at pci? dev ? function ? # Realtek RTL8111GS 304 305# MII/PHY support 306atphy* at mii? phy ? # Attansic/Atheros PHYs 307exphy* at mii? phy ? # 3Com internal PHYs 308gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs 309glxtphy* at mii? phy ? # Level One LXT-1000 PHYs 310gphyter* at mii? phy ? # NS83861 Gig-E PHY 311icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 312igphy* at mii? phy ? # Intel IGP01E1000 313ihphy* at mii? phy ? # Intel 82577 PHYs 314ikphy* at mii? phy ? # Intel 82563 PHYs 315inphy* at mii? phy ? # Intel 82555 PHYs 316iophy* at mii? phy ? # Intel 82553 PHYs 317lxtphy* at mii? phy ? # Level One LXT-970 PHYs 318makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 319nsphy* at mii? phy ? # NS83840 PHYs 320nsphyter* at mii? phy ? # NS83843 PHYs 321pnaphy* at mii? phy ? # generic HomePNA PHYs 322qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 323rdcphy* at mii? phy ? # RDC R6040 10/100 PHY 324rgephy* at mii? phy ? # Realtek 8169S/8110S internal PHYs 325rlphy* at mii? phy ? # Realtek 8139/8201L PHYs 326smscphy* at mii? phy ? # SMSC LAN87xx PHYs 327sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 328tlphy* at mii? phy ? # ThunderLAN PHYs 329tqphy* at mii? phy ? # TDK Semiconductor PHYs 330urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs 331ukphy* at mii? phy ? # generic unknown PHYs 332 333# Mini-PCIe Wireless 334#options ATHHAL_AR5212,ATHHAL_RF2425 # AR5BHB63 335#ath* at pci? dev ? function ? # Atheros IEEE 802.11 336#athn* at pci? dev ? function ? # Atheros IEEE 802.11 337 338# UART 339com* at fdt? pass 4 # UART 340exuart* at fdt? pass 4 # SSCOM UART 341imxuart* at fdt? pass 4 # i.MX UART 342options IMXUARTCONSOLE 343mesonuart* at fdt? pass 4 # Amlogic Meson UART 344plcom* at fdt? pass 4 # ARM PL011 UART 345zynquart* at fdt? pass 4 # Cadence UART 346 347# I2C controllers 348options I2C_MAX_ADDR=0xfff 349bsciic* at fdt? # Broadcom BCM283x Serial Control 350exyoi2c* at fdt? # Samsung Exynos I2C 351imxi2c* at fdt? pass 4 # i.MX I2C 352sunxirsb* at fdt? pass 4 # Allwinner RSB 353sunxitwi* at fdt? # Allwinner TWI 354tegrai2c* at fdt? pass 4 # NVIDIA Tegra I2C 355tiiic* at fdt? pass 4 # TI OMAP I2C 356iicmux* at fdt? pass 5 # I2C mux virtual controllers 357iic* at i2cbus? 358 359# I2C devices 360ac100ic* at iic? # AC100 integrated audio codec and RTC 361as3722pmic* at iic? 362as3722reg* at as3722pmic? 363axp20x* at iic? # AXP209 Power Management IC 364axp20xreg* at axp20x? 365axp22x* at iic? # AXP221 Power Management IC 366axppmic* at iic? # X-Powers AXP Power Management IC 367axpreg* at axppmic? 368dsrtc* at iic? # Dallas Semiconductor RTCs 369em3027rtc* at iic? 370max77620pmic* at iic? 371pcaiicmux* at iic? # PCA954x / PCA984x I2C switch / mux 372pcf8563rtc* at iic? # PCF8563 RTC 373seeprom* at iic? # AT24Cxx Serial EEPROM 374sy8106a* at iic? # Silergy SY81061 regulator 375tcakp* at iic? # TI TCA8418 Keypad Scan IC 376tcagpio* at iic? 377tdahdmi* at iic? # NXP TDA19988 HDMI encoder 378titemp* at iic? 379tps65217pmic* at iic? # TI TPS65217 Power Management IC 380tps65217reg* at tps65217pmic? 381twl* at iic? # TI TWL4030 Power Management IC 382wskbd* at tcakp? console ? 383 384# CAN bus 385options CAN # Controller Area Network protocol 386pseudo-device canloop # CAN loopback interface 387sunxican* at fdt? # A10/A20 CAN controller 388 389# SPI 390imxspi* at fdt? # i.MX SPI 391sun4ispi* at fdt? 392sun6ispi* at fdt? 393spi* at spibus? 394spi* at imxspi? 395 396# SPI NOR-Flash 397spiflash* at spiflashbus? 398m25p* at spi? slave ? 399 400# Random number generators 401bcmrng* at fdt? # Broadcom BCM283x RNG 402mesonrng* at fdt? # Amlogic Meson RNG 403tirng* at fdt? # TI RNG 404sun8icrypto* at fdt? # Allwinner Crypto Engine 405 406# Security ID EFUSE 407sunxisid* at fdt? pass 4 # SID 408 409# Low res ADC 410sunxilradc* at fdt? 411 412# RTC 413#exyortc* at fdt? # RTC 414mesonrtc* at fdt? # Amlogic Meson RTC 415plrtc* at fdt? # ARM PrimeCell RTC 416sunxirtc* at fdt? # Allwinner RTC 417tegrartc* at fdt? # NVIDIA Tegra RTC 418 419# Thermal sensor 420sunxithermal* at fdt? # Thermal sensor controller 421 422# BCM2835 VCHIQ, etc 423vchiq0 at fdt? 424vcaudio0 at vchiq0 425 426# Audio 427a64acodec* at fdt? # Allwinner A64 audio codec (analog part) 428aaci* at fdt? # ARM PrimeCell AACI 429ausoc* at fdt? # Simple SoC audio card 430h3codec* at fdt? # Allwinner H3 audio codec (analog part) 431v3scodec* at fdt? # Allwinner V3s audio codec (analog part) 432hdaudio* at fdt? # Intel HDA 433hdafg* at hdaudiobus? 434options HDAUDIOVERBOSE 435options HDAUDIO_ENABLE_HDMI 436options HDAUDIO_ENABLE_DISPLAYPORT 437sun8icodec* at fdt? # Audio codec (sun8i) 438sunxicodec* at fdt? # Allwinner audio codec 439sunxii2s* at fdt? # I2S/PCM 440audio* at audiobus? 441spkr* at audio? 442 443# SDMMC 444bcmsdhost* at fdt? # Broadcom BCM283x SD Host Interface 445dwcmmc* at fdt? # DesignWare SDMMC 446mesonsdio* at fdt? # Amlogic Meson SDIO controller 447mesonsdhc* at fdt? # Amlogic Meson SDHC controller 448mmcpwrseq* at fdt? # Simple MMC power sequence provider 449plmmc* at fdt? # ARM PrimeCell MCI 450sdhc* at fdt? # SD Host Controller Interface 451sunximmc* at fdt? # Allwinner SD/MMC 452sdmmc* at sdmmcbus? 453ld0 at sdmmc0 454ld1 at sdmmc1 455ld2 at sdmmc2 456ld3 at sdmmc3 457ld* at sdmmc? 458bwfm* at sdmmc? # Broadcom BCM43xxx WiFi Interface 459 460# NAND Flash 461sunxinand* at fdt? # Allwinner NAND flash controller 462omapnand* at fdt? # TI OMAP2 flash controller 463nand* at nandbus? 464flash* at nand? dynamic 1 465 466# SATA 467ahcisata* at fdt? # AHCI SATA 468ahcisata* at pci? dev ? function ? 469atabus* at ata? 470atabus* at ahcisata? channel ? 471atapibus* at atapi? 472wd* at atabus? drive ? 473 474# ATAPI devices 475# flags have the same meaning as for IDE drives. 476cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 477sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 478st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives 479uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 480 481# NVMe 482nvme* at pci? dev ? function ? 483ld* at nvme? nsid ? 484 485# SPI controllers 486bcmspi* at fdt? # Broadcom BCM283x SPI 487spi* at spibus? 488 489# HDMI CEC 490tegracec0 at fdt? # NVIDIA Tegra HDMI CEC 491hdmicec* at hdmicecbus? 492 493# Display 494#tegradrm* at fdt? # NVIDIA Tegra Display 495#tegrafb* at tegrafbbus? 496dwhdmi* at fdt? # Designware HDMI TX 497genfb* at fdt? # Simple Framebuffer 498mesonfb* at fdt? # Amlogic Meson Framebuffer 499omapfb* at fdt? # TI OMAP3 Framebuffer 500wsdisplay* at wsemuldisplaydev? 501sunxidebe* at fdt? pass 4 # Display Backend 502genfb* at sunxidebe? 503sunxitcon* at fdt? pass 4 # LCD LVDS/RGB controller 504sunxihdmi* at fdt? pass 4 # HDMI controller 505connector* at fdt? pass 4 506panel* at fdt? pass 4 507#sunxidep must be after display pipeline elements but before genfb@fdt 508sunxidep* at fdt? pass 5 # Display Engine Pipeline 509tilcdc* at fdt? # TI OMAP4 LCDC 510tifb* at tilcdc? 511 512options VCONS_DRAW_INTR 513options WSEMUL_VT100 514options WS_DEFAULT_FG=WSCOL_WHITE 515options WS_DEFAULT_BG=WSCOL_BLACK 516options WS_KERNEL_FG=WSCOL_GREEN 517options WS_KERNEL_BG=WSCOL_BLACK 518options WSDISPLAY_COMPAT_PCVT 519options WSDISPLAY_COMPAT_SYSCONS 520options WSDISPLAY_COMPAT_USL 521options WSDISPLAY_COMPAT_RAWKBD 522options WSDISPLAY_DEFAULTSCREENS=4 523options WSDISPLAY_MULTICONS 524options WSDISPLAY_SCROLLSUPPORT 525pseudo-device wsmux 526pseudo-device wsfont 527options FONT_BOLD8x16 528options FONT_BOLD16x32 529 530# GPU 531#nouveau* at fdt? # NVIDIA GPU 532 533# PS/2 keyboard and mouse support 534plkmi* at fdt? 535pckbd* at pckbport? 536wskbd* at pckbd? console ? 537pms* at pckbport? 538wsmouse* at pms? mux 0 539 540# Touch Screen controller 541sunxits* at fdt? # Touch Screen controller 542wsmouse* at sunxits? mux 0 543 544# Thermal throttling controller 545tegrasoctherm* at fdt? # NVIDIA Tegra SOC_THERM 546 547# USB 548exusbphy* at fdt? pass 9 # Samsung Exynos USB2 PHY 549exusbdrdphy* at fdt? pass 9 # Samsung Exynos USB3 DRD PHY 550imxusbphy* at fdt? pass 9 # i.MX USB PHY 551mesonusbphy* at fdt? pass 9 # Amlogic Meson USB2 PHY 552sun9iusbphy* at fdt? pass 9 # Allwinner A80 USB PHY 553sunxiusbphy* at fdt? pass 9 # Allwinner USB PHY 554sunxiusb3phy* at fdt? pass 9 # Allwinner USB3 PHY 555tegrausbphy* at fdt? # NVIDIA Tegra USB PHY 556usbnopphy* at fdt? pass 9 # Generic USB PHY 557 558imxusbc* at fdt? 559tiotg* at fdt? # TI dual port OTG 560tiusb* at fdt? pass 9 # TI HS USB host 561tiusbtll* at fdt? pass 8 # TI HS USB host TLL 562 563dwctwo* at fdt? # Designware USB DRD 564ehci* at fdt? # EHCI 565ehci* at imxusbc? 566motg* at fdt? # Mentor Graphics USB OTG 567ohci* at fdt? # OHCI 568xhci* at fdt? # XHCI 569usb* at usbus? 570 571# Virtio devices 572virtio* at fdt? # Virtio MMIO device 573virtio* at pci? dev ? function ? # Virtio PCI device 574# the balloon driver cannot work on machines with non-4k pages 575#viomb* at virtio? # Virtio memory balloon device 576ld* at virtio? # Virtio disk device 577vioif* at virtio? # Virtio network device 578viornd* at virtio? # Virtio entropy device 579vioscsi* at virtio? # Virtio SCSI device 580 581# SCSI 582scsibus* at scsi? 583sd* at scsibus? target ? lun ? # SCSI disks 584st* at scsibus? target ? lun ? # SCSI tapes 585cd* at scsibus? target ? lun ? # SCSI CD-ROMs 586ch* at scsibus? target ? lun ? # SCSI changer devices 587ss* at scsibus? target ? lun ? # SCSI scanners 588ses* at scsibus? target ? lun ? # SCSI SES/SAF-TE devices 589uk* at scsibus? target ? lun ? # unknown SCSI 590 591# SPI NOR flash support 592m25p* at spi? 593spiflash* at spiflashbus? 594 595include "dev/usb/usbdevices.config" 596midi* at midibus? 597pseudo-device sequencer # MIDI sequencer 598 599# Bluetooth USB Controllers 600ubt* at uhub? port ? 601 602# Bluetooth Device Hub 603bthub* at bcsp? 604bthub* at btuart? 605bthub* at bthfive? 606bthub* at ubt? 607 608include "dev/bluetooth/bluetoothdevices.config" 609 610cinclude "arch/evbarm/conf/GENERIC.local" 611