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