blob: 2dafa63bd370bd1632f08f73687e210f08636494 [file] [log] [blame]
Sumant Patrof9876f02006-02-03 15:34:35 -080011 Release Date : Wed Feb 03 14:31:44 PST 2006 - Sumant Patro <Sumant.Patro@lsil.com>
22 Current Version : 00.00.02.04
33 Older Version : 00.00.02.04
4
5i. Support for 1078 type (ppc IOP) controller, device id : 0x60 added.
6 During initialization, depending on the device id, the template members
7 are initialized with function pointers specific to the ppc or
8 xscale controllers.
9
10 -Sumant Patro <Sumant.Patro@lsil.com>
11
Joshua Giles122da302006-02-03 15:34:17 -0800121 Release Date : Fri Feb 03 14:16:25 PST 2006 - Sumant Patro
13 <Sumant.Patro@lsil.com>
142 Current Version : 00.00.02.04
153 Older Version : 00.00.02.02
16i. Register 16 byte CDB capability with scsi midlayer
17
18 "Ths patch properly registers the 16 byte command length capability of the
19 megaraid_sas controlled hardware with the scsi midlayer. All megaraid_sas
20 hardware supports 16 byte CDB's."
21
22 -Joshua Giles <joshua_giles@dell.com>
23
Sumant Patro1341c932006-01-25 12:02:40 -0800241 Release Date : Mon Jan 23 14:09:01 PST 2006 - Sumant Patro <Sumant.Patro@lsil.com>
252 Current Version : 00.00.02.02
263 Older Version : 00.00.02.01
27
28i. New template defined to represent each family of controllers (identified by processor used).
29 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.
30
31 -Sumant Patro <Sumant.Patro@lsil.com>
32
Sumant Patrocb59aa62006-01-25 11:53:25 -0800331 Release Date : Mon Dec 19 14:36:26 PST 2005 - Sumant Patro <Sumant.Patro@lsil.com>
342 Current Version : 00.00.02.00-rc4
353 Older Version : 00.00.02.01
36
37i. Code reorganized to remove code duplication in megasas_build_cmd.
38
39 "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"
40
41 - Christoph Hellwig <hch@lst.de>
42
43ii. Defined MEGASAS_IOC_FIRMWARE32 for code paths that handles 32 bit applications in 64 bit systems.
44
45 "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"
46
47 - Christoph Hellwig <hch@lst.de>