[PATCH 0/6] cciss: Feb 22, 2010 updates

From: Stephen M. Cameron
Date: Tue Feb 22 2011 - 15:14:20 EST


The following series implements mostly minor fixes.
Hoisted a tag masking operation out of a loop. Inform
the controller that we're using 32-bit tags. Mask off
low error bits prior to calling pci_free_consistent.
Removed an unnecessary cast of kmalloc return value.
Fixed a missing command status of CMD_UNABORTABLE.
Added cciss_tape_cmds module parameter to allow reserving
more commands for use with SCSI tape drives.

---

Stephen M. Cameron (6):
cciss: host tag masking out of loop
cciss: Inform controller we are using 32-bit tags.
cciss: Mask off error bits of c->busaddr in cmd_special_free when calling pci_free_consistent
cciss: remove unnecessary casts
cciss: fix missed command status value CMD_UNABORTABLE
cciss: add cciss_tape_cmds module paramter


Documentation/blockdev/cciss.txt | 16 ++++++++++
drivers/block/cciss.c | 58 ++++++++++++++++++++++++++------------
drivers/block/cciss_cmd.h | 1 +
drivers/block/cciss_scsi.c | 45 +++++++++++++++++------------
drivers/block/cciss_scsi.h | 4 ---
5 files changed, 83 insertions(+), 41 deletions(-)

--
-- steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/