Commit e38a813ba922fc7a8d0067f3f2717a67fbf0f328

Authored by adam radford
Committed by James Bottomley
1 parent c1529fa25e

[SCSI] megaraid_sas: Version and Changelog update

The following patch for megaraid_sas updates the driver version to
v00.00.06.15-rc1, and updates Documentation/scsi/ChangeLog.megaraid_sas.

Signed-off-by: Adam Radford <aradford@gmail.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

Showing 3 changed files with 12 additions and 4 deletions Side-by-side Diff

Documentation/scsi/ChangeLog.megaraid_sas
  1 +Release Date : Mon. Mar 19, 2012 17:00:00 PST 2012 -
  2 + (emaild-id:megaraidlinux@lsi.com)
  3 + Adam Radford
  4 +Current Version : 00.00.06.15-rc1
  5 +Old Version : 00.00.06.14-rc1
  6 + 1. Optimize HostMSIxVectors setting.
  7 + 2. Add fpRead/WriteCapable, fpRead/WriteAcrossStripe checks.
  8 +-------------------------------------------------------------------------------
1 9 Release Date : Fri. Jan 6, 2012 17:00:00 PST 2010 -
2 10 (emaild-id:megaraidlinux@lsi.com)
3 11 Adam Radford
drivers/scsi/megaraid/megaraid_sas.h
... ... @@ -33,9 +33,9 @@
33 33 /*
34 34 * MegaRAID SAS Driver meta data
35 35 */
36   -#define MEGASAS_VERSION "00.00.06.14-rc1"
37   -#define MEGASAS_RELDATE "Jan. 6, 2012"
38   -#define MEGASAS_EXT_VERSION "Fri. Jan. 6 17:00:00 PDT 2012"
  36 +#define MEGASAS_VERSION "00.00.06.15-rc1"
  37 +#define MEGASAS_RELDATE "Mar. 19, 2012"
  38 +#define MEGASAS_EXT_VERSION "Mon. Mar. 19 17:00:00 PDT 2012"
39 39  
40 40 /*
41 41 * Device IDs
drivers/scsi/megaraid/megaraid_sas_base.c
... ... @@ -18,7 +18,7 @@
18 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 19 *
20 20 * FILE: megaraid_sas_base.c
21   - * Version : v00.00.06.14-rc1
  21 + * Version : v00.00.06.15-rc1
22 22 *
23 23 * Authors: LSI Corporation
24 24 * Sreenivas Bagalkote