[SCSI] megaraid_sas Version to 5.40-rc1 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
4bcde509a8
commit
e17035851a
|
@ -1,3 +1,11 @@
|
||||||
|
Release Date : Tue. Jul 26, 2011 17:00:00 PST 2010 -
|
||||||
|
(emaild-id:megaraidlinux@lsi.com)
|
||||||
|
Adam Radford
|
||||||
|
Current Version : 00.00.05.40-rc1
|
||||||
|
Old Version : 00.00.05.38-rc1
|
||||||
|
1. Fix FastPath I/O to work with degraded RAID 1.
|
||||||
|
2. Add .change_queue_depth support.
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
Release Date : Wed. May 11, 2011 17:00:00 PST 2010 -
|
Release Date : Wed. May 11, 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.05.38-rc1"
|
#define MEGASAS_VERSION "00.00.05.40-rc1"
|
||||||
#define MEGASAS_RELDATE "May. 11, 2011"
|
#define MEGASAS_RELDATE "Jul. 26, 2011"
|
||||||
#define MEGASAS_EXT_VERSION "Wed. May. 11 17:00:00 PDT 2011"
|
#define MEGASAS_EXT_VERSION "Tue. Jul. 26 17:00:00 PDT 2011"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 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.05.38-rc1
|
* Version : v00.00.05.40-rc1
|
||||||
*
|
*
|
||||||
* Authors: LSI Corporation
|
* Authors: LSI Corporation
|
||||||
* Sreenivas Bagalkote
|
* Sreenivas Bagalkote
|
||||||
|
|
Loading…
Reference in New Issue