diff options
author | Sumant Patro <sumantp@lsil.com> | 2006-10-03 16:19:21 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-10-04 13:55:29 -0400 |
commit | 2a3681e56e825bce469d2ccf3c85741b5005e1f1 (patch) | |
tree | b455c9b48e8a786634b14921062cf21b0a43932d /Documentation/scsi | |
parent | 5d018ad057347995e5c4564b3e43339e6497f839 (diff) |
[SCSI] megaraid_sas: sets ioctl timeout and updates version,changelog
This patch sets timeout of max 180 seconds for ioctl completion.
It also updates the Changelog and hikes the version to 3.05.
Signed-off-by: Sumant Patro <Sumant.Patro@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'Documentation/scsi')
-rw-r--r-- | Documentation/scsi/ChangeLog.megaraid_sas | 45 |
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 | ||
2 | 1 Release Date : Mon Oct 02 11:21:32 PDT 2006 - Sumant Patro <Sumant.Patro@lsil.com> | ||
3 | 2 Current Version : 00.00.03.05 | ||
4 | 3 Older Version : 00.00.03.04 | ||
5 | |||
6 | i. 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> | ||
11 | ii. All compiler warnings removed | ||
12 | iii. megasas_ctrl_info struct reverted to 3.02 release | ||
13 | iv. Default value of megasas_dbg_lvl set to 0 | ||
14 | v. Removing in megasas_exit the sysfs entry created for megasas_dbg_lvl | ||
15 | vi. 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 | |||
19 | 1 Release Date : Wed Sep 13 14:22:51 PDT 2006 - Sumant Patro <Sumant.Patro@lsil.com> | ||
20 | 2 Current Version : 00.00.03.04 | ||
21 | 3 Older Version : 00.00.03.03 | ||
22 | |||
23 | i. Added Reboot notify | ||
24 | ii. 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 | |||
27 | 1 Release Date : Tue Aug 22 16:33:14 PDT 2006 - Sumant Patro <Sumant.Patro@lsil.com> | ||
28 | 2 Current Version : 00.00.03.03 | ||
29 | 3 Older Version : 00.00.03.02 | ||
30 | |||
31 | i. Send stop adapter to FW & Dump pending FW cmds before declaring adapter dead. | ||
32 | New varible added to set dbg level. | ||
33 | ii. Disable interrupt made as fn pointer as they are different for 1068 / 1078 | ||
34 | iii. Frame count optimization. Main frame can contain 2 SGE for 64 bit SGLs and | ||
35 | 3 SGE for 32 bit SGL | ||
36 | iv. Tasklet added for cmd completion | ||
37 | v. 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. | ||
38 | vi. megasas_ctrl_prop structure updated (based on FW struct) | ||
39 | vii. Added print : FW now in Ready State during initialization | ||
40 | |||
41 | 1 Release Date : Sun Aug 06 22:49:52 PDT 2006 - Sumant Patro <Sumant.Patro@lsil.com> | ||
42 | 2 Current Version : 00.00.03.02 | ||
43 | 3 Older Version : 00.00.03.01 | ||
44 | |||
45 | i. Added FW tranistion state for Hotplug scenario | ||
46 | |||
2 | 1 Release Date : Sun May 14 22:49:52 PDT 2006 - Sumant Patro <Sumant.Patro@lsil.com> | 47 | 1 Release Date : Sun May 14 22:49:52 PDT 2006 - Sumant Patro <Sumant.Patro@lsil.com> |
3 | 2 Current Version : 00.00.03.01 | 48 | 2 Current Version : 00.00.03.01 |
4 | 3 Older Version : 00.00.02.04 | 49 | 3 Older Version : 00.00.02.04 |