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