GENERIC64 revision 1.121
1#
2#	$NetBSD: GENERIC64,v 1.121 2019/12/30 18:53:54 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
13#
14# FDT files supported by this kernel - add to DTSSUBDIR and DTS as
15# appropriate
16#
17makeoptions 	DTSARCH="arm aarch64"
18makeoptions	DTSGNUARCH="arm arm64"
19makeoptions	DTSSUBDIR="allwinner amlogic broadcom nvidia rockchip"
20makeoptions	DTS="
21	bcm2837-rpi-3-a-plus.dts
22	bcm2837-rpi-3-b.dts
23	bcm2837-rpi-3-b-plus.dts
24	bcm2837-rpi-cm3-io3.dts
25
26	meson-gxbb-nanopi-k2.dts
27	meson-gxbb-nexbox-a95x.dts
28	meson-gxbb-odroidc2.dts
29	meson-gxbb-p200.dts
30	meson-gxbb-p201.dts
31	meson-gxbb-vega-s95-meta.dts
32	meson-gxbb-vega-s95-pro.dts
33	meson-gxbb-vega-s95-telos.dts
34	meson-gxbb-wetek-hub.dts
35	meson-gxbb-wetek-play2.dts
36
37	meson-gxl-s805x-libretech-ac.dts
38	meson-gxl-s805x-p241.dts
39	meson-gxl-s905d-p230.dts
40	meson-gxl-s905d-p231.dts
41	meson-gxl-s905d-phicomm-n1.dts
42	meson-gxl-s905w-p281.dts
43	meson-gxl-s905w-tx3-mini.dts
44	meson-gxl-s905x-hwacom-amazetv.dts
45	meson-gxl-s905x-khadas-vim.dts
46	meson-gxl-s905x-libretech-cc.dts
47	meson-gxl-s905x-nexbox-a95x.dts
48	meson-gxl-s905x-p212.dts
49
50	rk3328-evb.dts
51	rk3328-roc-cc.dts
52	rk3328-rock64.dts
53
54	rk3399-evb.dts
55	rk3399-ficus.dts
56	rk3399-firefly.dts
57	rk3399-gru-bob.dts
58	rk3399-gru-kevin.dts
59	rk3399-gru-scarlet-inx.dts
60	rk3399-gru-scarlet-kd.dts
61	rk3399-nanopc-t4.dts
62	rk3399-nanopi-m4.dts
63	rk3399-puma-haikou.dts
64	rk3399-roc-pc.dts
65	rk3399-rock-pi-4.dts
66	rk3399-rock960.dts
67	rk3399-rockpro64.dts
68	rk3399-sapphire-excavator.dts
69	rk3399-sapphire.dts
70
71	sun50i-a64-amarula-relic.dts
72	sun50i-a64-bananapi-m64.dts
73	sun50i-a64-nanopi-a64.dts
74	sun50i-a64-olinuxino.dts
75	sun50i-a64-orangepi-win.dts
76	sun50i-a64-pine64-lts.dts
77	sun50i-a64-pine64-plus.dts
78	sun50i-a64-pine64.dts
79	sun50i-a64-pinebook.dts
80	sun50i-a64-sopine-baseboard.dts
81	sun50i-a64-teres-i.dts
82
83	sun50i-h5-bananapi-m2-plus-v1.2.dts
84	sun50i-h5-bananapi-m2-plus.dts
85	sun50i-h5-emlid-neutis-n5-devboard.dts
86	sun50i-h5-libretech-all-h3-cc.dts
87	sun50i-h5-nanopi-neo-plus2.dts
88	sun50i-h5-nanopi-neo2.dts
89	sun50i-h5-orangepi-pc2.dts
90	sun50i-h5-orangepi-prime.dts
91	sun50i-h5-orangepi-zero-plus.dts
92	sun50i-h5-orangepi-zero-plus2.dts
93
94	sun50i-h6-orangepi-lite2.dts
95	sun50i-h6-orangepi-one-plus.dts
96	sun50i-h6-pine-h64.dts
97
98	tegra210-p2371-0000.dts
99	tegra210-p2371-2180.dts
100	tegra210-p2571.dts
101	tegra210-p2894-0050-a08.dts
102	tegra210-smaug.dts
103"
104options 	CPU_CORTEXA53
105options 	CPU_CORTEXA57
106options 	CPU_THUNDERX
107options 	SOC_BCM2837
108options 	SOC_MESONGXBB
109options 	SOC_MESONGXL
110options 	SOC_RK3328
111options 	SOC_RK3399
112options 	SOC_SUN50I_A64
113options 	SOC_SUN50I_H5
114options 	SOC_SUN50I_H6
115options 	SOC_TEGRA210
116options 	SOC_VIRT
117options 	MULTIPROCESSOR
118
119pseudo-device 	openfirm	# /dev/openfirm
120
121#options 	DIAGNOSTIC	# internal consistency checks
122#options 	DEBUG
123#options 	LOCKDEBUG
124#options 	PMAP_DEBUG	# Enable pmap_debug_level code
125#options 	VERBOSE_INIT_ARM # verbose bootstrapping messages
126options 	INCLUDE_CONFIG_FILE
127#options 	UVMHIST
128#options 	UVMHIST_PRINT,KERNHIST_DELAY=0
129
130# EARLYCONS is required for early init messages from VERBOSE_INIT_ARM.
131#options 	EARLYCONS=bcm2837
132#options 	EARLYCONS=bcm2711
133#options 	EARLYCONS=meson, CONSADDR=0xc81004c0
134#options 	EARLYCONS=rk3328, CONSADDR=0xff130000
135#options 	EARLYCONS=rk3399, CONSADDR=0xff1a0000
136#options 	EARLYCONS=sunxi, CONSADDR=0x01c28000
137#options 	EARLYCONS=tegra, CONSADDR=0x70006000
138#options 	EARLYCONS=thunderx, CONSADDR=0x87e024000000
139#options 	EARLYCONS=virt
140
141# Kernel Address Sanitizer (kASan). The quarantine is optional and can
142# help KASAN find more use-after-frees. Use KASAN_PANIC if you want panics
143# instead of warnings.
144#makeoptions 	KASAN=1		# mandatory
145#options 	KASAN		# mandatory
146#options 	POOL_QUARANTINE	# optional
147#options 	KASAN_PANIC	# optional
148
149makeoptions	DEBUG="-g"	# compile full symbol table
150makeoptions	COPY_SYMTAB=1
151
152config		netbsd		root on ? type ?
153
154options 	COMPAT_NETBSD32
155options 	EXEC_ELF32
156
157# EFI runtime support
158options 	EFI_RUNTIME
159
160# Device tree support
161armfdt0		at root
162simplebus*	at fdt? pass 0
163
164# ACPI support
165acpifdt*	at fdt? pass 1
166acpi*		at acpifdt?
167acpibut*	at acpi?
168acpiged*	at acpi?
169acpilid*	at acpi?
170
171# CPUs
172cpus*		at fdt? pass 0
173cpu*		at fdt? pass 0
174cpu*		at acpi?
175
176# Performance monitors
177armpmu*		at fdt?
178pseudo-device	tprof
179
180# CPU frequency scaling
181cpufreqdt*	at cpu?
182
183# Power State Coordination Interface (PSCI)
184psci*		at fdt?
185
186fclock*		at fdt? pass 1
187ffclock*	at fdt? pass 1
188fregulator*	at fdt? pass 4
189gregulator*	at fdt? pass 4
190gpiokeys*	at fdt?
191wskbd*		at gpiokeys? console ? mux 1
192gpioleds*	at fdt?
193
194# System Controller
195syscon*		at fdt? pass 1		# Generic System Controller
196sunxisramc*	at fdt? pass 1		# Allwinner System Control
197
198# Timer
199gtmr*		at fdt? pass 1		# ARM Generic Timer
200gtmr*		at acpi?
201armgtmr0	at gtmr?
202tegratimer*	at fdt?			# Timers
203
204# Watchdog
205bcmpmwdog*	at fdt?			# Broadcom BCM283x watchdog
206dwcwdt* 	at fdt?			# DesignWare watchdog
207mesongxwdt*	at fdt?			# Amlogic Meson GX watchdog
208sbsawdt*	at acpi?		# ARM SBSA-compliant watchdog
209sunxiwdt*	at fdt?			# Allwinner watchdog
210
211# Interrupt controller
212bcmicu*		at fdt? pass 1		# Broadcom BCM283x ICU
213tegralic*	at fdt? pass 1		# NVIDIA Tegra LIC
214gic*		at fdt? pass 1		# ARM GICv2
215gic*		at acpi?
216armgic0		at gic?
217gicvthree*	at fdt? pass 1		# ARM GICv3
218gicvthree*	at acpi?
219sunxinmi*	at fdt? pass 2		# Allwinner NMI / R_INTC
220
221# Memory controller
222tegramc*	at fdt?	pass 4		# NVIDIA Tegra MC
223
224# Firmware devices
225bcmmbox*	at fdt?			# Broadcom VideoCore IV mailbox
226bcmmbox*	at acpi?
227vcmbox*		at bcmmbox?
228qemufwcfg*	at fdt?			# QEMU Firmware Configuration device
229qemufwcfg*	at acpi?
230
231# DMA controller
232bcmdmac*	at fdt?			# Broadcom BCM283x DMA controller
233sun6idma*	at fdt?	pass 4		# Allwinner DMA controller (sun6i)
234tegraapbdma*	at fdt? pass 4		# NVIDIA Tegra APB DMA
235
236# FUSE controller
237sunxisid*	at fdt? pass 4		# Allwinner SID
238tegrafuse*	at fdt? pass 4		# NVIDIA Tegra FUSE
239
240# Power management controller
241tegrapmc*	at fdt? pass 4		# NVIDIA Tegra PMC
242
243# Clock and Reset controller
244bcmcprman*	at fdt? pass 1		# Broadcom BCM283x Clock Manager
245bcmaux*		at fdt? pass 1		# Broadcom BCM283x Aux Periph Clocks
246gxbbaoclkc*	at fdt? pass 2		# Amlogic Meson GXBB AO clock controller
247gxbbclkc*	at fdt? pass 2		# Amlogic Meson GXBB/GXL EE clock controller
248mesonresets*	at fdt? pass 2		# Amlogic Meson misc. clock resets
249rkcru*		at fdt? pass 2		# Rockchip RK3328 CRU
250sun8ih3ccu*	at fdt? pass 2		# Allwinner H3/H5 CCU
251sun8ih3rccu*	at fdt? pass 2		# Allwinner H3/H5 CCU (PRCM)
252sun50ia64ccu*	at fdt? pass 2		# Allwinner A64 CCU
253sun50ia64rccu*	at fdt? pass 2		# Allwinner A64 CCU (PRCM)
254sun50ih6ccu*	at fdt? pass 2		# Allwinner H6 CCU
255sun50ih6rccu*	at fdt? pass 2		# Allwinner H6 CCU (PRCM)
256sunxide2ccu*	at fdt? pass 3		# Allwinner DE2 clock controller
257sunxiresets*	at fdt? pass 1		# Allwinner misc. resets
258sunxigates*	at fdt? pass 1		# Allwinner misc. gates
259sunxigmacclk*	at fdt? pass 2		# Allwinner GMAC MII/RGMII clock mux
260tegra210car*	at fdt? pass 3		# NVIDIA Tegra CAR (T210)
261
262# GPIO controller
263bcmgpio*	at fdt?			# Broadcom BCM283x GPIO
264mesonpinctrl*	at fdt? pass 2		# Amlogic Meson GPIO
265plgpio*		at fdt?			# ARM PrimeCell PL061 GPIO
266plgpio*		at acpi?
267sunxigpio*	at fdt? pass 3		# Allwinner GPIO
268tegragpio*	at fdt? pass 2		# NVIDIA Tegra GPIO
269rkgpio*		at rkiomux?		# Rockchip GPIO
270gpio*		at gpiobus?
271
272# PWM controller
273rkpwm*		at fdt? pass 3		# Rockchip PWM
274sunxipwm*	at fdt? pass 3		# Allwinner PWM
275
276# MPIO / Pinmux
277rkiomux*	at fdt?	pass 3		# Rockchip IOMUX
278tegrapinmux*	at fdt?			# NVIDIA Tegra MPIO
279
280# XUSB PADCTL
281tegra210xpad*	at fdt?			# NVIDIA Tegra XUSB PADCTL (T210)
282tegra210xphy*	at tegra210xpad?
283
284# PCIE
285pcihost*	at fdt?			# Generic PCI host controller
286acpipchb*	at acpi?		# ACPI PCIe host bridge
287rkpcie*		at fdt?			# Rockchip AXI PCIE
288rkpciephy*	at fdt? pass 9		# Rockchip AXI PCIE PHY
289tegrapcie0	at fdt?			# NVIDIA Tegra PCIE
290pci*		at pcibus?
291ppb*		at pci? dev ? function ?
292pci*		at ppb?
293
294# Ethernet
295awge*		at fdt?				# DesignWare Gigabit Ethernet
296emac*		at fdt?				# Allwinner Gigabit Ethernet (EMAC)
297ena*		at pci? dev ? function ?	# Amazon.com Elastic Network Adapter
298mcx*		at pci? dev ? function ?	# Mellanox 5th generation Ethernet
299mskc*		at pci? dev ? function ?	# Marvell Yukon 2 Gigabit Ethernet
300msk*		at mskc?
301re*		at pci? dev ? function ?	# Realtek RTL8111GS
302wm*		at pci? dev ? function ?	# Intel Gigabit Ethernet
303
304# MII/PHY support
305exphy* 		at mii? phy ?		# 3Com internal PHYs
306gentbi* 	at mii? phy ?		# Generic Ten-Bit 1000BASE-[CLS]X PHYs
307glxtphy*	at mii? phy ?		# Level One LXT-1000 PHYs
308gphyter* 	at mii? phy ?		# NS83861 Gig-E PHY
309gxlphy*		at mii? phy ?		# Amlogic Meson GX internal PHY
310icsphy*		at mii? phy ?		# Integrated Circuit Systems ICS189x
311igphy*		at mii? phy ?		# Intel IGP01E1000
312ihphy*		at mii? phy ?		# Intel 82577 PHYs
313ikphy*		at mii? phy ?		# Intel 82563 PHYs
314inphy*		at mii? phy ?		# Intel 82555 PHYs
315iophy*		at mii? phy ?		# Intel 82553 PHYs
316lxtphy*		at mii? phy ?		# Level One LXT-970 PHYs
317makphy*		at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
318nsphy*		at mii? phy ?		# NS83840 PHYs
319nsphyter*	at mii? phy ? 		# NS83843 PHYs
320pnaphy*		at mii? phy ?		# generic HomePNA PHYs
321rdcphy*		at mii? phy ?		# RDC R6040 10/100 PHY
322rgephy*		at mii? phy ?		# Realtek 8169S/8110S internal PHYs
323rlphy*		at mii? phy ?		# Realtek 8139/8201L PHYs
324sqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
325tlphy*		at mii? phy ?		# ThunderLAN PHYs
326tqphy*		at mii? phy ?		# TDK Semiconductor PHYs
327urlphy*		at mii? phy ?		# Realtek RTL8150L internal PHYs
328ukphy*		at mii? phy ?		# generic unknown PHYs
329
330# Mini-PCIe Wireless
331#options 	ATHHAL_AR5212,ATHHAL_RF2425	# AR5BHB63
332#ath*		at pci? dev ? function ?	# Atheros IEEE 802.11
333#athn*		at pci? dev ? function ?	# Atheros IEEE 802.11
334
335# UART
336com*		at fdt?	pass 4			# UART
337com*		at acpi?
338mesonuart*	at fdt? pass 4			# Amlogic Meson UART
339plcom*		at fdt?	pass 4			# ARM PL011 UART
340plcom*		at acpi?
341puc*		at pci? dev ? function ?	# PCI "universal" comm. cards
342com*		at puc? port ?
343
344# I2C controllers
345options 	I2C_MAX_ADDR=0xfff
346bsciic*		at fdt?			# Broadcom BCM283x Serial Control
347dwiic*		at fdt?			# Designware I2C
348dwiic*		at acpi?
349rkiic*		at fdt? pass 4		# Rockchip I2C
350sunxirsb*	at fdt?	pass 4		# Allwinner RSB
351sunxitwi*	at fdt?			# Allwinner TWI
352tegrai2c*	at fdt? pass 4		# NVIDIA Tegra I2C
353iic*		at i2cbus?
354
355# I2C devices
356titemp*		at iic?
357seeprom*	at iic?
358spdmem*		at iic?			# memory module SPD EEPROM decoder
359as3722pmic*	at iic?
360as3722reg*	at as3722pmic?
361axppmic*	at iic?			# X-Powers AXP Power Management IC
362axpreg*		at axppmic?
363fan53555reg*	at iic?			# FAN53555 / SY82x regulator
364max77620pmic*	at iic?
365pcf8563rtc*	at iic?			# PCF8563 RTC
366rkpmic*		at iic?			# Rockchip Power Management IC
367rkreg*		at rkpmic?
368tcagpio*	at iic?
369
370# Random number generators
371amdccp*		at fdt?			# AMD Cryptograhic Coprocessor RNG
372amdccp*		at acpi?
373bcmrng*		at fdt?			# Broadcom BCM283x RNG
374mesonrng*	at fdt?			# Amlogic Meson RNG
375#sun8icrypto* 	at fdt?			# Allwinner Crypto Engine
376
377# RTC
378plrtc*		at fdt?			# ARM PrimeCell RTC
379sunxirtc*	at fdt?			# Allwinner RTC
380tegrartc*	at fdt?			# NVIDIA Tegra RTC
381
382# SDMMC
383bcmsdhost*	at fdt?			# Broadcom BCM283x SD Host Interface
384dwcmmc*		at fdt?			# Designware SD/MMC
385mesongxmmc*	at fdt?			# Amlogic Meson GX eMMC/SD/SDIO controller
386mmcpwrseq*	at fdt?			# Simple MMC power sequence provider
387rkemmcphy*	at fdt?			# Rockchip eMMC PHY
388sdhc*		at fdt?			# SD Host Controller Interface
389sdhc*		at acpi?
390sunximmc*	at fdt?			# Allwinner SD/MMC
391sdmmc*		at sdmmcbus?
392ld0		at sdmmc0
393ld1		at sdmmc1
394ld2		at sdmmc2
395ld3		at sdmmc3
396ld*		at sdmmc?
397
398# SATA
399ahcisata*	at fdt?			# AHCI SATA
400ahcisata*	at acpi?
401ahcisata*	at pci? dev ? function ?
402atabus*		at ata?
403atapibus*	at atapi?
404wd*		at atabus? drive ?
405cd*		at atapibus? drive ?
406
407# NVMe
408nvme*		at pci? dev ? function ?
409ld*		at nvme? nsid ?
410
411# SPI controllers
412bcmspi*		at fdt?			# Broadcom BCM283x SPI
413rkspi*		at fdt?			# Rockchip SPI
414sun6ispi*	at fdt?			# Allwinner SPI
415spi*		at spibus?
416m25p*		at spi?
417spiflash*	at spiflashbus?
418
419# Audio support
420hdaudio*	at fdt?			# Intel HDA
421hdaudio*	at pci? dev ? function ?
422hdafg*		at hdaudiobus?
423options 	HDAUDIOVERBOSE
424options 	HDAUDIO_ENABLE_HDMI
425options 	HDAUDIO_ENABLE_DISPLAYPORT
426ausoc*		at fdt?			# Simple SoC audio card
427spdiftx*	at fdt?			# SPDIF transmitter
428rki2s*		at fdt?			# Rockchip I2S/PCM
429sunxicodec*	at fdt?			# Allwinner audio codec
430sun8icodec*	at fdt?			# Allwinner audio codec (sun8i/sun50i)
431h3codec*	at fdt?			# Allwinner H3 audio codec (analog part)
432a64acodec*	at fdt?			# Allwinner A64 audio codec (analog part)
433sunxii2s*	at fdt?			# Allwinner I2S/PCM
434audio*		at audiobus?
435
436spkr*		at audio?		# PC speaker (synthesized)
437
438# HDMI CEC
439tegracec0	at fdt?			# NVIDIA Tegra HDMI CEC
440hdmicec*	at hdmicecbus?
441
442# Display
443anxdp*		at fdt?			# Analogix-based (e)DP
444anxedp*		at iic?			# Analogix eDP TX
445dispcon*	at fdt?			# Display connector devices
446panel*		at fdt?			# Display panels
447dwhdmi* 	at fdt?			# Designware HDMI TX
448rkdrm*		at fdt? pass 5		# Rockchip DRM master
449rkfb*		at rkdrm?		# Rockchip DRM framebuffer
450rkvop*		at fdt?			# Rockchip Visual Output Processor
451sunxide2bus*	at fdt? pass 4		# Allwinner DE2 bus
452sunxidrm*	at fdt?	pass 5		# Allwinner Display Pipeline
453sunxifb*	at sunxidrm?		# Allwinner DRM framebuffer
454sunxihdmiphy*	at fdt? pass 9		# Allwinner HDMI TX PHY
455sunxilcdc*	at fdt?			# Allwinner DE2 timing controller
456sunximixer*	at fdt?			# Allwinner DE2 mixer
457#tegradrm*	at fdt?			# NVIDIA Tegra Display
458#tegrafb*	at tegrafbbus?
459genfb*		at fdt?			# Simple Framebuffer
460wsdisplay*	at wsemuldisplaydev?
461options 	VCONS_DRAW_INTR
462options 	WSEMUL_VT100
463options 	WS_DEFAULT_FG=WSCOL_WHITE
464options 	WS_DEFAULT_BG=WSCOL_BLACK
465options 	WS_KERNEL_FG=WSCOL_GREEN
466options 	WS_KERNEL_BG=WSCOL_BLACK
467options 	WSDISPLAY_COMPAT_PCVT
468options 	WSDISPLAY_COMPAT_SYSCONS
469options 	WSDISPLAY_COMPAT_USL
470options 	WSDISPLAY_COMPAT_RAWKBD
471options 	WSDISPLAY_DEFAULTSCREENS=4
472options 	WSDISPLAY_MULTICONS
473options 	WSDISPLAY_SCROLLSUPPORT
474pseudo-device	wsmux
475pseudo-device	wsfont
476options 	FONT_BOLD8x16
477options 	FONT_BOLD16x32
478
479# GPU
480#nouveau*	at fdt?			# NVIDIA GPU
481
482# Backlight
483pwmbacklight*	at fdt?			# PWM Backlight controls
484
485# Fan
486pwmfan*		at fdt?			# PWM Fan controls
487
488# Thermal throttling controller
489sunxithermal*	at fdt?			# Allwinner thermal sensor controller
490tegrasoctherm*	at fdt?			# NVIDIA Tegra SOC_THERM
491rktsadc*	at fdt?			# RockChip TSASC
492
493# USB
494mesonusbphy*	at fdt? pass 9		# Amlogic Meson USB2 PHY
495mesongxlu2phy*	at fdt? pass 9		# Amlogic Meson GXL USB2 PHY
496mesongxlu3phy*	at fdt? pass 9		# Amlogic Meson GXL USB3 PHY
497rkusb*		at fdt? pass 9		# Rockchip USB PHY
498rkusbphy*	at rkusb?
499sunxiusbphy*	at fdt? pass 9		# Allwinner USB PHY
500sunxiusb3phy*	at fdt? pass 9		# Allwinner USB3 PHY
501tegrausbphy*	at fdt?			# NVIDIA Tegra USB PHY
502dwctwo*		at fdt?			# Designware USB DRD
503ehci*		at fdt?			# EHCI
504ehci*		at pci?			# EHCI
505ehci*		at acpi?		# EHCI
506motg*		at fdt?			# Mentor Graphics USB OTG
507ohci*		at fdt?			# OHCI
508ohci*		at pci?			# OHCI
509xhci*		at fdt?			# XHCI
510xhci*		at pci?			# XHCI
511xhci*		at acpi?		# XHCI
512usb*		at usbus?
513
514include "dev/usb/usbdevices.config"
515midi*		at midibus?
516
517# Virtio devices
518virtio*		at fdt?			# Virtio MMIO device
519virtio*		at acpi?
520virtio*		at pci? dev ? function ?
521#viomb*		at virtio?		# Virtio memory balloon device
522ld*		at virtio?		# Virtio disk device
523vioif*		at virtio?		# Virtio network device
524viornd*		at virtio?		# Virtio entropy device
525vioscsi*	at virtio?		# Virtio SCSI device
526
527# SCSI controllers
528mpt*		at pci? dev ? function ?
529
530# SCSI bus support
531scsibus*	at scsi?
532sd*		at scsibus? target ? lun ?	# SCSI disk drives
533
534cinclude "arch/evbarm/conf/GENERIC64.local"
535