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