Module Name: src
Committed By: skrll
Date: Mon Nov 5 07:41:46 UTC 2018
Modified Files:
src/sys/arch/evbarm/conf: GENERIC
Log Message:
Merge in VIRT now that qemu in pkgsrc can support it
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/conf/GENERIC
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/conf/GENERIC
diff -u src/sys/arch/evbarm/conf/GENERIC:1.12 src/sys/arch/evbarm/conf/GENERIC:1.13
--- src/sys/arch/evbarm/conf/GENERIC:1.12 Wed Oct 31 08:10:01 2018
+++ src/sys/arch/evbarm/conf/GENERIC Mon Nov 5 07:41:46 2018
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC,v 1.12 2018/10/31 08:10:01 skrll Exp $
+# $NetBSD: GENERIC,v 1.13 2018/11/05 07:41:46 skrll Exp $
#
# GENERIC ARM (aarch32) kernel
#
@@ -162,6 +162,7 @@ options CPU_CORTEXA7
options CPU_CORTEXA8
options CPU_CORTEXA9
options CPU_CORTEXA15
+options CPU_CORTEXA17
options CPU_CORTEXA53
@@ -185,6 +186,8 @@ options SOC_SUN50I_H6
options SOC_TEGRA124
+options SOC_VIRT
+
options MULTIPROCESSOR
pseudo-device openfirm # /dev/openfirm
@@ -327,6 +330,7 @@ bcmaux* at fdt? pass 1 # Broadcom BCM2
# GPIO controller
bcmgpio* at fdt? # Broadcom BCM283x GPIO
exyopctl* at fdt? pass 2 # Samsung Exynos GPIO
+plgpio* at fdt? # ARM PrimeCell GPIO
sunxigpio* at fdt? pass 3 # Allwinner GPIO
tegragpio* at fdt? pass 2 # NVIDIA Tegra GPIO
gpio* at gpiobus?
@@ -569,13 +573,23 @@ usb* at usbus?
# Virtio devices
virtio* at fdt? # Virtio MMIO device
-# the baloon driver can not work on machines with non-4k pages
+# the balloon driver cannot work on machines with non-4k pages
#viomb* at virtio? # Virtio memory balloon device
ld* at virtio? # Virtio disk device
vioif* at virtio? # Virtio network device
viornd* at virtio? # Virtio entropy device
vioscsi* at virtio? # Virtio SCSI device
+# SCSI
+scsibus* at scsi?
+sd* at scsibus? target ? lun ? # SCSI disks
+st* at scsibus? target ? lun ? # SCSI tapes
+cd* at scsibus? target ? lun ? # SCSI CD-ROMs
+ch* at scsibus? target ? lun ? # SCSI changer devices
+ss* at scsibus? target ? lun ? # SCSI scanners
+ses* at scsibus? target ? lun ? # SCSI SES/SAF-TE devices
+uk* at scsibus? target ? lun ? # unknown SCSI
+
include "dev/usb/usbdevices.config"
midi* at midibus?