xref: /linux/Documentation/scsi/ChangeLog.megaraid_sas (revision 1341c939222f4d1cc8d9eb2b794f26f089fe0a61)
1*1341c939SSumant Patro1 Release Date    : Mon Jan 23 14:09:01 PST 2006 - Sumant Patro <Sumant.Patro@lsil.com>
2*1341c939SSumant Patro2 Current Version : 00.00.02.02
3*1341c939SSumant Patro3 Older Version   : 00.00.02.01
4*1341c939SSumant Patro
5*1341c939SSumant Patroi.	New template defined to represent each family of controllers (identified by processor used).
6*1341c939SSumant 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.
7*1341c939SSumant Patro
8*1341c939SSumant Patro		-Sumant Patro <Sumant.Patro@lsil.com>
9*1341c939SSumant Patro
10cb59aa6aSSumant Patro1 Release Date    : Mon Dec 19 14:36:26 PST 2005 - Sumant Patro <Sumant.Patro@lsil.com>
11cb59aa6aSSumant Patro2 Current Version : 00.00.02.00-rc4
12cb59aa6aSSumant Patro3 Older Version   : 00.00.02.01
13cb59aa6aSSumant Patro
14cb59aa6aSSumant Patroi.	Code reorganized to remove code duplication in megasas_build_cmd.
15cb59aa6aSSumant Patro
16cb59aa6aSSumant 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"
17cb59aa6aSSumant Patro
18cb59aa6aSSumant Patro		- Christoph Hellwig <hch@lst.de>
19cb59aa6aSSumant Patro
20cb59aa6aSSumant Patroii.	Defined MEGASAS_IOC_FIRMWARE32 for code paths that handles 32 bit applications in 64 bit systems.
21cb59aa6aSSumant Patro
22cb59aa6aSSumant 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"
23cb59aa6aSSumant Patro
24cb59aa6aSSumant Patro		- Christoph Hellwig <hch@lst.de>
25