Module Name:    src
Committed By:   christos
Date:           Sun Jan 10 04:09:28 UTC 2016

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

Log Message:
scsibus at scsi should work; if it does not...


To generate a diff of this commit:
cvs rdiff -u -r1.420 -r1.421 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.420 src/sys/arch/amd64/conf/GENERIC:1.421
--- src/sys/arch/amd64/conf/GENERIC:1.420	Sat Jan  9 22:19:36 2016
+++ src/sys/arch/amd64/conf/GENERIC	Sat Jan  9 23:09:28 2016
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.420 2016/01/10 03:19:36 christos Exp $
+# $NetBSD: GENERIC,v 1.421 2016/01/10 04:09:28 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.420 $"
+#ident 		"GENERIC-$Revision: 1.421 $"
 
 maxusers	64		# estimated number of users
 
@@ -1201,7 +1201,6 @@ ld*	at virtio?			# Virtio disk device
 vioif*	at virtio?			# Virtio network device
 viornd*	at virtio?			# Virtio entropy device
 vioscsi* at virtio?			# Virtio SCSI device
-scsibus* at vioscsi?
 
 # Pull in optional local configuration
 cinclude "arch/amd64/conf/GENERIC.local"

Reply via email to