[SCSI] aacraid: expose physical devices
authorMark Haverkamp <markh@osdl.org>
Tue, 19 Sep 2006 15:59:43 +0000 (08:59 -0700)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sun, 24 Sep 2006 01:09:03 +0000 (20:09 -0500)
commit653ba58d55feb708c6f97e6f3e84901b3a03c9c0
tree833d63cf7fac90e693f0a2503e90d4a1f7362b9d
parent65101355450df2d935f8d56ac3abef279f28a0e2
[SCSI] aacraid: expose physical devices

Received from Mark Salyzyn:

I am placing this functionality into an insmod parameter. Normally the physical
components are exported to sg, and are blocked from showing up in sd.

Note that the pass-through I/O path via the driver through the Firmware to the
physical disks is not an optimized path, the card is designed for Hardware
RAID, elevator sorting and caching. This should not be used as a means for
utilizing the aacraid based controllers as a generic scsi/SATA/SAS controller,
performance should suck by a few percentage points, any RAID meta-data on the
drives will confuse the controller about who owns the drives and there is a
high risk of destroying content in both directions. Unreliable and for
experimentation or strange controlled circumstances only.

Signed-off-by: Mark Haverkamp <markh@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/aacraid/aachba.c
drivers/scsi/aacraid/linit.c