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