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 Remove ADW_*_DISABLE options. Now they ar...



details:   https://anonhg.NetBSD.org/src/rev/c763078bd5e9
branches:  trunk
changeset: 481689:c763078bd5e9
user:      dante <dante%NetBSD.org@localhost>
date:      Thu Feb 03 20:31:42 2000 +0000

description:
Remove ADW_*_DISABLE options. Now they are described in the adw.4 man page

diffstat:

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

diffs (27 lines):

diff -r 8f326a27ab97 -r c763078bd5e9 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Feb 03 20:28:26 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Feb 03 20:31:42 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.298 2000/02/02 20:39:35 augustss Exp $
+#      $NetBSD: GENERIC,v 1.299 2000/02/03 20:31:42 dante Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.298 $"
+#ident                 "GENERIC-$Revision: 1.299 $"
 
 maxusers       32              # estimated number of users
 
@@ -341,9 +341,6 @@
 # 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
 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