README 2.0 KB

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