Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf PR/50636: Ryo ONODERA: Add scsibus to vi...



details:   https://anonhg.NetBSD.org/src/rev/b2818f8382d5
branches:  trunk
changeset: 342820:b2818f8382d5
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 10 03:19:36 2016 +0000

description:
PR/50636: Ryo ONODERA: Add scsibus to vioscsi

diffstat:

 sys/arch/amd64/conf/GENERIC |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 87d40994bd63 -r b2818f8382d5 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Sun Jan 10 03:07:50 2016 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Sun Jan 10 03:19:36 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.419 2016/01/05 11:33:18 msaitoh Exp $
+# $NetBSD: GENERIC,v 1.420 2016/01/10 03:19:36 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.419 $"
+#ident                 "GENERIC-$Revision: 1.420 $"
 
 maxusers       64              # estimated number of users
 
@@ -954,6 +954,7 @@
 cdce*  at uhub? port ?         # CDC, Ethernet Networking Control Model
 cue*   at uhub? port ?         # CATC USB-EL1201A based adapters
 kue*   at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
+#mos*  at uhub? port ?         # Moschip MCS7730/MCS7830/MCS7832 based adapters
 udav*  at uhub? port ?         # Davicom DM9601 based adapters
 url*   at uhub? port ?         # Realtek RTL8150L based adapters
 urndis*        at uhub? port ?         # Microsoft RNDIS specification
@@ -1200,6 +1201,7 @@
 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"



Home | Main Index | Thread Index | Old Index