aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumit.Saxena@lsi.com <Sumit.Saxena@lsi.com>2013-05-22 03:06:17 -0400
committerJames Bottomley <JBottomley@Parallels.com>2013-06-24 20:52:10 -0400
commit7525be545c839a65bb05ac71e795d17eafcaf20a (patch)
tree70dfc58efea0243a502ab74838cecd8b2ce48e73
parent404a8a1a891e9eadf8b1ef5ad945f569758c0884 (diff)
[SCSI] megaraid_sas: Changelog and driver version update
Signed-off-by: Sumit Saxena <sumit.saxena@lsi.com> Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
-rw-r--r--Documentation/scsi/ChangeLog.megaraid_sas22
-rw-r--r--drivers/scsi/megaraid/megaraid_sas.h6
-rw-r--r--drivers/scsi/megaraid/megaraid_sas_base.c2
3 files changed, 26 insertions, 4 deletions
diff --git a/Documentation/scsi/ChangeLog.megaraid_sas b/Documentation/scsi/ChangeLog.megaraid_sas
index 09673c7fc8ee..cc92ca8c8963 100644
--- a/Documentation/scsi/ChangeLog.megaraid_sas
+++ b/Documentation/scsi/ChangeLog.megaraid_sas
@@ -1,3 +1,25 @@
1Release Date : Wed. May 15, 2013 17:00:00 PST 2013 -
2 (emaild-id:megaraidlinux@lsi.com)
3 Adam Radford
4 Kashyap Desai
5 Sumit Saxena
6Current Version : 06.600.18.00-rc1
7Old Version : 06.506.00.00-rc1
8 1. Return DID_ERROR for scsi io, when controller is in critical h/w error.
9 2. Fix the interrupt mask for Gen2 controller.
10 3. Update balance count in driver to be in sync of firmware.
11 4. Free event detail memory without device ID check.
12 5. Set IO request timeout value provided by OS timeout for Tape devices.
13 6. Add support for MegaRAID Fury (device ID-0x005f) 12Gb/s controllers.
14 7. Add support to display Customer branding details in syslog.
15 8. Set IoFlags to enable Fast Path for JBODs for Invader/Fury(12 Gb/s)
16 controllers.
17 9. Add support for Extended MSI-x vectors for Invader and Fury(12Gb/s
18 HBA).
19 10.Add support for Uneven Span PRL11.
20 11.Add support to differentiate between iMR and MR Firmware.
21 12.Version and Changelog update.
22-------------------------------------------------------------------------------
1Release Date : Sat. Feb 9, 2013 17:00:00 PST 2013 - 23Release Date : Sat. Feb 9, 2013 17:00:00 PST 2013 -
2 (emaild-id:megaraidlinux@lsi.com) 24 (emaild-id:megaraidlinux@lsi.com)
3 Adam Radford 25 Adam Radford
diff --git a/drivers/scsi/megaraid/megaraid_sas.h b/drivers/scsi/megaraid/megaraid_sas.h
index 209fe36e6f29..04a42a505852 100644
--- a/drivers/scsi/megaraid/megaraid_sas.h
+++ b/drivers/scsi/megaraid/megaraid_sas.h
@@ -33,9 +33,9 @@
33/* 33/*
34 * MegaRAID SAS Driver meta data 34 * MegaRAID SAS Driver meta data
35 */ 35 */
36#define MEGASAS_VERSION "06.506.00.00-rc1" 36#define MEGASAS_VERSION "06.600.18.00-rc1"
37#define MEGASAS_RELDATE "Feb. 9, 2013" 37#define MEGASAS_RELDATE "May. 15, 2013"
38#define MEGASAS_EXT_VERSION "Sat. Feb. 9 17:00:00 PDT 2013" 38#define MEGASAS_EXT_VERSION "Wed. May. 15 17:00:00 PDT 2013"
39 39
40/* 40/*
41 * Device IDs 41 * Device IDs
diff --git a/drivers/scsi/megaraid/megaraid_sas_base.c b/drivers/scsi/megaraid/megaraid_sas_base.c
index a97b32160605..4c4abe190c77 100644
--- a/drivers/scsi/megaraid/megaraid_sas_base.c
+++ b/drivers/scsi/megaraid/megaraid_sas_base.c
@@ -18,7 +18,7 @@
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 * 19 *
20 * FILE: megaraid_sas_base.c 20 * FILE: megaraid_sas_base.c
21 * Version : v06.506.00.00-rc1 21 * Version : 06.600.18.00-rc1
22 * 22 *
23 * Authors: LSI Corporation 23 * Authors: LSI Corporation
24 * Sreenivas Bagalkote 24 * Sreenivas Bagalkote