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 Enable the SCSI driver.



details:   https://anonhg.NetBSD.org/src/rev/52ab9aabb973
branches:  trunk
changeset: 533961:52ab9aabb973
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Thu Jul 11 17:56:31 2002 +0000

description:
Enable the SCSI driver.

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 673e412e6cec -r 52ab9aabb973 sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC     Thu Jul 11 17:47:11 2002 +0000
+++ b/sys/arch/next68k/conf/GENERIC     Thu Jul 11 17:56:31 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.58 2002/06/17 05:14:19 lukem Exp $
+# $NetBSD: GENERIC,v 1.59 2002/07/11 17:56:31 mycroft Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.58 $"
+#ident                 "GENERIC-$Revision: 1.59 $"
 
 # Needs to be set per system.  i.e change these as you see fit
 maxusers       16
@@ -176,7 +176,7 @@
 
 xe*    at intio? ipl 3                 # ethernet
 
-#esp0  at intio? ipl 3 flags 0xff00    # Turn off sync negotiation
+esp0   at intio? ipl 3 flags 0xff00    # Turn off sync negotiation
 
 #
 # Serial ports
diff -r 673e412e6cec -r 52ab9aabb973 sys/arch/next68k/conf/SLAB
--- a/sys/arch/next68k/conf/SLAB        Thu Jul 11 17:47:11 2002 +0000
+++ b/sys/arch/next68k/conf/SLAB        Thu Jul 11 17:56:31 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SLAB,v 1.13 2002/06/17 05:14:19 lukem Exp $
+# $NetBSD: SLAB,v 1.14 2002/07/11 17:56:31 mycroft Exp $
 #
 # deberg's development machine
 #
@@ -155,7 +155,7 @@
 
 xe*    at intio? ipl 3                 # ethernet
 
-#esp0  at intio? ipl 3 flags 0xff00    # Turn off sync negotiation
+esp0   at intio? ipl 3 flags 0xff00    # Turn off sync negotiation
 
 #
 # Serial ports



Home | Main Index | Thread Index | Old Index