diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2007-07-12 12:49:15 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-01-11 19:22:36 -0500 |
commit | 864a4675b239dcc3ae5b8adce15a370639b5ccab (patch) | |
tree | e9cf42bd3fc7c83a705452cad8afc4476dfde4ab /drivers/scsi/Kconfig | |
parent | 53d2a885032411b471b393d065c7b4693fbaafb4 (diff) |
[SCSI] psi240i: remove driver
The psi240i driver is still written for cmnd->request_buffer
as a char pointer to actual data. There was never any attempt
to use the scatterlist option.
- remove all source files (3) from drivers/scsi
- Remove from Makefile and Kconfig
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index a6676be87843..ad44557fe204 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1288,17 +1288,6 @@ config SCSI_PAS16 | |||
1288 | To compile this driver as a module, choose M here: the | 1288 | To compile this driver as a module, choose M here: the |
1289 | module will be called pas16. | 1289 | module will be called pas16. |
1290 | 1290 | ||
1291 | config SCSI_PSI240I | ||
1292 | tristate "PSI240i support" | ||
1293 | depends on ISA && SCSI | ||
1294 | help | ||
1295 | This is support for the PSI240i EIDE interface card which acts as a | ||
1296 | SCSI host adapter. Please read the SCSI-HOWTO, available from | ||
1297 | <http://www.tldp.org/docs.html#howto>. | ||
1298 | |||
1299 | To compile this driver as a module, choose M here: the | ||
1300 | module will be called psi240i. | ||
1301 | |||
1302 | config SCSI_QLOGIC_FAS | 1291 | config SCSI_QLOGIC_FAS |
1303 | tristate "Qlogic FAS SCSI support" | 1292 | tristate "Qlogic FAS SCSI support" |
1304 | depends on ISA && SCSI | 1293 | depends on ISA && SCSI |