aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/scsi
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-10-04 21:57:35 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-04 21:57:35 -0400
commit97d41e90fe61399b99d74820cb7f2d6e0fbac91d (patch)
treef759371424a26963b04badbb4433e360be4e8750 /Documentation/scsi
parent3bdc9d0b408e01c4e556daba0035ba37f603e920 (diff)
parentafaf5a2d341d33b66b47c2716a263ce593460a08 (diff)
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
* master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (54 commits) [SCSI] Initial Commit of qla4xxx [SCSI] raid class: handle component-add errors [SCSI] SCSI megaraid_sas: handle thrown errors [SCSI] SCSI aic94xx: handle sysfs errors [SCSI] SCSI st: fix error handling in module init, sysfs [SCSI] SCSI sd: fix module init/exit error handling [SCSI] SCSI osst: add error handling to module init, sysfs [SCSI] scsi: remove hosts.h [SCSI] scsi: Scsi_Cmnd convertion in aic7xxx_old.c [SCSI] megaraid_sas: sets ioctl timeout and updates version,changelog [SCSI] megaraid_sas: adds tasklet for cmd completion [SCSI] megaraid_sas: prints pending cmds before setting hw_crit_error [SCSI] megaraid_sas: function pointer for disable interrupt [SCSI] megaraid_sas: frame count optimization [SCSI] megaraid_sas: FW transition and q size changes [SCSI] qla2xxx: Update version number to 8.01.07-k2. [SCSI] qla2xxx: Stall mid-layer error handlers while rport is blocked. [SCSI] qla2xxx: Add MODULE_FIRMWARE tags. [SCSI] qla2xxx: Add support for host port state FC transport attribute. [SCSI] qla2xxx: Add support for fabric name FC transport attribute. ...
Diffstat (limited to 'Documentation/scsi')
-rw-r--r--Documentation/scsi/ChangeLog.megaraid_sas45
1 files changed, 45 insertions, 0 deletions
diff --git a/Documentation/scsi/ChangeLog.megaraid_sas b/Documentation/scsi/ChangeLog.megaraid_sas
index d9e5960dafd5..5eb927544990 100644
--- a/Documentation/scsi/ChangeLog.megaraid_sas
+++ b/Documentation/scsi/ChangeLog.megaraid_sas
@@ -1,4 +1,49 @@
1 1
21 Release Date : Mon Oct 02 11:21:32 PDT 2006 - Sumant Patro <Sumant.Patro@lsil.com>
32 Current Version : 00.00.03.05
43 Older Version : 00.00.03.04
5
6i. PCI_DEVICE macro used
7
8 Convert the pci_device_id-table of the megaraid_sas-driver to the PCI_DEVICE-macro, to safe some lines.
9
10 - Henrik Kretzschmar <henne@nachtwindheim.de>
11ii. All compiler warnings removed
12iii. megasas_ctrl_info struct reverted to 3.02 release
13iv. Default value of megasas_dbg_lvl set to 0
14v. Removing in megasas_exit the sysfs entry created for megasas_dbg_lvl
15vi. In megasas_teardown_frame_pool(), cmd->frame was passed instead of
16 cmd->sense to pci_pool_free. Fixed. Bug was pointed out by
17 Eric Sesterhenn
18
191 Release Date : Wed Sep 13 14:22:51 PDT 2006 - Sumant Patro <Sumant.Patro@lsil.com>
202 Current Version : 00.00.03.04
213 Older Version : 00.00.03.03
22
23i. Added Reboot notify
24ii. Reduced by 1 max cmds sent to FW from Driver to make the reply_q_sz same
25 as Max Cmds FW can support
26
271 Release Date : Tue Aug 22 16:33:14 PDT 2006 - Sumant Patro <Sumant.Patro@lsil.com>
282 Current Version : 00.00.03.03
293 Older Version : 00.00.03.02
30
31i. Send stop adapter to FW & Dump pending FW cmds before declaring adapter dead.
32 New varible added to set dbg level.
33ii. Disable interrupt made as fn pointer as they are different for 1068 / 1078
34iii. Frame count optimization. Main frame can contain 2 SGE for 64 bit SGLs and
35 3 SGE for 32 bit SGL
36iv. Tasklet added for cmd completion
37v. If FW in operational state before firing INIT, now we send RESET Flag to FW instead of just READY. This is used to do soft reset.
38vi. megasas_ctrl_prop structure updated (based on FW struct)
39vii. Added print : FW now in Ready State during initialization
40
411 Release Date : Sun Aug 06 22:49:52 PDT 2006 - Sumant Patro <Sumant.Patro@lsil.com>
422 Current Version : 00.00.03.02
433 Older Version : 00.00.03.01
44
45i. Added FW tranistion state for Hotplug scenario
46
21 Release Date : Sun May 14 22:49:52 PDT 2006 - Sumant Patro <Sumant.Patro@lsil.com> 471 Release Date : Sun May 14 22:49:52 PDT 2006 - Sumant Patro <Sumant.Patro@lsil.com>
32 Current Version : 00.00.03.01 482 Current Version : 00.00.03.01
43 Older Version : 00.00.02.04 493 Older Version : 00.00.02.04