Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / scsi / aacraid / README
blobfdb0f45f7336cf96cb01c106800ff90b15a31aaf
1 AACRAID Driver for Linux (take two)
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).
11 Supported Cards/Chipsets
12 -------------------------
13         Adaptec 2020S
14         Adaptec 2025S
15         Adaptec 2120S
16         Adaptec 2200S
17         Adaptec 2230S
18         Adaptec 2240S
19         Adaptec 2410SA
20         Adaptec 2610SA
21         Adaptec 2810SA
22         Adaptec 21610SA
23         Adaptec 3230S
24         Adaptec 3240S
25         Adaptec 4000SAS
26         Adaptec 4005SAS
27         Adaptec 4800SAS
28         Adaptec 4805SAS
29         Adaptec 5400S
30         Dell PERC 2 Quad Channel
31         Dell PERC 2/Si
32         Dell PERC 3/Si
33         Dell PERC 3/Di
34         Dell CERC 2
35         HP NetRAID-4M
36         Legend S220
37         Legend S230
39 People
40 -------------------------
41 Alan Cox <alan@redhat.com>
42 Christoph Hellwig <hch@infradead.org>   (updates for new-style PCI probing and SCSI host registration,
43                                          small cleanups/fixes)
44 Matt Domsch <matt_domsch@dell.com>      (revision ioctl, adapter messages)
45 Deanna Bonds                            (non-DASD support, PAE fibs and 64 bit, added new adaptec controllers
46                                          added new ioctls, changed scsi interface to use new error handler,
47                                          increased the number of fibs and outstanding commands to a container)
49                                         (fixed 64bit and 64G memory model, changed confusing naming convention
50                                          where fibs that go to the hardware are consistently called hw_fibs and
51                                          not just fibs like the name of the driver tracking structure)
52 Mark Salyzyn <Mark_Salyzyn@adaptec.com> Fixed panic issues and added some new product ids for upcoming hbas.
54 Original Driver
55 -------------------------
56 Adaptec Unix OEM Product Group
58 Mailing List
59 -------------------------
60 linux-scsi@vger.kernel.org (Interested parties troll here)
61 Also note this is very different to Brian's original driver
62 so don't expect him to support it.
63 Adaptec does support this driver.  Contact either tech support or Mark Salyzyn.
65 Original by Brian Boerner February 2001
66 Rewritten by Alan Cox, November 2001