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 Add virtio drivers and potential childr...
details: https://anonhg.NetBSD.org/src/rev/419fceaa3089
branches: trunk
changeset: 833050:419fceaa3089
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Wed Jun 06 20:38:00 2018 +0000
description:
Add virtio drivers and potential children thereof.
In part from sparc64 GENERIC.
diffstat:
sys/arch/evbarm/conf/VEXPRESS_A15 | 21 ++++++++++++++++++++-
1 files changed, 20 insertions(+), 1 deletions(-)
diffs (36 lines):
diff -r d7b68ccf4118 -r 419fceaa3089 sys/arch/evbarm/conf/VEXPRESS_A15
--- a/sys/arch/evbarm/conf/VEXPRESS_A15 Wed Jun 06 20:35:36 2018 +0000
+++ b/sys/arch/evbarm/conf/VEXPRESS_A15 Wed Jun 06 20:38:00 2018 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: VEXPRESS_A15,v 1.17 2017/06/16 21:37:11 jmcneill Exp $
+# $NetBSD: VEXPRESS_A15,v 1.18 2018/06/06 20:38:00 jakllsch Exp $
#
# ARM Versatile Express A15
#
@@ -95,6 +95,25 @@
pms* at pckbport?
wsmouse* at pms? mux 0
+# Virtio devices
+virtio* at fdt? # Virtio MMIO device
+# the baloon driver can not 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
+
# wscons pseudo-devices
pseudo-device wsfont
pseudo-device wsmux
Home |
Main Index |
Thread Index |
Old Index