aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/scsi/ChangeLog.megaraid_sas
diff options
context:
space:
mode:
authorSumant Patro <sumantp@lsil.com>2006-01-25 14:53:25 -0500
committerJames Bottomley <jejb@mulgrave.(none)>2006-01-29 12:18:16 -0500
commitcb59aa6a7ca1ae40fd436c45dff568a83f3fab2f (patch)
treefe39a56ef4d95987d1c45eb44a4e764972820e58 /Documentation/scsi/ChangeLog.megaraid_sas
parentbb1d1073a10fdc8547e3eb821ee2488260094b39 (diff)
[SCSI] megaraid_sas: cleanup queue command path
This patch (originally submitted by Christoph Hellwig) removes code duplication in megasas_build_cmd. It also defines MEGASAS_IOC_FIRMWARE32 to allow 64 bit compiled applications to work. Signed-off-by: Sumant Patro <Sumant.Patro@lsil.com> Rejections fixed and Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'Documentation/scsi/ChangeLog.megaraid_sas')
-rw-r--r--Documentation/scsi/ChangeLog.megaraid_sas15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/scsi/ChangeLog.megaraid_sas b/Documentation/scsi/ChangeLog.megaraid_sas
new file mode 100644
index 000000000000..e2319aeffbcc
--- /dev/null
+++ b/Documentation/scsi/ChangeLog.megaraid_sas
@@ -0,0 +1,15 @@
11 Release Date : Mon Dec 19 14:36:26 PST 2005 - Sumant Patro <Sumant.Patro@lsil.com>
22 Current Version : 00.00.02.00-rc4
33 Older Version : 00.00.02.01
4
5i. Code reorganized to remove code duplication in megasas_build_cmd.
6
7 "There's a lot of duplicate code megasas_build_cmd. Move that out of the different codepathes and merge the reminder of megasas_build_cmd into megasas_queue_command"
8
9 - Christoph Hellwig <hch@lst.de>
10
11ii. Defined MEGASAS_IOC_FIRMWARE32 for code paths that handles 32 bit applications in 64 bit systems.
12
13 "MEGASAS_IOC_FIRMWARE can't be redefined if CONFIG_COMPAT is set, we need to define a MEGASAS_IOC_FIRMWARE32 define so native binaries continue to work"
14
15 - Christoph Hellwig <hch@lst.de>