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