Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Merge in VIRT now that qemu in pkgsrc c...
details: https://anonhg.NetBSD.org/src/rev/62bee9fba02d
branches: trunk
changeset: 994385:62bee9fba02d
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Nov 05 07:41:46 2018 +0000
description:
Merge in VIRT now that qemu in pkgsrc can support it
diffstat:
sys/arch/evbarm/conf/GENERIC | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
diffs (60 lines):
diff -r aec601510396 -r 62bee9fba02d sys/arch/evbarm/conf/GENERIC
--- a/sys/arch/evbarm/conf/GENERIC Mon Nov 05 07:39:57 2018 +0000
+++ b/sys/arch/evbarm/conf/GENERIC Mon Nov 05 07:41:46 2018 +0000
@@ -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_CORTEXA8
options CPU_CORTEXA9
options CPU_CORTEXA15
+options CPU_CORTEXA17
options CPU_CORTEXA53
@@ -185,6 +186,8 @@
options SOC_TEGRA124
+options SOC_VIRT
+
options MULTIPROCESSOR
pseudo-device openfirm # /dev/openfirm
@@ -327,6 +330,7 @@
# 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 @@
# 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?
Home |
Main Index |
Thread Index |
Old Index