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