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