Module Name: src
Committed By: martin
Date: Wed Nov 29 16:10:01 UTC 2017
Modified Files:
src/sys/arch/i386/conf: GENERIC
Log Message:
PR port-i386/52774: vioscsi missing in i386 kernel
To generate a diff of this commit:
cvs rdiff -u -r1.1170 -r1.1171 src/sys/arch/i386/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/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1170 src/sys/arch/i386/conf/GENERIC:1.1171
--- src/sys/arch/i386/conf/GENERIC:1.1170 Mon Nov 6 02:57:18 2017
+++ src/sys/arch/i386/conf/GENERIC Wed Nov 29 16:10:01 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1170 2017/11/06 02:57:18 rin Exp $
+# $NetBSD: GENERIC,v 1.1171 2017/11/29 16:10:01 martin Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1170 $"
+#ident "GENERIC-$Revision: 1.1171 $"
maxusers 64 # estimated number of users
@@ -1595,10 +1595,12 @@ geodecntr* at geodegcb? # AMD Geode SC
weasel* at pci?
# Virtio devices
-virtio* at pci? dev ? function ? # Virtio PCI device
-viomb* at virtio? # Virtio memory balloon device
-ld* at virtio? # Virtio disk device
-vioif* at virtio? # Virtio network device
+virtio* at pci? dev ? function ? # Virtio PCI device
+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
# Pull in optional local configuration