Module Name:    src
Committed By:   martin
Date:           Sat Mar 25 13:24:08 UTC 2017

Modified Files:
        src/sys/arch/sparc64/conf: GENERIC

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


To generate a diff of this commit:
cvs rdiff -u -r1.197 -r1.198 src/sys/arch/sparc64/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/sparc64/conf/GENERIC
diff -u src/sys/arch/sparc64/conf/GENERIC:1.197 src/sys/arch/sparc64/conf/GENERIC:1.198
--- src/sys/arch/sparc64/conf/GENERIC:1.197	Thu Mar 23 11:00:03 2017
+++ src/sys/arch/sparc64/conf/GENERIC	Sat Mar 25 13:24:08 2017
@@ -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 @@ include 	"arch/sparc64/conf/std.sparc64"
 
 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 cac? unit ?			# logical disk devi
 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.

Reply via email to