Skip to content

Commit

Permalink
[SCSI] remove PCI2000 and PCI2220i drivers
Browse files Browse the repository at this point in the history
From: Christoph Hellwig <hch@lst.de>

Both drivers are marked broken and haven't compiled since very early
2.5.x.  And they're for IDE hardware so they shouldn't have been
written to the SCSI layer at all.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
James Bottomley committed May 20, 2005
1 parent 608648c commit 099175c
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 4,709 deletions.
22 changes: 0 additions & 22 deletions drivers/scsi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1192,28 +1192,6 @@ config SCSI_PAS16
To compile this driver as a module, choose M here: the
module will be called pas16.

config SCSI_PCI2000
tristate "PCI2000 support"
depends on PCI && SCSI && BROKEN
help
This is support for the PCI2000I EIDE interface card which acts as a
SCSI host adapter. Please read the SCSI-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.

To compile this driver as a module, choose M here: the
module will be called pci2000.

config SCSI_PCI2220I
tristate "PCI2220i support"
depends on PCI && SCSI && BROKEN
help
This is support for the PCI2220i EIDE interface card which acts as a
SCSI host adapter. Please read the SCSI-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.

To compile this driver as a module, choose M here: the
module will be called pci2220i.

config SCSI_PSI240I
tristate "PSI240i support"
depends on ISA && SCSI
Expand Down
2 changes: 0 additions & 2 deletions drivers/scsi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ obj-$(CONFIG_MVME16x_SCSI) += mvme16x.o 53c7xx.o
obj-$(CONFIG_BVME6000_SCSI) += bvme6000.o 53c7xx.o
obj-$(CONFIG_SCSI_SIM710) += 53c700.o sim710.o
obj-$(CONFIG_SCSI_ADVANSYS) += advansys.o
obj-$(CONFIG_SCSI_PCI2000) += pci2000.o
obj-$(CONFIG_SCSI_PCI2220I) += pci2220i.o
obj-$(CONFIG_SCSI_PSI240I) += psi240i.o
obj-$(CONFIG_SCSI_BUSLOGIC) += BusLogic.o
obj-$(CONFIG_SCSI_DPT_I2O) += dpt_i2o.o
Expand Down
Loading

0 comments on commit 099175c

Please sign in to comment.