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