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