VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / drivers / scsi / aacraid / README
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         AAR-2410SA SATA
14         Adaptec 2120S
15         Adaptec 2200S
16         Adaptec 2230S
17         Adaptec 3230S
18         Adaptec 3240S
19         Adaptec 5400S
20         ASR-2020S PCI-X
21         Dell PERC 2 Quad Channel
22         Dell PERC 2/Si
23         Dell PERC 3/Si
24         Dell PERC 3/Di
25         Dell CERC 2
26         HP NetRAID-4M
27         Legend S220
28         Legend S230
29
30 People
31 -------------------------
32 Alan Cox <alan@redhat.com>
33 Christoph Hellwig <hch@infradead.org>   (updates for new-style PCI probing and SCSI host registration,
34                                          small cleanups/fixes)
35 Matt Domsch <matt_domsch@dell.com>      (revision ioctl, adapter messages)
36 Deanna Bonds <deanna_bonds@adaptec.com> (non-DASD support, PAE fibs and 64 bit, added new adaptec controllers
37                                          added new ioctls, changed scsi interface to use new error handler,
38                                          increased the number of fibs and outstanding commands to a container)
39
40                                         (fixed 64bit and 64G memory model, changed confusing naming convention
41                                          where fibs that go to the hardware are consistently called hw_fibs and
42                                          not just fibs like the name of the driver tracking structure)
43 Mark Salyzyn <Mark_Salyzyn@adaptec.com> Fixed panic issues and added some new product ids for upcoming hbas.
44
45 Original Driver
46 -------------------------
47 Adaptec Unix OEM Product Group
48
49 Mailing List
50 -------------------------
51 linux-scsi@vger.kernel.org (Interested parties troll here)
52 http://mbserver.adaptec.com/ (Currently more Community Support than Devel Support)
53 Also note this is very different to Brian's original driver
54 so don't expect him to support it.
55 Adaptec does support this driver.  Contact either tech support or Mark Salyzyn.
56
57 Original by Brian Boerner February 2001
58 Rewritten by Alan Cox, November 2001