Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/next68k/conf Oops; add scsibus too.



details:   https://anonhg.NetBSD.org/src/rev/305049638b42
branches:  trunk
changeset: 533962:305049638b42
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Thu Jul 11 18:07:22 2002 +0000

description:
Oops; add scsibus too.

diffstat:

 sys/arch/next68k/conf/GENERIC |  6 +++---
 sys/arch/next68k/conf/SLAB    |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 52ab9aabb973 -r 305049638b42 sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC     Thu Jul 11 17:56:31 2002 +0000
+++ b/sys/arch/next68k/conf/GENERIC     Thu Jul 11 18:07:22 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.59 2002/07/11 17:56:31 mycroft Exp $
+# $NetBSD: GENERIC,v 1.60 2002/07/11 18:07:22 mycroft Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.59 $"
+#ident                 "GENERIC-$Revision: 1.60 $"
 
 # Needs to be set per system.  i.e change these as you see fit
 maxusers       16
@@ -185,7 +185,7 @@
 zstty1 at zsc0 channel 1       # ttyb
 
 # SCSI bus support
-#scsibus* at scsi?
+scsibus* at scsi?
 
 # SCSI devices
 #sd*   at scsibus? target ? lun ?      # SCSI disk drives
diff -r 52ab9aabb973 -r 305049638b42 sys/arch/next68k/conf/SLAB
--- a/sys/arch/next68k/conf/SLAB        Thu Jul 11 17:56:31 2002 +0000
+++ b/sys/arch/next68k/conf/SLAB        Thu Jul 11 18:07:22 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SLAB,v 1.14 2002/07/11 17:56:31 mycroft Exp $
+# $NetBSD: SLAB,v 1.15 2002/07/11 18:07:22 mycroft Exp $
 #
 # deberg's development machine
 #
@@ -164,7 +164,7 @@
 zstty1 at zsc0 channel 1       # ttyb
 
 # SCSI bus support
-#scsibus* at scsi?
+scsibus* at scsi?
 
 # SCSI devices
 #sd*   at scsibus? target ? lun ?      # SCSI disk drives



Home | Main Index | Thread Index | Old Index