[SCSI] megaraid_sas: Version and Changelog update
Signed-off-by: Adam Radford <aradford@gmail.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
7895f9c957
commit
798edaadba
3 changed files with 14 additions and 4 deletions
|
@ -1,3 +1,13 @@
|
||||||
|
Release Date : Fri. Jan 6, 2012 17:00:00 PST 2010 -
|
||||||
|
(emaild-id:megaraidlinux@lsi.com)
|
||||||
|
Adam Radford
|
||||||
|
Current Version : 00.00.06.14-rc1
|
||||||
|
Old Version : 00.00.06.12-rc1
|
||||||
|
1. Fix reglockFlags for degraded raid5/6 for MR 9360/9380.
|
||||||
|
2. Mask off flags in ioctl path to prevent memory scribble with older
|
||||||
|
MegaCLI versions.
|
||||||
|
3. Remove poll_mode_io module paramater, sysfs node, and associated code.
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
Release Date : Wed. Oct 5, 2011 17:00:00 PST 2010 -
|
Release Date : Wed. Oct 5, 2011 17:00:00 PST 2010 -
|
||||||
(emaild-id:megaraidlinux@lsi.com)
|
(emaild-id:megaraidlinux@lsi.com)
|
||||||
Adam Radford
|
Adam Radford
|
||||||
|
|
|
@ -33,9 +33,9 @@
|
||||||
/*
|
/*
|
||||||
* MegaRAID SAS Driver meta data
|
* MegaRAID SAS Driver meta data
|
||||||
*/
|
*/
|
||||||
#define MEGASAS_VERSION "00.00.06.12-rc1"
|
#define MEGASAS_VERSION "00.00.06.14-rc1"
|
||||||
#define MEGASAS_RELDATE "Oct. 5, 2011"
|
#define MEGASAS_RELDATE "Jan. 6, 2012"
|
||||||
#define MEGASAS_EXT_VERSION "Wed. Oct. 5 17:00:00 PDT 2011"
|
#define MEGASAS_EXT_VERSION "Fri. Jan. 6 17:00:00 PDT 2012"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Device IDs
|
* Device IDs
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*
|
*
|
||||||
* FILE: megaraid_sas_base.c
|
* FILE: megaraid_sas_base.c
|
||||||
* Version : v00.00.06.12-rc1
|
* Version : v00.00.06.14-rc1
|
||||||
*
|
*
|
||||||
* Authors: LSI Corporation
|
* Authors: LSI Corporation
|
||||||
* Sreenivas Bagalkote
|
* Sreenivas Bagalkote
|
||||||
|
|
Loading…
Reference in a new issue