Skip to content

Commit

Permalink
[SCSI] megaraid_sas: version and documentation update
Browse files Browse the repository at this point in the history
Signed-off-by Bo Yang<bo.yang@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
  • Loading branch information
Yang, Bo authored and James Bottomley committed Feb 17, 2010
1 parent c978684 commit 63bad45
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions Documentation/scsi/ChangeLog.megaraid_sas
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
1 Release Date : Thur. Oct 29, 2009 09:12:45 PST 2009 -
(emaild-id:megaraidlinux@lsi.com)
Bo Yang

2 Current Version : 00.00.04.17.1-rc1
3 Older Version : 00.00.04.12

1. Add the pad_0 in mfi frame structure to 0 to fix the
context value larger than 32bit value issue.

2. Add the logic drive list to the driver. Driver will
keep the logic drive list internal after driver load.

3. driver fixed the device update issue after get the AEN
PD delete/ADD, LD add/delete from FW.

1 Release Date : Tues. July 28, 2009 10:12:45 PST 2009 -
(emaild-id:megaraidlinux@lsi.com)
Bo Yang
Expand Down
2 changes: 1 addition & 1 deletion drivers/scsi/megaraid/megaraid_sas.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* 2 of the License, or (at your option) any later version.
*
* FILE : megaraid_sas.c
* Version : v00.00.04.12-rc1
* Version : v00.00.04.17.1-rc1
*
* Authors:
* (email-id : megaraidlinux@lsi.com)
Expand Down
6 changes: 3 additions & 3 deletions drivers/scsi/megaraid/megaraid_sas.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
/*
* MegaRAID SAS Driver meta data
*/
#define MEGASAS_VERSION "00.00.04.12-rc1"
#define MEGASAS_RELDATE "Sep. 17, 2009"
#define MEGASAS_EXT_VERSION "Thu Sep. 17 11:41:51 PST 2009"
#define MEGASAS_VERSION "00.00.04.17.1-rc1"
#define MEGASAS_RELDATE "Oct. 29, 2009"
#define MEGASAS_EXT_VERSION "Thu. Oct. 29, 11:41:51 PST 2009"

/*
* Device IDs
Expand Down

0 comments on commit 63bad45

Please sign in to comment.