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/Makefile | |
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/Makefile')
-rw-r--r-- | drivers/scsi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile index 2e6129f13d38..2cd739c0ac33 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile | |||
@@ -59,7 +59,6 @@ obj-$(CONFIG_MVME16x_SCSI) += 53c700.o mvme16x_scsi.o | |||
59 | obj-$(CONFIG_BVME6000_SCSI) += 53c700.o bvme6000_scsi.o | 59 | obj-$(CONFIG_BVME6000_SCSI) += 53c700.o bvme6000_scsi.o |
60 | obj-$(CONFIG_SCSI_SIM710) += 53c700.o sim710.o | 60 | obj-$(CONFIG_SCSI_SIM710) += 53c700.o sim710.o |
61 | obj-$(CONFIG_SCSI_ADVANSYS) += advansys.o | 61 | obj-$(CONFIG_SCSI_ADVANSYS) += advansys.o |
62 | obj-$(CONFIG_SCSI_PSI240I) += psi240i.o | ||
63 | obj-$(CONFIG_SCSI_BUSLOGIC) += BusLogic.o | 62 | obj-$(CONFIG_SCSI_BUSLOGIC) += BusLogic.o |
64 | obj-$(CONFIG_SCSI_DPT_I2O) += dpt_i2o.o | 63 | obj-$(CONFIG_SCSI_DPT_I2O) += dpt_i2o.o |
65 | obj-$(CONFIG_SCSI_U14_34F) += u14-34f.o | 64 | obj-$(CONFIG_SCSI_U14_34F) += u14-34f.o |