Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/conf Add virtio PCI devices, some of them m...



details:   https://anonhg.NetBSD.org/src/rev/3f4b3e5be49f
branches:  trunk
changeset: 822567:3f4b3e5be49f
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Mar 25 13:24:08 2017 +0000

description:
Add virtio PCI devices, some of them mostly untested so far

diffstat:

 sys/arch/sparc64/conf/GENERIC |  13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 31edd1a6e5cb -r 3f4b3e5be49f sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Sat Mar 25 13:08:38 2017 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Sat Mar 25 13:24:08 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.197 2017/03/23 11:00:03 martin Exp $
+# $NetBSD: GENERIC,v 1.198 2017/03/25 13:24:08 martin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.197 $"
+#ident         "GENERIC-$Revision: 1.198 $"
 
 maxusers       64
 
@@ -424,6 +424,15 @@
 ld*    at twe? unit ?
 ld*    at mlx? unit ?
 
+# Virtio devices
+virtio* at pci? dev ? function ?       # Virtio PCI 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
+
 ## Floppy controller and drive found on SPARCstations.
 
 # need share with the sparc, and everyone else.  needs to use auxio.



Home | Main Index | Thread Index | Old Index