diff options
author | adam radford <aradford@gmail.com> | 2010-12-14 22:11:56 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-12-23 00:26:53 -0500 |
commit | 5f7bb3a439ce51ae8b92ca1dc93b91712224b69a (patch) | |
tree | 4090b7a0094f2922b3572f618286f6ad9fd4943a /Documentation/scsi/ChangeLog.megaraid_sas | |
parent | 9c915a8c99bce637226aa09cb05fc18486b229cb (diff) |
[SCSI] megaraid_sas: Documentation update
The following patch updates the
Documentation/scsi/ChangeLog.megaraid_sas file.
Signed-off-by: Adam Radford <aradford@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'Documentation/scsi/ChangeLog.megaraid_sas')
-rw-r--r-- | Documentation/scsi/ChangeLog.megaraid_sas | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/scsi/ChangeLog.megaraid_sas b/Documentation/scsi/ChangeLog.megaraid_sas index 00301ed9c371..b64d10d221ec 100644 --- a/Documentation/scsi/ChangeLog.megaraid_sas +++ b/Documentation/scsi/ChangeLog.megaraid_sas | |||
@@ -1,3 +1,25 @@ | |||
1 | Release Date : Tues. Dec 14, 2010 17:00:00 PST 2010 - | ||
2 | (emaild-id:megaraidlinux@lsi.com) | ||
3 | Adam Radford | ||
4 | Current Version : 00.00.05.29-rc1 | ||
5 | Old Version : 00.00.04.31-rc1 | ||
6 | 1. Rename megaraid_sas.c to megaraid_sas_base.c. | ||
7 | 2. Update GPL headers. | ||
8 | 3. Add MSI-X support and 'msix_disable' module parameter. | ||
9 | 4. Use lowest memory bar (for SR-IOV VF support). | ||
10 | 5. Add struct megasas_instance_temlate changes, and change all code to use | ||
11 | new instance entries: | ||
12 | |||
13 | irqreturn_t (*service_isr )(int irq, void *devp); | ||
14 | void (*tasklet)(unsigned long); | ||
15 | u32 (*init_adapter)(struct megasas_instance *); | ||
16 | u32 (*build_and_issue_cmd) (struct megasas_instance *, | ||
17 | struct scsi_cmnd *); | ||
18 | void (*issue_dcmd) (struct megasas_instance *instance, | ||
19 | struct megasas_cmd *cmd); | ||
20 | |||
21 | 6. Add code to support MegaRAID 9265/9285 controllers device id (0x5b). | ||
22 | ------------------------------------------------------------------------------- | ||
1 | 1 Release Date : Thur. May 03, 2010 09:12:45 PST 2009 - | 23 | 1 Release Date : Thur. May 03, 2010 09:12:45 PST 2009 - |
2 | (emaild-id:megaraidlinux@lsi.com) | 24 | (emaild-id:megaraidlinux@lsi.com) |
3 | Bo Yang | 25 | Bo Yang |