Merge ../linus
[linux-drm-fsl-dcu.git] / Documentation / scsi / ChangeLog.megaraid_sas
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
47 1 Release Date    : Sun May 14 22:49:52 PDT 2006 - Sumant Patro <Sumant.Patro@lsil.com>
48 2 Current Version : 00.00.03.01
49 3 Older Version   : 00.00.02.04
50
51 i.      Added support for ZCR controller.
52
53                 New device id 0x413 added.
54
55 ii.     Bug fix : Disable controller interrupt before firing INIT cmd to FW.
56
57                 Interrupt is enabled after required initialization is over.
58                 This is done to ensure that driver is ready to handle interrupts when
59                 it is generated by the controller.
60
61                 -Sumant Patro <Sumant.Patro@lsil.com>
62
63 1 Release Date    : Wed Feb 03 14:31:44 PST 2006 - Sumant Patro <Sumant.Patro@lsil.com>
64 2 Current Version : 00.00.02.04
65 3 Older Version   : 00.00.02.04 
66
67 i.      Remove superflous instance_lock
68
69         gets rid of the otherwise superflous instance_lock and avoids an unsave 
70         unsynchronized access in the error handler.
71
72                 - Christoph Hellwig <hch@lst.de>
73
74
75 1 Release Date    : Wed Feb 03 14:31:44 PST 2006 - Sumant Patro <Sumant.Patro@lsil.com>
76 2 Current Version : 00.00.02.04
77 3 Older Version   : 00.00.02.04 
78
79 i.      Support for 1078 type (ppc IOP) controller, device id : 0x60 added.
80         During initialization, depending on the device id, the template members 
81         are initialized with function pointers specific to the ppc or 
82         xscale controllers.  
83
84                 -Sumant Patro <Sumant.Patro@lsil.com>
85                 
86 1 Release Date    : Fri Feb 03 14:16:25 PST 2006 - Sumant Patro 
87                                                         <Sumant.Patro@lsil.com>
88 2 Current Version : 00.00.02.04
89 3 Older Version   : 00.00.02.02 
90 i.      Register 16 byte CDB capability with scsi midlayer 
91
92         "Ths patch properly registers the 16 byte command length capability of the 
93         megaraid_sas controlled hardware with the scsi midlayer. All megaraid_sas 
94         hardware supports 16 byte CDB's."
95
96                 -Joshua Giles <joshua_giles@dell.com> 
97
98 1 Release Date    : Mon Jan 23 14:09:01 PST 2006 - Sumant Patro <Sumant.Patro@lsil.com>
99 2 Current Version : 00.00.02.02
100 3 Older Version   : 00.00.02.01 
101
102 i.      New template defined to represent each family of controllers (identified by processor used). 
103         The template will have defintions that will be initialised to appropritae values for a specific family of controllers. The template definition has four function pointers. During driver initialisation the function pointers will be set based on the controller family type. This change is done to support new controllers that has different processors and thus different register set.
104
105                 -Sumant Patro <Sumant.Patro@lsil.com>
106
107 1 Release Date    : Mon Dec 19 14:36:26 PST 2005 - Sumant Patro <Sumant.Patro@lsil.com>
108 2 Current Version : 00.00.02.00-rc4 
109 3 Older Version   : 00.00.02.01 
110
111 i.      Code reorganized to remove code duplication in megasas_build_cmd. 
112
113         "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"
114
115                 - Christoph Hellwig <hch@lst.de>
116
117 ii.     Defined MEGASAS_IOC_FIRMWARE32 for code paths that handles 32 bit applications in 64 bit systems.
118
119         "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"
120
121                 - Christoph Hellwig <hch@lst.de>