Not a lot of extensive changes in this set, some new PCI IDs,
some small bug fixes, quieting some noisy messages, allowing
more reply queues, setting irq affinity hints, and some minor
locking improvments.

Two patches are slightly changed since they were first sent due
to reviewer comments and some new or previously unnoticed
checkpatch complaints.

"hpsa: fix handling of hpsa_volume_offline return value"
was changed slightly to avoid some type casting, and 
"hpsa: use gcc aligned attribute instead of manually padding structs"
was changed to use "__align(x)" instead of "__attribute((aligned(x)))"

 drivers/scsi/hpsa.c     |  297 +++++++++++++++++++++++++++++------------------
 drivers/scsi/hpsa.h     |   43 ++++---
 drivers/scsi/hpsa_cmd.h |   49 +++-----
 3 files changed, 226 insertions(+), 163 deletions(-)

-- 
-- steve

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to