2010-06-10 04:22:24

by Yang, Bo

[permalink] [raw]
Subject: [PATCH 12/12] scsi: megaraid_sas - Version and documentation update

Update the version and documentation.

Signed-off-by Bo Yang<[email protected]>

---
Documentation/scsi/ChangeLog.megaraid_sas | 42 ++++++++++++++++++++++++++++++
drivers/scsi/megaraid/megaraid_sas.h | 6 ++--
2 files changed, 45 insertions(+), 3 deletions(-)

diff -rupN old/Documentation/scsi/ChangeLog.megaraid_sas new/Documentation/scsi/ChangeLog.megaraid_sas
--- old/Documentation/scsi/ChangeLog.megaraid_sas 2010-05-05 02:08:10.000000000 -0400
+++ new/Documentation/scsi/ChangeLog.megaraid_sas 2010-05-05 04:54:38.000000000 -0400
@@ -1,3 +1,45 @@
+1 Release Date : Thur. May 03, 2010 09:12:45 PST 2009 -
+ (emaild-id:[email protected])
+ Bo Yang
+
+2 Current Version : 00.00.04.30-rc1
+3 Older Version : 00.00.04.17.1-rc1
+
+1. Add the Online Controller Reset (OCR) to the Driver.
+ OCR is the new feature for megaraid_sas driver which
+ will allow the fw to do the chip reset which will not
+ affact the OS hbhavious.
+
+ To add the OCR support, driver need to do:
+ a). reset the controller chip -- Xscale and Gen2.
+
+ b). during the reset, driver will store the pending
+ cmds to pending queue.
+
+ c). Also in driver's timeout routine, driver will
+ report to OS as reset.
+
+ d). in Driver's ISR routine, if driver get the FW
+ state as state change and FW in Failure status,
+ driver will start to do the controller reset.
+
+ e). If driver goes to timeout, but driver is in
+ operational status, driver will check if fw in failed
+ status, if yes, driver will do OCR to FW upto three times.
+
+ f). Before driver kill adapter, driver will do last chance of
+ OCR to see if driver can bring back the FW.
+
+2. Add the CTIO support to the driver.
+3. Add the support update flag to the driver to tell LSI megaraid_sas
+ application which driver will support the device update. So application
+ will not need to do the device update after application add/del the device
+ from the system.
+
+4. Add the input parameter max_sectors to 1MB support to our GEN2 controller.
+ customer can use the input paramenter max_sectors to add 1MB support to GEN2
+ controller.
+
1 Release Date : Thur. Oct 29, 2009 09:12:45 PST 2009 -
(emaild-id:[email protected])
Bo Yang
diff -rupN old/drivers/scsi/megaraid/megaraid_sas.h new/drivers/scsi/megaraid/megaraid_sas.h
--- old/drivers/scsi/megaraid/megaraid_sas.h 2010-05-05 01:55:42.000000000 -0400
+++ new/drivers/scsi/megaraid/megaraid_sas.h 2010-05-05 02:35:16.000000000 -0400
@@ -18,9 +18,9 @@
/*
* MegaRAID SAS Driver meta data
*/
-#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"
+#define MEGASAS_VERSION "00.00.04.30-rc1"
+#define MEGASAS_RELDATE "May 3, 2010"
+#define MEGASAS_EXT_VERSION "Mon. May 3, 11:41:51 PST 2010"

/*
* Device IDs


2010-06-18 21:13:16

by Yang, Bo

[permalink] [raw]
Subject: [PATCH 12/12] scsi: megaraid_sas - Version and documentation update

RESUBMIT:

Update the version and documentation.

Signed-off-by Bo Yang<[email protected]>

---
Documentation/scsi/ChangeLog.megaraid_sas | 42 ++++++++++++++++++++++++++++++
drivers/scsi/megaraid/megaraid_sas.h | 6 ++--
2 files changed, 45 insertions(+), 3 deletions(-)

diff -rupN old/Documentation/scsi/ChangeLog.megaraid_sas new/Documentation/scsi/ChangeLog.megaraid_sas
--- old/Documentation/scsi/ChangeLog.megaraid_sas 2010-06-17 07:51:22.000000000 -0400
+++ new/Documentation/scsi/ChangeLog.megaraid_sas 2010-06-17 07:51:22.000000000 -0400
@@ -1,3 +1,45 @@
+1 Release Date : Thur. May 03, 2010 09:12:45 PST 2009 -
+ (emaild-id:[email protected])
+ Bo Yang
+
+2 Current Version : 00.00.04.30-rc1
+3 Older Version : 00.00.04.17.1-rc1
+
+1. Add the Online Controller Reset (OCR) to the Driver.
+ OCR is the new feature for megaraid_sas driver which
+ will allow the fw to do the chip reset which will not
+ affact the OS hbhavious.
+
+ To add the OCR support, driver need to do:
+ a). reset the controller chip -- Xscale and Gen2.
+
+ b). during the reset, driver will store the pending
+ cmds to pending queue.
+
+ c). Also in driver's timeout routine, driver will
+ report to OS as reset.
+
+ d). in Driver's ISR routine, if driver get the FW
+ state as state change and FW in Failure status,
+ driver will start to do the controller reset.
+
+ e). If driver goes to timeout, but driver is in
+ operational status, driver will check if fw in failed
+ status, if yes, driver will do OCR to FW upto three times.
+
+ f). Before driver kill adapter, driver will do last chance of
+ OCR to see if driver can bring back the FW.
+
+2. Add the CTIO support to the driver.
+3. Add the support update flag to the driver to tell LSI megaraid_sas
+ application which driver will support the device update. So application
+ will not need to do the device update after application add/del the device
+ from the system.
+
+4. Add the input parameter max_sectors to 1MB support to our GEN2 controller.
+ customer can use the input paramenter max_sectors to add 1MB support to GEN2
+ controller.
+
1 Release Date : Thur. Oct 29, 2009 09:12:45 PST 2009 -
(emaild-id:[email protected])
Bo Yang
diff -rupN old/drivers/scsi/megaraid/megaraid_sas.h new/drivers/scsi/megaraid/megaraid_sas.h
--- old/drivers/scsi/megaraid/megaraid_sas.h 2010-06-17 09:10:24.000000000 -0400
+++ new/drivers/scsi/megaraid/megaraid_sas.h 2010-06-17 09:06:18.000000000 -0400
@@ -18,9 +18,9 @@
/*
* MegaRAID SAS Driver meta data
*/
-#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"
+#define MEGASAS_VERSION "00.00.04.31-rc1"
+#define MEGASAS_RELDATE "May 3, 2010"
+#define MEGASAS_EXT_VERSION "Mon. May 3, 11:41:51 PST 2010"

/*
* Device IDs

2010-08-05 20:38:40

by Yang, Bo

[permalink] [raw]
Subject: [PATCH 12/12] scsi: megaraid_sas - Version and documentation update

RESUBMIT requested by James Bottomley:

Update the version and documentation.

Signed-off-by Bo Yang<[email protected]>

---
Documentation/scsi/ChangeLog.megaraid_sas | 46 ++++++++++++++++++++++++++++++
drivers/scsi/megaraid/megaraid_sas.h | 6 +--
2 files changed, 49 insertions(+), 3 deletions(-)

diff -rupN old/Documentation/scsi/ChangeLog.megaraid_sas new/Documentation/scsi/ChangeLog.megaraid_sas
--- old/Documentation/scsi/ChangeLog.megaraid_sas 2010-08-04 07:48:32.000000000 -0400
+++ new/Documentation/scsi/ChangeLog.megaraid_sas 2010-08-04 07:58:50.000000000 -0400
@@ -1,3 +1,49 @@
+1 Release Date : Thur. May 03, 2010 09:12:45 PST 2009 -
+ (emaild-id:[email protected])
+ Bo Yang
+
+2 Current Version : 00.00.04.31-rc1
+3 Older Version : 00.00.04.17.1-rc1
+
+1. Add the Online Controller Reset (OCR) to the Driver.
+ OCR is the new feature for megaraid_sas driver which
+ will allow the fw to do the chip reset which will not
+ affact the OS behavious.
+
+ To add the OCR support, driver need to do:
+ a). reset the controller chips -- Xscale and Gen2 which
+ will change the function calls and add the reset function
+ related to this two chips.
+
+ b). during the reset, driver will store the pending cmds
+ which not returned by FW to driver's pending queue. Driver
+ will re-issue those pending cmds again to FW after the OCR
+ finished.
+
+ c). In driver's timeout routine, driver will report to
+ OS as reset. Also driver's queue routine will block the
+ cmds until the OCR finished.
+
+ d). in Driver's ISR routine, if driver get the FW state as
+ state change, FW in Failure status and FW support online controller
+ reset (OCR), driver will start to do the controller reset.
+
+ e). In driver's IOCTL routine, the application cmds will wait for the
+ OCR to finish, then issue the cmds to FW.
+
+ f). Before driver kill adapter, driver will do last chance of
+ OCR to see if driver can bring back the FW.
+
+2. Add the CTIO support to the driver.
+3. Add the support update flag to the driver to tell LSI megaraid_sas
+ application which driver will support the device update. So application
+ will not need to do the device update after application add/del the device
+ from the system.
+
+4. Add the input parameter max_sectors to 1MB support to our GEN2 controller.
+ customer can use the input paramenter max_sectors to add 1MB support to GEN2
+ controller.
+
1 Release Date : Thur. Oct 29, 2009 09:12:45 PST 2009 -
(emaild-id:[email protected])
Bo Yang
diff -rupN old/drivers/scsi/megaraid/megaraid_sas.h new/drivers/scsi/megaraid/megaraid_sas.h
--- old/drivers/scsi/megaraid/megaraid_sas.h 2010-08-04 07:52:09.000000000 -0400
+++ new/drivers/scsi/megaraid/megaraid_sas.h 2010-08-04 07:48:32.000000000 -0400
@@ -18,9 +18,9 @@
/*
* MegaRAID SAS Driver meta data
*/
-#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"
+#define MEGASAS_VERSION "00.00.04.31-rc1"
+#define MEGASAS_RELDATE "May 3, 2010"
+#define MEGASAS_EXT_VERSION "Mon. May 3, 11:41:51 PST 2010"

/*
* Device IDs