Module Name:    src
Committed By:   christos
Date:           Fri Oct 30 21:16:15 UTC 2015

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

Log Message:
add vioscsi


To generate a diff of this commit:
cvs rdiff -u -r1.417 -r1.418 src/sys/arch/amd64/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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.417 src/sys/arch/amd64/conf/GENERIC:1.418
--- src/sys/arch/amd64/conf/GENERIC:1.417	Mon Sep 21 08:32:06 2015
+++ src/sys/arch/amd64/conf/GENERIC	Fri Oct 30 17:16:15 2015
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.417 2015/09/21 12:32:06 nonaka Exp $
+# $NetBSD: GENERIC,v 1.418 2015/10/30 21:16:15 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.417 $"
+#ident 		"GENERIC-$Revision: 1.418 $"
 
 maxusers	64		# estimated number of users
 
@@ -1195,7 +1195,7 @@ viomb*	at virtio?			# Virtio memory ball
 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
 cinclude "arch/amd64/conf/GENERIC.local"

Reply via email to