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