Remove ADW_*_DISABLE options. Now they are described in the adw.4 man page
This commit is contained in:
parent
cbacaf54d7
commit
834e04377c
|
@ -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 @@ lpt2 at isa? port 0x3bc
|
|||
# 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
|
||||
|
|
Loading…
Reference in New Issue