diff options
Diffstat (limited to 'drivers/scsi/aacraid/README')
-rw-r--r-- | drivers/scsi/aacraid/README | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/drivers/scsi/aacraid/README b/drivers/scsi/aacraid/README deleted file mode 100644 index 4193865d419c..000000000000 --- a/drivers/scsi/aacraid/README +++ /dev/null | |||
@@ -1,74 +0,0 @@ | |||
1 | AACRAID Driver for Linux (take two) | ||
2 | |||
3 | Introduction | ||
4 | ------------------------- | ||
5 | The aacraid driver adds support for Adaptec (http://www.adaptec.com) | ||
6 | RAID controllers. This is a major rewrite from the original | ||
7 | Adaptec supplied driver. It has signficantly cleaned up both the code | ||
8 | and the running binary size (the module is less than half the size of | ||
9 | the original). | ||
10 | |||
11 | Supported Cards/Chipsets | ||
12 | ------------------------- | ||
13 | Adaptec 2020S | ||
14 | Adaptec 2025S | ||
15 | Adaptec 2120S | ||
16 | Adaptec 2130S | ||
17 | Adaptec 2200S | ||
18 | Adaptec 2230S | ||
19 | Adaptec 2240S | ||
20 | Adaptec 2410SA | ||
21 | Adaptec 2610SA | ||
22 | Adaptec 2810SA | ||
23 | Adaptec 21610SA | ||
24 | Adaptec 3230S | ||
25 | Adaptec 3240S | ||
26 | Adaptec 4000SAS | ||
27 | Adaptec 4005SAS | ||
28 | Adaptec 4800SAS | ||
29 | Adaptec 4805SAS | ||
30 | Adaptec 5400S | ||
31 | Dell PERC 2 Quad Channel | ||
32 | Dell PERC 2/Si | ||
33 | Dell PERC 3/Si | ||
34 | Dell PERC 3/Di | ||
35 | Dell CERC 2 | ||
36 | HP NetRAID-4M | ||
37 | Legend S220 | ||
38 | Legend S230 | ||
39 | IBM ServeRAID 8i | ||
40 | ICP 9014R0 | ||
41 | ICP 9024R0 | ||
42 | ICP 9047MA | ||
43 | ICP 9087MA | ||
44 | ICP 9085LI | ||
45 | ICP 5085AU | ||
46 | |||
47 | People | ||
48 | ------------------------- | ||
49 | Alan Cox <alan@redhat.com> | ||
50 | Christoph Hellwig <hch@infradead.org> (updates for new-style PCI probing and SCSI host registration, | ||
51 | small cleanups/fixes) | ||
52 | Matt Domsch <matt_domsch@dell.com> (revision ioctl, adapter messages) | ||
53 | Deanna Bonds (non-DASD support, PAE fibs and 64 bit, added new adaptec controllers | ||
54 | added new ioctls, changed scsi interface to use new error handler, | ||
55 | increased the number of fibs and outstanding commands to a container) | ||
56 | |||
57 | (fixed 64bit and 64G memory model, changed confusing naming convention | ||
58 | where fibs that go to the hardware are consistently called hw_fibs and | ||
59 | not just fibs like the name of the driver tracking structure) | ||
60 | Mark Salyzyn <Mark_Salyzyn@adaptec.com> Fixed panic issues and added some new product ids for upcoming hbas. Performance tuning, card failover and bug mitigations. | ||
61 | |||
62 | Original Driver | ||
63 | ------------------------- | ||
64 | Adaptec Unix OEM Product Group | ||
65 | |||
66 | Mailing List | ||
67 | ------------------------- | ||
68 | linux-scsi@vger.kernel.org (Interested parties troll here) | ||
69 | Also note this is very different to Brian's original driver | ||
70 | so don't expect him to support it. | ||
71 | Adaptec does support this driver. Contact either tech support or Mark Salyzyn. | ||
72 | |||
73 | Original by Brian Boerner February 2001 | ||
74 | Rewritten by Alan Cox, November 2001 | ||