scsi: u14-34f: remove from tree
The driver has not seen any maintainer activity or other work that wasn't tree wide conversion or clenaups in the entire history of the git tree. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Hannes Reinicke <hare@suse.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
180a186d98
commit
24cbf0f799
|
@ -123,8 +123,5 @@ parameters may be changed at runtime by the command
|
||||||
See comment before function dc390_setup() in
|
See comment before function dc390_setup() in
|
||||||
drivers/scsi/tmscsim.c.
|
drivers/scsi/tmscsim.c.
|
||||||
|
|
||||||
u14-34f= [HW,SCSI] UltraStor 14F/34F SCSI host adapter
|
|
||||||
See header of drivers/scsi/u14-34f.c.
|
|
||||||
|
|
||||||
wd33c93= [HW,SCSI]
|
wd33c93= [HW,SCSI]
|
||||||
See header of drivers/scsi/wd33c93.c.
|
See header of drivers/scsi/wd33c93.c.
|
||||||
|
|
|
@ -11967,12 +11967,6 @@ S: Maintained
|
||||||
F: drivers/tc/
|
F: drivers/tc/
|
||||||
F: include/linux/tc.h
|
F: include/linux/tc.h
|
||||||
|
|
||||||
U14-34F SCSI DRIVER
|
|
||||||
M: Dario Ballabio <ballabio_dario@emc.com>
|
|
||||||
L: linux-scsi@vger.kernel.org
|
|
||||||
S: Maintained
|
|
||||||
F: drivers/scsi/u14-34f.c
|
|
||||||
|
|
||||||
UBI FILE SYSTEM (UBIFS)
|
UBI FILE SYSTEM (UBIFS)
|
||||||
M: Richard Weinberger <richard@nod.at>
|
M: Richard Weinberger <richard@nod.at>
|
||||||
M: Artem Bityutskiy <dedekind1@gmail.com>
|
M: Artem Bityutskiy <dedekind1@gmail.com>
|
||||||
|
|
|
@ -1376,55 +1376,6 @@ config SCSI_T128
|
||||||
To compile this driver as a module, choose M here: the
|
To compile this driver as a module, choose M here: the
|
||||||
module will be called t128.
|
module will be called t128.
|
||||||
|
|
||||||
config SCSI_U14_34F
|
|
||||||
tristate "UltraStor 14F/34F support"
|
|
||||||
depends on ISA && SCSI && ISA_DMA_API
|
|
||||||
---help---
|
|
||||||
This is support for the UltraStor 14F and 34F SCSI-2 host adapters.
|
|
||||||
The source at <file:drivers/scsi/u14-34f.c> contains some
|
|
||||||
information about this hardware. If the driver doesn't work out of
|
|
||||||
the box, you may have to change some settings in
|
|
||||||
<file: drivers/scsi/u14-34f.c>. Read the SCSI-HOWTO, available from
|
|
||||||
<http://www.tldp.org/docs.html#howto>. Note that there is also
|
|
||||||
another driver for the same hardware: "UltraStor SCSI support",
|
|
||||||
below. You should say Y to both only if you want 24F support as
|
|
||||||
well.
|
|
||||||
|
|
||||||
To compile this driver as a module, choose M here: the
|
|
||||||
module will be called u14-34f.
|
|
||||||
|
|
||||||
config SCSI_U14_34F_TAGGED_QUEUE
|
|
||||||
bool "enable tagged command queueing"
|
|
||||||
depends on SCSI_U14_34F
|
|
||||||
help
|
|
||||||
This is a feature of SCSI-2 which improves performance: the host
|
|
||||||
adapter can send several SCSI commands to a device's queue even if
|
|
||||||
previous commands haven't finished yet.
|
|
||||||
This is equivalent to the "u14-34f=tc:y" boot option.
|
|
||||||
|
|
||||||
config SCSI_U14_34F_LINKED_COMMANDS
|
|
||||||
bool "enable elevator sorting"
|
|
||||||
depends on SCSI_U14_34F
|
|
||||||
help
|
|
||||||
This option enables elevator sorting for all probed SCSI disks and
|
|
||||||
CD-ROMs. It definitely reduces the average seek distance when doing
|
|
||||||
random seeks, but this does not necessarily result in a noticeable
|
|
||||||
performance improvement: your mileage may vary...
|
|
||||||
This is equivalent to the "u14-34f=lc:y" boot option.
|
|
||||||
|
|
||||||
config SCSI_U14_34F_MAX_TAGS
|
|
||||||
int "maximum number of queued commands"
|
|
||||||
depends on SCSI_U14_34F
|
|
||||||
default "8"
|
|
||||||
help
|
|
||||||
This specifies how many SCSI commands can be maximally queued for
|
|
||||||
each probed SCSI device. You should reduce the default value of 8
|
|
||||||
only if you have disks with buggy or limited tagged command support.
|
|
||||||
Minimum is 2 and maximum is 14. This value is also the window size
|
|
||||||
used by the elevator sorting option above. The effective value used
|
|
||||||
by the driver for each probed SCSI device is reported at boot time.
|
|
||||||
This is equivalent to the "u14-34f=mq:8" boot option.
|
|
||||||
|
|
||||||
config SCSI_NSP32
|
config SCSI_NSP32
|
||||||
tristate "Workbit NinjaSCSI-32Bi/UDE support"
|
tristate "Workbit NinjaSCSI-32Bi/UDE support"
|
||||||
depends on PCI && SCSI && !64BIT
|
depends on PCI && SCSI && !64BIT
|
||||||
|
|
|
@ -61,7 +61,6 @@ obj-$(CONFIG_SCSI_SIM710) += 53c700.o sim710.o
|
||||||
obj-$(CONFIG_SCSI_ADVANSYS) += advansys.o
|
obj-$(CONFIG_SCSI_ADVANSYS) += advansys.o
|
||||||
obj-$(CONFIG_SCSI_BUSLOGIC) += BusLogic.o
|
obj-$(CONFIG_SCSI_BUSLOGIC) += BusLogic.o
|
||||||
obj-$(CONFIG_SCSI_DPT_I2O) += dpt_i2o.o
|
obj-$(CONFIG_SCSI_DPT_I2O) += dpt_i2o.o
|
||||||
obj-$(CONFIG_SCSI_U14_34F) += u14-34f.o
|
|
||||||
obj-$(CONFIG_SCSI_ARCMSR) += arcmsr/
|
obj-$(CONFIG_SCSI_ARCMSR) += arcmsr/
|
||||||
obj-$(CONFIG_SCSI_AHA152X) += aha152x.o
|
obj-$(CONFIG_SCSI_AHA152X) += aha152x.o
|
||||||
obj-$(CONFIG_SCSI_AHA1542) += aha1542.o
|
obj-$(CONFIG_SCSI_AHA1542) += aha1542.o
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue