diff options
author | James Bottomley <jejb@mulgrave.(none)> | 2005-04-21 22:50:33 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-05-20 13:53:15 -0400 |
commit | 099175c94a221fa2723b7273883c98cd32efe900 (patch) | |
tree | 367d0e08d62906aff04087d426d2dc8fccf7eb35 /drivers/scsi/Kconfig | |
parent | 608648cb40f01c337be69f965cf7740f8189c31c (diff) |
[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: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 750b11cefd93..2ef5aee86b29 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1192,28 +1192,6 @@ config SCSI_PAS16 | |||
1192 | To compile this driver as a module, choose M here: the | 1192 | To compile this driver as a module, choose M here: the |
1193 | module will be called pas16. | 1193 | module will be called pas16. |
1194 | 1194 | ||
1195 | config SCSI_PCI2000 | ||
1196 | tristate "PCI2000 support" | ||
1197 | depends on PCI && SCSI && BROKEN | ||
1198 | help | ||
1199 | This is support for the PCI2000I EIDE interface card which acts as a | ||
1200 | SCSI host adapter. Please read the SCSI-HOWTO, available from | ||
1201 | <http://www.tldp.org/docs.html#howto>. | ||
1202 | |||
1203 | To compile this driver as a module, choose M here: the | ||
1204 | module will be called pci2000. | ||
1205 | |||
1206 | config SCSI_PCI2220I | ||
1207 | tristate "PCI2220i support" | ||
1208 | depends on PCI && SCSI && BROKEN | ||
1209 | help | ||
1210 | This is support for the PCI2220i EIDE interface card which acts as a | ||
1211 | SCSI host adapter. Please read the SCSI-HOWTO, available from | ||
1212 | <http://www.tldp.org/docs.html#howto>. | ||
1213 | |||
1214 | To compile this driver as a module, choose M here: the | ||
1215 | module will be called pci2220i. | ||
1216 | |||
1217 | config SCSI_PSI240I | 1195 | config SCSI_PSI240I |
1218 | tristate "PSI240i support" | 1196 | tristate "PSI240i support" |
1219 | depends on ISA && SCSI | 1197 | depends on ISA && SCSI |