Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/acorn32/conf Enable csc(4), since it's reported as ...



details:   https://anonhg.NetBSD.org/src/rev/d9b4a15e40c6
branches:  trunk
changeset: 534891:d9b4a15e40c6
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Mon Aug 05 23:30:44 2002 +0000

description:
Enable csc(4), since it's reported as working.

diffstat:

 sys/arch/acorn32/conf/GENERIC    |  8 ++++----
 sys/arch/acorn32/conf/RPC_WSCONS |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (58 lines):

diff -r 1b3e6867d058 -r d9b4a15e40c6 sys/arch/acorn32/conf/GENERIC
--- a/sys/arch/acorn32/conf/GENERIC     Mon Aug 05 23:30:04 2002 +0000
+++ b/sys/arch/acorn32/conf/GENERIC     Mon Aug 05 23:30:44 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.17 2002/06/17 05:14:03 lukem Exp $
+#      $NetBSD: GENERIC,v 1.18 2002/08/05 23:30:44 bjh21 Exp $
 #
 #      GENERIC --- NetBSD/acorn32 complete configuration
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.17 $"
+#ident         "GENERIC-$Revision: 1.18 $"
 
 # estimated number of users
 maxusers       32
@@ -267,8 +267,8 @@
 ptsc*  at podulebus?                   # Power-Tec SCSI II card
 scsibus* at ptsc?
 
-#csc*  at podulebus?                   # Cumana SCSI II card
-#scsibus* at csc?                      # Not currently working
+csc*   at podulebus?                   # Cumana SCSI II card
+scsibus* at csc?
 
 oak*   at podulebus?                   # Oak SCSI I card
 scsibus* at oak?
diff -r 1b3e6867d058 -r d9b4a15e40c6 sys/arch/acorn32/conf/RPC_WSCONS
--- a/sys/arch/acorn32/conf/RPC_WSCONS  Mon Aug 05 23:30:04 2002 +0000
+++ b/sys/arch/acorn32/conf/RPC_WSCONS  Mon Aug 05 23:30:44 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RPC_WSCONS,v 1.15 2002/06/17 05:14:03 lukem Exp $
+#      $NetBSD: RPC_WSCONS,v 1.16 2002/08/05 23:30:44 bjh21 Exp $
 #
 #      RPC_WSCONS -- Full RiscPC config with wscons
 #
@@ -22,7 +22,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.15 $"
+#ident         "GENERIC-$Revision: 1.16 $"
 
 # estimated number of users
 maxusers       32
@@ -266,8 +266,8 @@
 ptsc*  at podulebus?                   # Power-Tec SCSI II card
 scsibus* at ptsc?
 
-#csc*  at podulebus?                   # Cumana SCSI II card
-#scsibus* at csc?                      # Not currently working
+csc*   at podulebus?                   # Cumana SCSI II card
+scsibus* at csc?
 
 oak*   at podulebus?                   # Oak SCSI I card
 scsibus* at oak?



Home | Main Index | Thread Index | Old Index