commit | 9872b81cf9f4b163e9c558d79e76b832c58a4814 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@HansenPartnership.com> | Wed Jun 17 15:03:41 2009 -0400 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Sun Jun 21 10:52:45 2009 -0500 |
tree | af68f3cbe69f4f62f8e3916991de42ca63059e73 | |
parent | 598fa4b775d064d4656132c78d9a312eb1d2f91f [diff] |
scsi_transport_spi: use spi target settings instead of inquiry data for DV Right at the moment, we carefully set up the spi_support_xx in the device configuration routines, but then we never actually use the results: we rely on the inquiry strings. If we're going to allow overrides to the inquiry data, we have to rely on our own internal settings. Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>