diff options
| author | Yang, Bo <Bo.Yang@lsi.com> | 2009-12-06 10:42:28 -0500 |
|---|---|---|
| committer | James Bottomley <James.Bottomley@suse.de> | 2010-02-17 14:13:00 -0500 |
| commit | 63bad45db1d4e8aafe0633c5741c9720641f336a (patch) | |
| tree | 3190c34b1fcf0502dee84b1350a7e7cb13dce828 | |
| parent | c978684254d11e3768c5a0b2780302fb0cada29c (diff) | |
[SCSI] megaraid_sas: version and documentation update
Signed-off-by Bo Yang<bo.yang@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
| -rw-r--r-- | Documentation/scsi/ChangeLog.megaraid_sas | 16 | ||||
| -rw-r--r-- | drivers/scsi/megaraid/megaraid_sas.c | 2 | ||||
| -rw-r--r-- | drivers/scsi/megaraid/megaraid_sas.h | 6 |
3 files changed, 20 insertions, 4 deletions
diff --git a/Documentation/scsi/ChangeLog.megaraid_sas b/Documentation/scsi/ChangeLog.megaraid_sas index 17ffa0607712..30023568805e 100644 --- a/Documentation/scsi/ChangeLog.megaraid_sas +++ b/Documentation/scsi/ChangeLog.megaraid_sas | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 1 Release Date : Thur. Oct 29, 2009 09:12:45 PST 2009 - | ||
| 2 | (emaild-id:megaraidlinux@lsi.com) | ||
| 3 | Bo Yang | ||
| 4 | |||
| 5 | 2 Current Version : 00.00.04.17.1-rc1 | ||
| 6 | 3 Older Version : 00.00.04.12 | ||
| 7 | |||
| 8 | 1. Add the pad_0 in mfi frame structure to 0 to fix the | ||
| 9 | context value larger than 32bit value issue. | ||
| 10 | |||
| 11 | 2. Add the logic drive list to the driver. Driver will | ||
| 12 | keep the logic drive list internal after driver load. | ||
| 13 | |||
| 14 | 3. driver fixed the device update issue after get the AEN | ||
| 15 | PD delete/ADD, LD add/delete from FW. | ||
| 16 | |||
| 1 | 1 Release Date : Tues. July 28, 2009 10:12:45 PST 2009 - | 17 | 1 Release Date : Tues. July 28, 2009 10:12:45 PST 2009 - |
| 2 | (emaild-id:megaraidlinux@lsi.com) | 18 | (emaild-id:megaraidlinux@lsi.com) |
| 3 | Bo Yang | 19 | Bo Yang |
diff --git a/drivers/scsi/megaraid/megaraid_sas.c b/drivers/scsi/megaraid/megaraid_sas.c index 9ad274cf73a2..8dc5a7d9fc84 100644 --- a/drivers/scsi/megaraid/megaraid_sas.c +++ b/drivers/scsi/megaraid/megaraid_sas.c | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | * 2 of the License, or (at your option) any later version. | 10 | * 2 of the License, or (at your option) any later version. |
| 11 | * | 11 | * |
| 12 | * FILE : megaraid_sas.c | 12 | * FILE : megaraid_sas.c |
| 13 | * Version : v00.00.04.12-rc1 | 13 | * Version : v00.00.04.17.1-rc1 |
| 14 | * | 14 | * |
| 15 | * Authors: | 15 | * Authors: |
| 16 | * (email-id : megaraidlinux@lsi.com) | 16 | * (email-id : megaraidlinux@lsi.com) |
diff --git a/drivers/scsi/megaraid/megaraid_sas.h b/drivers/scsi/megaraid/megaraid_sas.h index 1135c94bedbd..9d8b6bf605aa 100644 --- a/drivers/scsi/megaraid/megaraid_sas.h +++ b/drivers/scsi/megaraid/megaraid_sas.h | |||
| @@ -18,9 +18,9 @@ | |||
| 18 | /* | 18 | /* |
| 19 | * MegaRAID SAS Driver meta data | 19 | * MegaRAID SAS Driver meta data |
| 20 | */ | 20 | */ |
| 21 | #define MEGASAS_VERSION "00.00.04.12-rc1" | 21 | #define MEGASAS_VERSION "00.00.04.17.1-rc1" |
| 22 | #define MEGASAS_RELDATE "Sep. 17, 2009" | 22 | #define MEGASAS_RELDATE "Oct. 29, 2009" |
| 23 | #define MEGASAS_EXT_VERSION "Thu Sep. 17 11:41:51 PST 2009" | 23 | #define MEGASAS_EXT_VERSION "Thu. Oct. 29, 11:41:51 PST 2009" |
| 24 | 24 | ||
| 25 | /* | 25 | /* |
| 26 | * Device IDs | 26 | * Device IDs |
