diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-11-01 21:47:37 +0100 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-11-06 12:57:05 -0600 |
commit | d6933df97a486d9c73a6bb4fed75154343c8638f (patch) | |
tree | 68d7c830243c393d0db9d366f594a522e77b4f4a /Documentation/scsi/qlogicisp.txt | |
parent | 4065a413d7684919b3f8804df8ab0cd9a09150f4 (diff) | |
download | linux-3.10-d6933df97a486d9c73a6bb4fed75154343c8638f.tar.gz linux-3.10-d6933df97a486d9c73a6bb4fed75154343c8638f.tar.bz2 linux-3.10-d6933df97a486d9c73a6bb4fed75154343c8638f.zip |
[SCSI] remove the obsolete SCSI qlogicisp driver
The SCSI qlogicisp driver is both marked BROKEN and superseded by the
qla1280 driver.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'Documentation/scsi/qlogicisp.txt')
-rw-r--r-- | Documentation/scsi/qlogicisp.txt | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/Documentation/scsi/qlogicisp.txt b/Documentation/scsi/qlogicisp.txt deleted file mode 100644 index 6920f6c76a9..00000000000 --- a/Documentation/scsi/qlogicisp.txt +++ /dev/null @@ -1,30 +0,0 @@ -Notes for the QLogic ISP1020 PCI SCSI Driver: - -This driver works well in practice, but does not support disconnect/ -reconnect, which makes using it with tape drives impractical. - -It should work for most host adaptors with the ISP1020 chip. The -QLogic Corporation produces several PCI SCSI adapters which should -work: - - * IQ-PCI - * IQ-PCI-10 - * IQ-PCI-D - -This driver may work with boards containing the ISP1020A or ISP1040A -chips, but that has not been tested. - -This driver will NOT work with: - - * ISA or VL Bus Qlogic cards (they use the 'qlogicfas' driver) - * PCI-basic (it uses the 'am53c974' driver) - -Much thanks to QLogic's tech support for providing the latest ISP1020 -firmware, and for taking the time to review my code. - -Erik Moe -ehm@cris.com - -Revised: -Michael A. Griffith -grif@cs.ucr.edu |