xref: /linux/Documentation/scsi/ChangeLog.megaraid_sas (revision 122da30223c06cee181044af6d32e88b256d10df)
1*122da302SJoshua Giles1 Release Date    : Fri Feb 03 14:16:25 PST 2006 - Sumant Patro
2*122da302SJoshua Giles							<Sumant.Patro@lsil.com>
3*122da302SJoshua Giles2 Current Version : 00.00.02.04
4*122da302SJoshua Giles3 Older Version   : 00.00.02.02
5*122da302SJoshua Gilesi.	Register 16 byte CDB capability with scsi midlayer
6*122da302SJoshua Giles
7*122da302SJoshua Giles	"Ths patch properly registers the 16 byte command length capability of the
8*122da302SJoshua Giles	megaraid_sas controlled hardware with the scsi midlayer. All megaraid_sas
9*122da302SJoshua Giles	hardware supports 16 byte CDB's."
10*122da302SJoshua Giles
11*122da302SJoshua Giles		-Joshua Giles <joshua_giles@dell.com>
12*122da302SJoshua Giles
131341c939SSumant Patro1 Release Date    : Mon Jan 23 14:09:01 PST 2006 - Sumant Patro <Sumant.Patro@lsil.com>
141341c939SSumant Patro2 Current Version : 00.00.02.02
151341c939SSumant Patro3 Older Version   : 00.00.02.01
161341c939SSumant Patro
171341c939SSumant Patroi.	New template defined to represent each family of controllers (identified by processor used).
181341c939SSumant 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.
191341c939SSumant Patro
201341c939SSumant Patro		-Sumant Patro <Sumant.Patro@lsil.com>
211341c939SSumant Patro
22cb59aa6aSSumant Patro1 Release Date    : Mon Dec 19 14:36:26 PST 2005 - Sumant Patro <Sumant.Patro@lsil.com>
23cb59aa6aSSumant Patro2 Current Version : 00.00.02.00-rc4
24cb59aa6aSSumant Patro3 Older Version   : 00.00.02.01
25cb59aa6aSSumant Patro
26cb59aa6aSSumant Patroi.	Code reorganized to remove code duplication in megasas_build_cmd.
27cb59aa6aSSumant Patro
28cb59aa6aSSumant 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"
29cb59aa6aSSumant Patro
30cb59aa6aSSumant Patro		- Christoph Hellwig <hch@lst.de>
31cb59aa6aSSumant Patro
32cb59aa6aSSumant Patroii.	Defined MEGASAS_IOC_FIRMWARE32 for code paths that handles 32 bit applications in 64 bit systems.
33cb59aa6aSSumant Patro
34cb59aa6aSSumant 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"
35cb59aa6aSSumant Patro
36cb59aa6aSSumant Patro		- Christoph Hellwig <hch@lst.de>
37