Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

adam radford and committed by
James Bottomley
e38a813b c1529fa2

+12 -4
+8
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
+3 -3
drivers/scsi/megaraid/megaraid_sas.h
··· 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
+1 -1
drivers/scsi/megaraid/megaraid_sas_base.c
··· 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