GENERIC64 revision 1.221 1 #
2 # $NetBSD: GENERIC64,v 1.221 2024/12/09 22:17:31 jmcneill Exp $
3 #
4 # GENERIC ARM (aarch64) kernel
5 #
6
7 include "arch/evbarm/conf/std.generic64"
8 include "arch/evbarm/conf/files.generic64"
9 include "arch/evbarm/conf/GENERIC.common"
10
11 maxusers 64
12
13 options CPU_CORTEX
14 options CPU_THUNDERX
15 options SOC_APPLE
16 options SOC_BCM2837
17 options SOC_MESONG12
18 options SOC_MESONGXBB
19 options SOC_MESONGXL
20 options SOC_RK3328
21 options SOC_RK3399
22 options SOC_RK3588
23 options SOC_SUN50I_A64
24 options SOC_SUN50I_H5
25 options SOC_SUN50I_H6
26 options SOC_TEGRA210
27 options MULTIPROCESSOR
28
29 pseudo-device openfirm # /dev/openfirm
30
31 #options DIAGNOSTIC # internal consistency checks
32 #options DEBUG
33 #options LOCKDEBUG
34 #options VERBOSE_INIT_ARM # verbose bootstrapping messages
35 options INCLUDE_CONFIG_FILE
36 #options UVMHIST # kernhist for uvm/pmap subsystems
37 #options UVMHIST_PRINT,KERNHIST_DELAY=0
38 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
39
40 # Heartbeat checks
41 options HEARTBEAT
42 options HEARTBEAT_MAX_PERIOD_DEFAULT=15
43
44 # EARLYCONS is required for early init messages from VERBOSE_INIT_ARM.
45 #options EARLYCONS=bcm2837, CONSADDR=0x3f215040
46 #options EARLYCONS=bcm2711, CONSADDR=0xfe215040
47 #options EARLYCONS=meson, CONSADDR=0xc81004c0
48 #options EARLYCONS=rk3328, CONSADDR=0xff130000
49 #options EARLYCONS=rk3399, CONSADDR=0xff1a0000
50 #options EARLYCONS=rk3588, CONSADDR=0xfeb50000
51 #options EARLYCONS=sunxi, CONSADDR=0x01c28000
52 #options EARLYCONS=tegra, CONSADDR=0x70006000
53 #options EARLYCONS=thunderx, CONSADDR=0x87e024000000
54
55 # The QEMU virt machine
56 #options EARLYCONS=plcom, CONSADDR=0x09000000
57 # Ampere Altra/Altra Max
58 #options EARLYCONS=plcom, CONSADDR=0x100002600000
59
60 # Hardware management of the Access flag and dirty state (HAFDBS).
61 options ARMV81_HAFDBS
62
63 # Privileged Access Never (PAN).
64 options ARMV81_PAN
65
66 # Pointer Authentication (PAC).
67 #makeoptions ARMV83_PAC=1
68 #options ARMV83_PAC
69
70 # Branch Target Identification (BTI).
71 #makeoptions ARMV85_BTI=1
72 #options ARMV85_BTI
73
74 # Kernel Undefined Behavior Sanitizer (kUBSan). Use UBSAN_ALWAYS_FATAL
75 # if you want panics instead of warnings.
76 #options KUBSAN # mandatory
77 #options UBSAN_ALWAYS_FATAL # optional
78
79 # Kernel Address Sanitizer (kASan). The quarantine is optional and can
80 # help KASAN find more use-after-frees. Use KASAN_PANIC if you want panics
81 # instead of warnings.
82 #makeoptions KASAN=1 # mandatory
83 #options KASAN # mandatory
84 #options POOL_QUARANTINE # optional
85 #options KASAN_PANIC # optional
86
87 # These options enable verbose messages for several subsystems.
88 # Warning, these may compile large string tables into the kernel!
89 #options ACPIVERBOSE # verbose ACPI configuration messages
90 #options MIIVERBOSE # verbose PHY autoconfig messages
91 #options PCIVERBOSE # verbose PCI device autoconfig messages
92 #options PCMCIAVERBOSE # verbose PCMCIA configuration messages
93 #options SCSIVERBOSE # human readable SCSI error messages
94 #options USBVERBOSE # verbose USB device autoconfig messages
95
96 makeoptions DEBUG="-g" # compile full symbol table
97 makeoptions COPY_SYMTAB=1
98
99 config netbsd root on ? type ?
100
101 #options COMPAT_NETBSD32 # already defined in GENERIC.common (there
102 options EXEC_ELF32 # for a.out, but here we need it for elf32)
103
104 #options COMPAT_LINUX # binary compatibility with Linux
105 #options COMPAT_LINUX32 # binary compatibility with Linux 32-bit
106 #options COMPAT_50 # COMPAT_LINUX depends on
107 #options COMPAT_OSSAUDIO # binary compatibility with Linux
108
109 # EFI runtime support
110 options EFI_RUNTIME
111 pseudo-device efi # /dev/efi
112
113 # Device tree support
114 armfdt0 at root
115 simplebus* at fdt? pass 0
116
117 # ACPI support
118 acpifdt* at fdt? pass 1
119 acpi* at acpifdt?
120 acpiacad* at acpi?
121 acpibat* at acpi?
122 acpibut* at acpi?
123 acpicppc* at acpi?
124 acpipcd* at acpi?
125 acpipcc* at acpi?
126 acpifan* at acpi?
127 acpiged* at acpi?
128 acpilid* at acpi?
129 acpitz* at acpi?
130 acpivmgenid* at acpi?
131
132 # CPUs
133 cpus* at fdt? pass 0
134 cpu* at fdt? pass 0
135 cpu* at acpi?
136
137 vmt0 at cpu0 # VMware Tools
138
139 # Performance monitors
140 armpmu* at fdt?
141 pseudo-device tprof
142
143 # CPU frequency scaling
144 cpufreqdt* at cpu?
145
146 # Power State Coordination Interface (PSCI)
147 psci* at fdt? pass 0
148
149 fclock* at fdt? pass 1
150 ffclock* at fdt? pass 1
151 fregulator* at fdt? pass 4
152 gregulator* at fdt? pass 4
153 pregulator* at fdt? pass 4
154 gpiokeys* at fdt?
155 wskbd* at gpiokeys? console ? mux 1
156 gpioleds* at fdt?
157
158 # System Controller
159 syscon* at fdt? pass 1 # Generic System Controller
160 sunxisramc* at fdt? pass 1 # Allwinner System Control
161
162 # Timer
163 gtmr* at fdt? pass 2 # ARM Generic Timer
164 gtmr* at acpi?
165 armgtmr0 at gtmr?
166 tegratimer* at fdt? # Timers
167
168 # Watchdog
169 applewdog* at fdt? # Apple watchdog
170 bcmpmwdog* at fdt? # Broadcom BCM283x watchdog
171 dwcwdt* at fdt? # DesignWare watchdog
172 dwcwdt* at acpi?
173 mesongxwdt* at fdt? # Amlogic Meson GX watchdog
174 sbsawdt* at acpi? # ARM SBSA-compliant watchdog
175 sunxiwdt* at fdt? # Allwinner watchdog
176
177 # Interrupt controller
178 appleintc* at fdt? pass 1 # Apple AIC
179 bcmicu* at fdt? pass 1 # Broadcom BCM283x ICU
180 tegralic* at fdt? pass 1 # NVIDIA Tegra LIC
181 gic* at fdt? pass 1 # ARM GICv2
182 gic* at acpi?
183 armgic0 at gic?
184 gicvthree* at fdt? pass 1 # ARM GICv3
185 gicvthree* at acpi?
186 imx7gpc* at fdt? pass 2 # IMX GPCv2
187 sunxinmi* at fdt? pass 2 # Allwinner NMI / R_INTC
188
189 # IOMMU
190 appledart* at fdt? pass 3 # Apple DART
191
192 # Memory controller
193 tegramc* at fdt? pass 4 # NVIDIA Tegra MC
194
195 # Firmware devices
196 applesmc* at fdt? pass 3 # Apple RTKIT based SMC
197 bcmmbox* at fdt? # Broadcom VideoCore IV mailbox
198 bcmmbox* at acpi?
199 vcmbox* at bcmmbox?
200 qemufwcfg* at fdt? # QEMU Firmware Configuration device
201 qemufwcfg* at acpi?
202
203 # DMA controller
204 bcmdmac* at fdt? # Broadcom BCM283x DMA controller
205 sun6idma* at fdt? pass 4 # Allwinner DMA controller (sun6i)
206 tegraapbdma* at fdt? pass 4 # NVIDIA Tegra APB DMA
207
208 # FUSE controller
209 sunxisid* at fdt? pass 4 # Allwinner SID
210 tegrafuse* at fdt? pass 4 # NVIDIA Tegra FUSE
211
212 # Power management controller
213 tegrapmc* at fdt? pass 4 # NVIDIA Tegra PMC
214
215 # Mailbox controller
216 applembox* at fdt? pass 2 # Apple Mailbox
217
218 # Clock and Reset controller
219 bcmcprman* at fdt? pass 1 # Broadcom BCM283x Clock Manager
220 bcmaux* at fdt? pass 1 # Broadcom BCM283x Aux Periph Clocks
221 g12aoclkc* at fdt? pass 2 # Amlogic Meson G12 AO clock controller
222 g12clkc* at fdt? pass 2 # Amlogic Meson G12 EE clock controller
223 gxbbaoclkc* at fdt? pass 2 # Amlogic Meson GXBB AO clock controller
224 gxbbclkc* at fdt? pass 2 # Amlogic Meson GXBB/GXL EE clock controller
225 imx8mqccm* at fdt? pass 2 # NXP iMX8MQ CCM
226 mesonresets* at fdt? pass 2 # Amlogic Meson misc. clock resets
227 rkcru* at fdt? pass 2 # Rockchip RK3328 CRU
228 sun8ih3ccu* at fdt? pass 2 # Allwinner H3/H5 CCU
229 sun8ih3rccu* at fdt? pass 2 # Allwinner H3/H5 CCU (PRCM)
230 sun50ia64ccu* at fdt? pass 2 # Allwinner A64 CCU
231 sun50ia64rccu* at fdt? pass 2 # Allwinner A64 CCU (PRCM)
232 sun50ih6ccu* at fdt? pass 2 # Allwinner H6 CCU
233 sun50ih6rccu* at fdt? pass 2 # Allwinner H6 CCU (PRCM)
234 sunxide2ccu* at fdt? pass 3 # Allwinner DE2 clock controller
235 sunxiresets* at fdt? pass 1 # Allwinner misc. resets
236 sunxigates* at fdt? pass 1 # Allwinner misc. gates
237 sunxigmacclk* at fdt? pass 2 # Allwinner GMAC MII/RGMII clock mux
238 tegra210car* at fdt? pass 3 # NVIDIA Tegra CAR (T210)
239
240 # GPIO controller
241 applepinctrl* at fdt? # Apple GPIO
242 bcmgpio* at fdt? pass 3 # Broadcom BCM283x GPIO
243 imxgpio* at fdt? pass 3 # IMX GPIO
244 mesonpinctrl* at fdt? pass 2 # Amlogic Meson GPIO
245 plgpio* at fdt? # ARM PrimeCell PL061 GPIO
246 plgpio* at acpi?
247 qcomgpio* at acpi? # Qualcomm GPIO
248 rkgpio* at rkiomux? # Rockchip GPIO
249 sunxigpio* at fdt? pass 3 # Allwinner GPIO
250 tegragpio* at fdt? pass 2 # NVIDIA Tegra GPIO
251 gpio* at gpiobus?
252
253 # PWM controller
254 mesonpwm* at fdt? pass 3 # Amlogic PWM
255 rkpwm* at fdt? pass 3 # Rockchip PWM
256 sunxipwm* at fdt? pass 3 # Allwinner PWM
257
258 # MPIO / Pinmux
259 imxiomux* at fdt? pass 2 # IMX IOMUX
260 rkiomux* at fdt? pass 3 # Rockchip IOMUX
261 tegrapinmux* at fdt? # NVIDIA Tegra MPIO
262
263 # XUSB PADCTL
264 tegra210xpad* at fdt? # NVIDIA Tegra XUSB PADCTL (T210)
265 tegra210xphy* at tegra210xpad?
266
267 # PCIE
268 applepcie* at fdt? # Apple PCIe
269 pcihost* at fdt? # Generic PCI host controller
270 acpipchb* at acpi? # ACPI PCIe host bridge
271 rkpcie* at fdt? # Rockchip AXI PCIE
272 rkpciephy* at fdt? pass 9 # Rockchip AXI PCIE PHY
273 tegrapcie0 at fdt? # NVIDIA Tegra PCIE
274 pci* at pcibus?
275 ppb* at pci? dev ? function ?
276 pci* at ppb?
277
278 # Ethernet
279 awge* at fdt? # DesignWare Gigabit Ethernet
280 emac* at fdt? # Allwinner Gigabit Ethernet (EMAC)
281 enet* at fdt? # IMX FEC
282 eqos* at acpi? # DesignWare Ethernet QoS
283 eqos* at fdt?
284 genet* at acpi? # Broadcom GENET v5
285 genet* at fdt?
286 #scx* at acpi? # Socionext Gigabit Ethernet
287 #scx* at fdt?
288 aq* at pci? dev ? function ? # Aquantia AQC 10 gigabit
289 bge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet
290 ena* at pci? dev ? function ? # Amazon.com Elastic Network Adapter
291 igc* at pci? dev ? function ? # Intel 22x 2.5 gigabit
292 ixg* at pci? dev ? function ? # Intel 8259x 10 gigabit
293 ixl* at pci? dev ? function ? # Intel Ethernet 700 series
294 ixv* at pci? dev ? function ? # Intel 8259x 10G virtual function
295 mcx* at pci? dev ? function ? # Mellanox 5th generation Ethernet
296 mskc* at pci? dev ? function ? # Marvell Yukon 2 Gigabit Ethernet
297 msk* at mskc?
298 re* at pci? dev ? function ? # Realtek RTL8111GS
299 rge* at pci? dev ? function ? # Realtek 8125
300 vmx* at pci? dev ? function ? # VMware VMXNET3
301 wm* at pci? dev ? function ? # Intel Gigabit Ethernet
302
303 # MII/PHY support
304 atphy* at mii? phy ? # Attansic/Atheros PHYs
305 brgphy* at mii? phy ? # Broadcom BCM5400-family 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 gxlphy* at mii? phy ? # Amlogic Meson GX internal 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 mcommphy* at mii? phy ? # Motorcomm YT8511C/YT8511H PHYs
320 nsphy* at mii? phy ? # NS83840 PHYs
321 nsphyter* at mii? phy ? # NS83843 PHYs
322 pnaphy* at mii? phy ? # generic HomePNA 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 com* at acpi?
341 exuart* at fdt? pass 4 # SSCOM UART
342 imxuart* at fdt? pass 4 # IMX UART
343 options IMXUARTCONSOLE
344 mesonuart* at fdt? pass 4 # Amlogic Meson UART
345 plcom* at fdt? pass 4 # ARM PL011 UART
346 plcom* at acpi?
347 puc* at pci? dev ? function ? # PCI "universal" comm. cards
348 com* at puc? port ?
349
350 # I2C controllers
351 options I2C_MAX_ADDR=0xfff
352 appleiic* at fdt? # Apple I2C
353 bsciic* at fdt? # Broadcom BCM283x Serial Control
354 bsciic* at acpi?
355 dwiic* at fdt? # Designware I2C
356 dwiic* at acpi?
357 imxi2c* at fdt? pass 4 # IMX I2C
358 nxpiic* at acpi? # NXP Layerscape I2C
359 qcomiic* at acpi? # Qualcomm I2C
360 rkiic* at fdt? pass 4 # Rockchip I2C
361 sunxirsb* at fdt? pass 4 # Allwinner RSB
362 sunxitwi* at fdt? # Allwinner TWI
363 tegrai2c* at fdt? pass 4 # NVIDIA Tegra I2C
364 #sniiic* at fdt? # Socionext SC2A11 I2C
365 #sniiic* at acpi?
366 iicmux* at fdt? pass 5 # I2C mux virtual controllers
367 iic* at i2cbus?
368
369 # I2C devices
370 titemp* at iic?
371 seeprom* at iic?
372 spdmem* at iic? # memory module SPD EEPROM decoder
373 as3722pmic* at iic?
374 as3722reg* at as3722pmic?
375 axppmic* at iic? # X-Powers AXP Power Management IC
376 axpreg* at axppmic?
377 cwfg* at iic? # CellWise CW2015 Fuel Gauge IC
378 dsrtc* at iic? # Dallas Semiconductor RTCs
379 es8316ac* at iic? # Everest Semi ES8316 Audio CODEC
380 fan53555reg* at iic? # FAN53555 / SY82x regulator
381 max77620pmic* at iic?
382 pcaiicmux* at iic? # PCA954x / PCA984x I2C switch / mux
383 pcf8563rtc* at iic? # PCF8563 RTC
384 rkpmic* at iic? # Rockchip Power Management IC
385 rkreg* at rkpmic?
386 tcagpio* at iic?
387
388 # I2C HID devices
389 ihidev* at iic?
390 ims* at ihidev? reportid ?
391 wsmouse* at ims? mux 0
392 ikbd* at ihidev? reportid ?
393 wskbd* at ikbd? mux 1
394
395 # Power Domain controllers
396 applepmgr* at fdt? pass 0
397
398 # Random number generators and security devices
399 amdccp* at fdt? # AMD Cryptograhic Coprocessor RNG
400 amdccp* at acpi?
401 bcmrng* at fdt? # Broadcom BCM283x RNG
402 mesonrng* at fdt? # Amlogic Meson RNG
403 rkv1crypto* at fdt? # Rockchip Crypto v1
404 sun8icrypto* at fdt? # Allwinner Crypto Engine
405 tpm* at acpi? # Trusted Platform Module
406
407 # RTC
408 plrtc* at fdt? # ARM PrimeCell RTC
409 sunxirtc* at fdt? pass 4 # Allwinner RTC
410 tegrartc* at fdt? # NVIDIA Tegra RTC
411
412 # SDMMC
413 bcmsdhost* at fdt? # Broadcom BCM283x SD Host Interface
414 dwcmmc* at acpi? # DesignWare SD/MMC
415 dwcmmc* at fdt?
416 mesongxmmc* at fdt? # Amlogic Meson GX eMMC/SD/SDIO controller
417 mmcpwrseq* at fdt? pass 5 # Simple MMC power sequence provider
418 rkemmcphy* at fdt? # Rockchip eMMC PHY
419 sdhc* at fdt? # SD Host Controller Interface
420 sdhc* at acpi?
421 sunximmc* at fdt? # Allwinner SD/MMC
422 #sniemmc* at fdt? # Socionext SC2A11 eMMC
423 #sniemmc* at acpi?
424 sdmmc* at sdmmcbus?
425 ld0 at sdmmc0
426 ld1 at sdmmc1
427 ld2 at sdmmc2
428 ld3 at sdmmc3
429 ld* at sdmmc?
430 bwfm* at sdmmc? # Broadcom BCM43xxx WiFi Interface
431
432 # SATA
433 ahcisata* at fdt? # AHCI SATA
434 ahcisata* at acpi?
435 ahcisata* at pci? dev ? function ?
436 siisata* at pci? dev ? function ?
437 atabus* at ata?
438 atapibus* at atapi?
439 wd* at atabus? drive ?
440 cd* at atapibus? drive ?
441
442 # NVMe
443 nvme* at fdt? # Apple M1
444 nvme* at pci? dev ? function ?
445 ld* at nvme? nsid ?
446
447 # SPI controllers
448 bcmspi* at fdt? # Broadcom BCM283x SPI
449 rkspi* at fdt? # Rockchip SPI
450 sun6ispi* at fdt? # Allwinner SPI
451 spi* at spibus?
452 m25p* at spi?
453 spiflash* at spiflashbus?
454
455 # Broadcom VCHIQ, etc
456 vchiq* at fdt?
457 vchiq* at acpi?
458 vcaudio0 at vchiq?
459
460 # Audio support
461 hdaudio* at fdt? # Intel HDA
462 hdaudio* at pci? dev ? function ?
463 auich* at pci? dev ? function ? # Intel AC'97 Audio (QEMU)
464 eap* at pci? dev ? function ? # Ensoniq AudioPCI (QEMU)
465 hdafg* at hdaudiobus?
466 options HDAUDIOVERBOSE
467 ausoc* at fdt? # Simple SoC audio card
468 simpleamp* at fdt? # Simple amplifier
469 spdiftx* at fdt? # SPDIF transmitter
470 rki2s* at fdt? # Rockchip I2S/PCM
471 sunxicodec* at fdt? # Allwinner audio codec
472 sun8icodec* at fdt? # Allwinner audio codec (sun8i/sun50i)
473 h3codec* at fdt? # Allwinner H3 audio codec (analog part)
474 a64acodec* at fdt? # Allwinner A64 audio codec (analog part)
475 sunxii2s* at fdt? # Allwinner I2S/PCM
476 audio* at audiobus?
477
478 spkr* at audio? # PC speaker (synthesized)
479
480 # HDMI CEC
481 tegracec0 at fdt? # NVIDIA Tegra HDMI CEC
482 hdmicec* at hdmicecbus?
483
484 # Display
485 anxdp* at fdt? # Analogix-based (e)DP
486 anxedp* at iic? # Analogix eDP TX
487 dispcon* at fdt? # Display connector devices
488 panel* at fdt? # Display panels
489 dwhdmi* at fdt? # Designware HDMI TX
490 rkdrm* at fdt? pass 5 # Rockchip DRM master
491 rkfb* at rkdrm? # Rockchip DRM framebuffer
492 rkvop* at fdt? # Rockchip Visual Output Processor
493 sunxide2bus* at fdt? pass 4 # Allwinner DE2 bus
494 sunxidrm* at fdt? pass 5 # Allwinner Display Pipeline
495 sunxifb* at sunxidrm? # Allwinner DRM framebuffer
496 sunxihdmiphy* at fdt? pass 9 # Allwinner HDMI TX PHY
497 sunxilcdc* at fdt? # Allwinner DE2 timing controller
498 sunximixer* at fdt? # Allwinner DE2 mixer
499 #tegradrm* at fdt? # NVIDIA Tegra Display
500 #tegrafb* at tegrafbbus?
501 genfb* at fdt? # Simple Framebuffer
502 wsdisplay* at wsemuldisplaydev?
503 options VCONS_DRAW_INTR
504 options WSEMUL_VT100
505 options WSDISPLAY_CUSTOM_OUTPUT
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 #nouveau* at pci? dev ? function ?
525 #nouveaufb* at nouveaufbbus?
526 radeon* at pci? dev ? function ? # AMD Radeon
527 radeondrmkmsfb* at radeonfbbus?
528
529 # Backlight
530 pwmbacklight* at fdt? # PWM Backlight controls
531
532 # Fan
533 pwmfan* at fdt? # PWM Fan controls
534
535 # Thermal throttling controller
536 mesonthermal* at fdt? # Amlogic thermal sensor controller
537 sunxithermal* at fdt? # Allwinner thermal sensor controller
538 tegrasoctherm* at fdt? # NVIDIA Tegra SOC_THERM
539 rktsadc* at fdt? # RockChip TSASC
540
541 # USB
542 imx8mqusbphy* at fdt? pass 9 # IMX USB PHY
543 mesonusbctrl* at fdt? # Amlogic Meson USB-Glue (dwc2 and dwc3)
544 mesonusbphy* at fdt? pass 9 # Amlogic Meson USB2 PHY
545 mesong12u2phy* at fdt? pass 9 # Amlogic Meson G12 USB2 PHY
546 mesong12u3pphy* at fdt? pass 9 # Amlogic Meson G12 USB3/PCIe PHY
547 mesongxlu2phy* at fdt? pass 9 # Amlogic Meson GXL USB2 PHY
548 mesongxlu3phy* at fdt? pass 9 # Amlogic Meson GXL USB3 PHY
549 rkusb* at fdt? pass 9 # Rockchip USB PHY
550 rkusbphy* at rkusb?
551 sunxiusbphy* at fdt? pass 9 # Allwinner USB PHY
552 sunxiusb3phy* at fdt? pass 9 # Allwinner USB3 PHY
553 tegrausbphy* at fdt? # NVIDIA Tegra USB PHY
554 dwctwo* at fdt? # Designware USB DRD
555 ehci* at fdt? # EHCI
556 ehci* at pci? # EHCI
557 ehci* at acpi? # EHCI
558 motg* at fdt? # Mentor Graphics USB OTG
559 ohci* at fdt? # OHCI
560 ohci* at pci? # OHCI
561 ohci* at acpi? # OHCI
562 xhci* at fdt? # XHCI
563 xhci* at pci? # XHCI
564 xhci* at acpi? # XHCI
565 usb* at usbus?
566
567 include "dev/usb/usbdevices.config"
568 midi* at midibus?
569 pseudo-device sequencer # MIDI sequencer
570
571 # Virtio devices
572 virtio* at fdt? # Virtio MMIO device
573 virtio* at acpi?
574 virtio* at pci? dev ? function ?
575 #viomb* at virtio? # Virtio memory balloon device
576 ld* at virtio? # Virtio disk device
577 viocon* at virtio? # Virtio serial device
578 vioif* at virtio? # Virtio network device
579 viornd* at virtio? # Virtio entropy device
580 vioscsi* at virtio? # Virtio SCSI device
581
582 # SCSI controllers
583 mpt* at pci? dev ? function ?
584
585 # SCSI bus support
586 scsibus* at scsi?
587 sd* at scsibus? target ? lun ? # SCSI disk drives
588
589 # Pull in optional local configuration - always at end
590 cinclude "arch/evbarm/conf/GENERIC64.local"
591