]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] aacraid: add Voodoo Lite class of cards.
authorSalyzyn, Mark <Mark_Salyzyn@adaptec.com>
Thu, 17 Jan 2008 17:25:07 +0000 (09:25 -0800)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Wed, 23 Jan 2008 17:29:34 +0000 (11:29 -0600)
commit8e3d98e2d35b72e097e13e6d8e3d48515fc78d8f
tree80b682f3fc0622de08278e37e51c59f94ad530e0
parente71c80d14d3aea1ec164415a0d7da15c969c61b2
[SCSI] aacraid: add Voodoo Lite class of cards.

The cards being added are supported in a limited sense already through
family matching, but we needed to add some functionality to the driver
to expose selectively the physical drives. These Physical drives are
specifically marked to not be part of any array and thus are declared
JBODs (Just a Bunch Of Drives) for generic SCSI access.

We report that this is the second patch in a set of two, but merely
depends on the stand-alone functionality of the first patch which adds
in that case the ability to report a driver feature flag via sysfs. We
leverage that functionality by reporting that this driver now supports
this new JBOD feature for the controller so that the array management
applications may react accordingly and guide the user as they manage
the controller.

Signed-off-by: Mark Salyzyn <aacraid@adaptec.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Documentation/scsi/aacraid.txt
drivers/scsi/aacraid/aachba.c
drivers/scsi/aacraid/aacraid.h
drivers/scsi/aacraid/commsup.c
drivers/scsi/aacraid/linit.c