Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 099175c9 authored by James Bottomley's avatar James Bottomley
Browse files

[SCSI] remove PCI2000 and PCI2220i drivers



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: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 608648cb
Loading
Loading
Loading
Loading
+0 −22
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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
Loading