Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Make siop the default instead of ncr. The...



details:   https://anonhg.NetBSD.org/src/rev/36be5e06f0a2
branches:  trunk
changeset: 487510:36be5e06f0a2
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Thu Jun 08 21:42:14 2000 +0000

description:
Make siop the default instead of ncr. The siop driver has proven to
be reliable, and, although it does not do tagged queueing yet, this
makes it a better choice.

diffstat:

 sys/arch/i386/conf/GENERIC |  12 ++++++------
 sys/arch/i386/conf/INSTALL |   8 +++++---
 2 files changed, 11 insertions(+), 9 deletions(-)

diffs (70 lines):

diff -r cac079a00049 -r 36be5e06f0a2 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Jun 08 21:37:43 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Jun 08 21:42:14 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.349 2000/06/05 23:18:51 gmcgarry Exp $
+#      $NetBSD: GENERIC,v 1.350 2000/06/08 21:42:14 fvdl Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.349 $"
+#ident                 "GENERIC-$Revision: 1.350 $"
 
 maxusers       32              # estimated number of users
 
@@ -396,8 +396,8 @@
 bha*   at pci? dev ? function ?        # BusLogic 9xx SCSI
 dpt*   at pci? dev ? function ?        # DPT SmartCache/SmartRAID
 isp*   at pci? dev ? function ?        # Qlogic ISP [12]0x0 SCSI/FibreChannel
-ncr*   at pci? dev ? function ?        # NCR 53c8xx SCSI
-#siop* at pci? dev ? function ?        # Symbios 53c8xx SCSI (experimental)
+#ncr*  at pci? dev ? function ?        # NCR 53c8xx SCSI (old driver)
+siop*  at pci? dev ? function ?        # Symbios 53c8xx SCSI
 pcscp* at pci? dev ? function ?        # AMD 53c974 PCscsi-PCI SCSI
 
 # EISA SCSI controllers
@@ -448,10 +448,10 @@
 scsibus* at esp?
 scsibus* at isp?
 #scsibus* at nca?
-scsibus* at ncr?
+#scsibus* at ncr?
 scsibus* at pcscp?
 scsibus* at sea?
-#scsibus* at siop?
+scsibus* at siop?
 scsibus* at uha?
 scsibus* at wds?
 
diff -r cac079a00049 -r 36be5e06f0a2 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Thu Jun 08 21:37:43 2000 +0000
+++ b/sys/arch/i386/conf/INSTALL        Thu Jun 08 21:42:14 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.145 2000/06/07 02:16:06 gmcgarry Exp $
+#      $NetBSD: INSTALL,v 1.146 2000/06/08 21:42:14 fvdl Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -293,7 +293,8 @@
 bha*   at pci? dev ? function ?        # BusLogic 9xx SCSI
 dpt*   at pci? dev ? function ?        # DPT SmartCache/SmartRAID
 isp*   at pci? dev ? function ?        # Qlogic ISP [12]0x0 SCSI/FibreChannel
-ncr*   at pci? dev ? function ?        # NCR 53c8xx SCSI
+#ncr*  at pci? dev ? function ?        # NCR 53c8xx SCSI
+siop*  at pci? dev ? function ?        # NCR 53c8xx SCSI (new driver)
 pcscp* at pci? dev ? function ?        # AMD 53c974 PCscsi-PCI SCSI
 
 # EISA SCSI controllers
@@ -339,7 +340,8 @@
 scsibus* at dpt?
 scsibus* at isp?
 #scsibus* at nca?
-scsibus* at ncr?
+#scsibus* at ncr?
+scsibus* at siop?
 scsibus* at pcscp?
 scsibus* at sea?
 scsibus* at uha?



Home | Main Index | Thread Index | Old Index