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