xref: /linux/Documentation/scsi/ChangeLog.megaraid_sas (revision f9876f0b67c3f0b04ee2167602df54e7ae139ad7)
1*f9876f0bSSumant Patro1 Release Date    : Wed Feb 03 14:31:44 PST 2006 - Sumant Patro <Sumant.Patro@lsil.com>
2*f9876f0bSSumant Patro2 Current Version : 00.00.02.04
3*f9876f0bSSumant Patro3 Older Version   : 00.00.02.04
4*f9876f0bSSumant Patro
5*f9876f0bSSumant Patroi.	Support for 1078 type (ppc IOP) controller, device id : 0x60 added.
6*f9876f0bSSumant Patro	During initialization, depending on the device id, the template members
7*f9876f0bSSumant Patro	are initialized with function pointers specific to the ppc or
8*f9876f0bSSumant Patro	xscale controllers.
9*f9876f0bSSumant Patro
10*f9876f0bSSumant Patro		-Sumant Patro <Sumant.Patro@lsil.com>
11*f9876f0bSSumant Patro
12122da302SJoshua Giles1 Release Date    : Fri Feb 03 14:16:25 PST 2006 - Sumant Patro
13122da302SJoshua Giles							<Sumant.Patro@lsil.com>
14122da302SJoshua Giles2 Current Version : 00.00.02.04
15122da302SJoshua Giles3 Older Version   : 00.00.02.02
16122da302SJoshua Gilesi.	Register 16 byte CDB capability with scsi midlayer
17122da302SJoshua Giles
18122da302SJoshua Giles	"Ths patch properly registers the 16 byte command length capability of the
19122da302SJoshua Giles	megaraid_sas controlled hardware with the scsi midlayer. All megaraid_sas
20122da302SJoshua Giles	hardware supports 16 byte CDB's."
21122da302SJoshua Giles
22122da302SJoshua Giles		-Joshua Giles <joshua_giles@dell.com>
23122da302SJoshua Giles
241341c939SSumant Patro1 Release Date    : Mon Jan 23 14:09:01 PST 2006 - Sumant Patro <Sumant.Patro@lsil.com>
251341c939SSumant Patro2 Current Version : 00.00.02.02
261341c939SSumant Patro3 Older Version   : 00.00.02.01
271341c939SSumant Patro
281341c939SSumant Patroi.	New template defined to represent each family of controllers (identified by processor used).
291341c939SSumant Patro	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.
301341c939SSumant Patro
311341c939SSumant Patro		-Sumant Patro <Sumant.Patro@lsil.com>
321341c939SSumant Patro
33cb59aa6aSSumant Patro1 Release Date    : Mon Dec 19 14:36:26 PST 2005 - Sumant Patro <Sumant.Patro@lsil.com>
34cb59aa6aSSumant Patro2 Current Version : 00.00.02.00-rc4
35cb59aa6aSSumant Patro3 Older Version   : 00.00.02.01
36cb59aa6aSSumant Patro
37cb59aa6aSSumant Patroi.	Code reorganized to remove code duplication in megasas_build_cmd.
38cb59aa6aSSumant Patro
39cb59aa6aSSumant Patro	"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"
40cb59aa6aSSumant Patro
41cb59aa6aSSumant Patro		- Christoph Hellwig <hch@lst.de>
42cb59aa6aSSumant Patro
43cb59aa6aSSumant Patroii.	Defined MEGASAS_IOC_FIRMWARE32 for code paths that handles 32 bit applications in 64 bit systems.
44cb59aa6aSSumant Patro
45cb59aa6aSSumant Patro	"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"
46cb59aa6aSSumant Patro
47cb59aa6aSSumant Patro		- Christoph Hellwig <hch@lst.de>
48