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 Update comment in adw*



details:   https://anonhg.NetBSD.org/src/rev/e57c585e9fba
branches:  trunk
changeset: 485542:e57c585e9fba
user:      dante <dante%NetBSD.org@localhost>
date:      Sun Apr 30 19:08:19 2000 +0000

description:
Update comment in adw*

diffstat:

 sys/arch/i386/conf/GENERIC |  6 +++---
 sys/arch/i386/conf/INSTALL |  7 ++-----
 2 files changed, 5 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r a54d7aa3d4ae -r e57c585e9fba sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun Apr 30 18:52:26 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun Apr 30 19:08:19 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.329 2000/04/28 17:23:52 uch Exp $
+#      $NetBSD: GENERIC,v 1.330 2000/04/30 19:08:19 dante Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.329 $"
+#ident                 "GENERIC-$Revision: 1.330 $"
 
 maxusers       32              # estimated number of users
 
@@ -356,7 +356,7 @@
 
 # PCI SCSI controllers
 adv*   at pci? dev ? function ?        # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
-adw*   at pci? dev ? function ?        # AdvanSys 9xxUW SCSI
+adw*   at pci? dev ? function ?        # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
 ahc*   at pci? dev ? function ?        # Adaptec [23]94x, aic78x0 SCSI
 bha*   at pci? dev ? function ?        # BusLogic 9xx SCSI
 dpt*   at pci? dev ? function ?        # DPT SmartCache/SmartRAID
diff -r a54d7aa3d4ae -r e57c585e9fba sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Sun Apr 30 18:52:26 2000 +0000
+++ b/sys/arch/i386/conf/INSTALL        Sun Apr 30 19:08:19 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.141 2000/04/22 06:56:20 groo Exp $
+#      $NetBSD: INSTALL,v 1.142 2000/04/30 19:08:20 dante Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -287,10 +287,7 @@
 
 # PCI SCSI controllers
 adv*   at pci? dev ? function ?        # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
-adw*   at pci? dev ? function ?        # AdvanSys 9xxUW SCSI
-#options       ADW_WDTR_DISABLE        #       disable Wide Data Tranfer
-#options       ADW_SDTR_DISABLE        #       disable Syncronous Data Transfer
-#options       ADW_TAGQ_DISABLE        #       disable Tag Queuing
+adw*   at pci? dev ? function ?        # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
 ahc*   at pci? dev ? function ?        # Adaptec [23]94x, aic78x0 SCSI
 bha*   at pci? dev ? function ?        # BusLogic 9xx SCSI
 dpt*   at pci? dev ? function ?        # DPT SmartCache/SmartRAID



Home | Main Index | Thread Index | Old Index