1AACRAID Driver for Linux (take two) 2 3Introduction 4------------------------- 5The aacraid driver adds support for Adaptec (http://www.adaptec.com) 6RAID controllers. This is a major rewrite from the original 7Adaptec supplied driver. It has signficantly cleaned up both the code 8and the running binary size (the module is less than half the size of 9the original). 10 11Supported Cards/Chipsets 12------------------------- 13 Dell Computer Corporation PERC 2 Quad Channel 14 Dell Computer Corporation PERC 2/Si 15 Dell Computer Corporation PERC 3/Si 16 Dell Computer Corporation 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 28People 29------------------------- 30Alan Cox <alan@redhat.com> 31Christoph Hellwig <hch@infradead.org> (small cleanups/fixes) 32Matt Domsch <matt_domsch@dell.com> (revision ioctl, adapter messages) 33Deanna Bonds (non-DASD support, PAE fibs and 64 bit, added new adaptec controllers 34 added new ioctls, changed scsi interface to use new error handler, 35 increased the number of fibs and outstanding commands to a container) 36 37 (fixed 64bit and 64G memory model, changed confusing naming convention 38 where fibs that go to the hardware are consistently called hw_fibs and 39 not just fibs like the name of the driver tracking structure) 40Mark Salyzyn <Mark_Salyzyn@adaptec.com> Fixed panic issues and added some new product ids for upcoming hbas. 41 42Original Driver 43------------------------- 44Adaptec Unix OEM Product Group 45 46Mailing List 47------------------------- 48linux-aacraid-devel@dell.com (Interested parties troll here) 49http://mbserver.adaptec.com/ (Currently more Community Support than Devel Support) 50Also note this is very different to Brian's original driver 51so don't expect him to support it. 52Adaptec does support this driver. Contact either tech support or Mark Salyzyn. 53 54Original by Brian Boerner February 2001 55Rewritten by Alan Cox, November 2001 56