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 Pull out csc Cumana SCSI II driver and...



details:   https://anonhg.NetBSD.org/src/rev/ef1232acc891
branches:  trunk
changeset: 519632:ef1232acc891
user:      cjep <cjep%NetBSD.org@localhost>
date:      Sat Dec 22 23:17:35 2001 +0000

description:
Pull out csc Cumana SCSI II driver and note that it is not currently
working properly. This seems to have been the case for some time
(cf. PR #8924).

diffstat:

 sys/arch/acorn32/conf/A7000         |  6 +++---
 sys/arch/acorn32/conf/A7INST        |  6 +++---
 sys/arch/acorn32/conf/GENERIC       |  8 ++++----
 sys/arch/acorn32/conf/LOWMEM_WSCONS |  4 ++--
 sys/arch/acorn32/conf/NC            |  4 ++--
 sys/arch/acorn32/conf/NC_WSCONS     |  4 ++--
 sys/arch/acorn32/conf/RISCPC        |  6 +++---
 sys/arch/acorn32/conf/RPCINST       |  6 +++---
 sys/arch/acorn32/conf/RPC_WSCONS    |  6 +++---
 9 files changed, 25 insertions(+), 25 deletions(-)

diffs (183 lines):

diff -r 4d0863a0bb02 -r ef1232acc891 sys/arch/acorn32/conf/A7000
--- a/sys/arch/acorn32/conf/A7000       Sat Dec 22 19:45:54 2001 +0000
+++ b/sys/arch/acorn32/conf/A7000       Sat Dec 22 23:17:35 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: A7000,v 1.2 2001/11/20 12:56:17 lukem Exp $
+#      $NetBSD: A7000,v 1.3 2001/12/22 23:17:35 cjep Exp $
 #
 #      A7000 - Full A7000 configuration
 #
@@ -217,8 +217,8 @@
 ptsc*  at podulebus?                   # Power-Tec SCSI II card
 scsibus* at ptsc?
 
-csc*   at podulebus?                   # Cumana SCSI II card
-scsibus* at csc?
+#csc*  at podulebus?                   # Cumana SCSI II card
+#scsibus* at csc?                      # Not currently working
 
 oak*   at podulebus?                   # Oak SCSI I card
 scsibus* at oak?
diff -r 4d0863a0bb02 -r ef1232acc891 sys/arch/acorn32/conf/A7INST
--- a/sys/arch/acorn32/conf/A7INST      Sat Dec 22 19:45:54 2001 +0000
+++ b/sys/arch/acorn32/conf/A7INST      Sat Dec 22 23:17:35 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: A7INST,v 1.2 2001/11/20 12:56:17 lukem Exp $
+#      $NetBSD: A7INST,v 1.3 2001/12/22 23:17:35 cjep Exp $
 #
 #      A7INST - A7000 install configuration
 #
@@ -213,8 +213,8 @@
 ptsc*  at podulebus?                   # Power-Tec SCSI II card
 scsibus* at ptsc?
 
-csc*   at podulebus?                   # Cumana SCSI II card
-scsibus* at csc?
+#csc*  at podulebus?                   # Cumana SCSI II card
+#scsibus* at csc?                      # Not currently working
 
 oak*   at podulebus?                   # Oak SCSI I card
 scsibus* at oak?
diff -r 4d0863a0bb02 -r ef1232acc891 sys/arch/acorn32/conf/GENERIC
--- a/sys/arch/acorn32/conf/GENERIC     Sat Dec 22 19:45:54 2001 +0000
+++ b/sys/arch/acorn32/conf/GENERIC     Sat Dec 22 23:17:35 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.4 2001/12/14 05:34:45 gmcgarry Exp $
+# $NetBSD: GENERIC,v 1.5 2001/12/22 23:17:35 cjep Exp $
 #
 # GENERIC machine description file
 # 
@@ -20,7 +20,7 @@
 
 include        "arch/acorn32/conf/std.acorn32"
 
-#ident                 "GENERIC-$Revision: 1.4 $"
+#ident                 "GENERIC-$Revision: 1.5 $"
 
 # estimated number of users
 maxusers       32
@@ -241,8 +241,8 @@
 ptsc*  at podulebus?                   # Power-Tec SCSI II card
 scsibus* at ptsc?
 
-csc*   at podulebus?                   # Cumana SCSI II card
-scsibus* at csc?
+#csc*  at podulebus?                   # Cumana SCSI II card
+#scsibus* at csc?                      # Not currently working
 
 oak*   at podulebus?                   # Oak SCSI I card
 scsibus* at oak?
diff -r 4d0863a0bb02 -r ef1232acc891 sys/arch/acorn32/conf/LOWMEM_WSCONS
--- a/sys/arch/acorn32/conf/LOWMEM_WSCONS       Sat Dec 22 19:45:54 2001 +0000
+++ b/sys/arch/acorn32/conf/LOWMEM_WSCONS       Sat Dec 22 23:17:35 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: LOWMEM_WSCONS,v 1.3 2001/11/20 12:56:17 lukem Exp $
+#      $NetBSD: LOWMEM_WSCONS,v 1.4 2001/12/22 23:17:35 cjep Exp $
 #
 #      LOWMEM_WSCONS -- RiscPC config with wscons for SMALL machines
 #
@@ -252,7 +252,7 @@
 #scsibus* at ptsc?
 
 #csc*  at podulebus?                   # Cumana SCSI II card
-#scsibus* at csc?
+#scsibus* at csc?                      # Not currently working
 
 #oak*  at podulebus?                   # Oak SCSI I card
 #scsibus* at oak?
diff -r 4d0863a0bb02 -r ef1232acc891 sys/arch/acorn32/conf/NC
--- a/sys/arch/acorn32/conf/NC  Sat Dec 22 19:45:54 2001 +0000
+++ b/sys/arch/acorn32/conf/NC  Sat Dec 22 23:17:35 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NC,v 1.2 2001/11/20 12:56:17 lukem Exp $
+#      $NetBSD: NC,v 1.3 2001/12/22 23:17:35 cjep Exp $
 #
 #      NC - with vidcconsole
 #
@@ -222,7 +222,7 @@
 #scsibus* at ptsc?
 
 #csc*  at podulebus?                   # Cumana SCSI II card
-#scsibus* at csc?
+#scsibus* at csc?                      # Not currently working
 
 #oak*  at podulebus?                   # Oak SCSI I card
 #scsibus* at oak?
diff -r 4d0863a0bb02 -r ef1232acc891 sys/arch/acorn32/conf/NC_WSCONS
--- a/sys/arch/acorn32/conf/NC_WSCONS   Sat Dec 22 19:45:54 2001 +0000
+++ b/sys/arch/acorn32/conf/NC_WSCONS   Sat Dec 22 23:17:35 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NC_WSCONS,v 1.4 2001/11/20 12:56:17 lukem Exp $
+#      $NetBSD: NC_WSCONS,v 1.5 2001/12/22 23:17:35 cjep Exp $
 #
 #      NC - with wscons
 #
@@ -247,7 +247,7 @@
 #scsibus* at ptsc?
 
 #csc*  at podulebus?                   # Cumana SCSI II card
-#scsibus* at csc?
+#scsibus* at csc?                      # Not currently working
 
 #oak*  at podulebus?                   # Oak SCSI I card
 #scsibus* at oak?
diff -r 4d0863a0bb02 -r ef1232acc891 sys/arch/acorn32/conf/RISCPC
--- a/sys/arch/acorn32/conf/RISCPC      Sat Dec 22 19:45:54 2001 +0000
+++ b/sys/arch/acorn32/conf/RISCPC      Sat Dec 22 23:17:35 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RISCPC,v 1.2 2001/11/20 12:56:17 lukem Exp $
+#      $NetBSD: RISCPC,v 1.3 2001/12/22 23:17:35 cjep Exp $
 #
 #      RISCPC -- Full RiscPC config
 #
@@ -220,8 +220,8 @@
 ptsc*  at podulebus?                   # Power-Tec SCSI II card
 scsibus* at ptsc?
 
-csc*   at podulebus?                   # Cumana SCSI II card
-scsibus* at csc?
+#csc*  at podulebus?                   # Cumana SCSI II card
+#scsibus* at csc?                      # Not currently working
 
 oak*   at podulebus?                   # Oak SCSI I card
 scsibus* at oak?
diff -r 4d0863a0bb02 -r ef1232acc891 sys/arch/acorn32/conf/RPCINST
--- a/sys/arch/acorn32/conf/RPCINST     Sat Dec 22 19:45:54 2001 +0000
+++ b/sys/arch/acorn32/conf/RPCINST     Sat Dec 22 23:17:35 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RPCINST,v 1.2 2001/11/20 12:56:17 lukem Exp $
+#      $NetBSD: RPCINST,v 1.3 2001/12/22 23:17:35 cjep Exp $
 #
 #      RPCINST -- RiscPC install configuration
 #
@@ -213,8 +213,8 @@
 ptsc*  at podulebus?                   # Power-Tec SCSI II card
 scsibus* at ptsc?
 
-csc*   at podulebus?                   # Cumana SCSI II card
-scsibus* at csc?
+#csc*  at podulebus?                   # Cumana SCSI II card
+#scsibus* at csc?                      # Not currently working
 
 oak*   at podulebus?                   # Oak SCSI I card
 scsibus* at oak?
diff -r 4d0863a0bb02 -r ef1232acc891 sys/arch/acorn32/conf/RPC_WSCONS
--- a/sys/arch/acorn32/conf/RPC_WSCONS  Sat Dec 22 19:45:54 2001 +0000
+++ b/sys/arch/acorn32/conf/RPC_WSCONS  Sat Dec 22 23:17:35 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RPC_WSCONS,v 1.4 2001/11/20 12:56:18 lukem Exp $
+#      $NetBSD: RPC_WSCONS,v 1.5 2001/12/22 23:17:35 cjep Exp $
 #
 #      RPC_WSCONS -- Full RiscPC config with wscons
 #
@@ -249,8 +249,8 @@
 ptsc*  at podulebus?                   # Power-Tec SCSI II card
 scsibus* at ptsc?
 
-csc*   at podulebus?                   # Cumana SCSI II card
-scsibus* at csc?
+#csc*  at podulebus?                   # Cumana SCSI II card
+#scsibus* at csc?                      # Not currently working
 
 oak*   at podulebus?                   # Oak SCSI I card
 scsibus* at oak?



Home | Main Index | Thread Index | Old Index