README 2.1 KB

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