[PATCH 2/3] cpqarray: ioctl support to configure LUNs dynamically

2005-08-03 Thread Saripalli, Venkata Ramanamurthy (STSD)
Patch 2 of 3 This patch adds support for IDAREGNEWDISK, IDADEREGDISK, IDAGETLOGINFO ioctls required to configure LUNs dynamically on SA4200 controller using ACU. Please consider this for inclusion. Signed-off-by: Ramanamurthy Saripalli <[EMAIL PROTECTED]> cpqarray.c | 281

[PATCH 3/3] cpqarray: per disk request queue in 2.6 kernel

2005-08-03 Thread Saripalli, Venkata Ramanamurthy (STSD)
Patch 3 of 3 This patch adds support for per disk request queue in 2.6 kernel. This solves the kernel panic while removing the cpqarray with more than one LUN configured. Please consider this for inclusion. Signed-off-by: Ramanamurthy Saripalli <[EMAIL PROTECTED]> cpqarray.c | 51

[PATCH 1/3] cpqarray: support for SENSE_SURF_STATUS ioctl

2005-08-03 Thread Saripalli, Venkata Ramanamurthy (STSD)
Patch 1 of 3 This patch adds support for SENSE_SURF_STATUS ioctl for configuring SA4200 controller using Array Configuration Utility (ACU). Please consider this for inclusion. Signed-off-by: Ramanamurthy Saripalli <[EMAIL PROTECTED]> cpqarray.c |8 +--- ida_cmd.h |2 ++ 2 files cha

[PATCH 2/2] cpqfc: fix for possible memory out of bounds bugzilla#243

2005-08-03 Thread Saripalli, Venkata Ramanamurthy (STSD)
Patch 2 of 2 This patch fixes the Bugzilla Bug#243. This fix is to solve the possible memory out of bounds in BigEndianSwap routine of cpqfcTSworker.c Please consider this for inclusion Signed-off-by: Ramanamurthy Saripalli <[EMAIL PROTECTED]> cpqfcTScontrol.c |2 -- cpqfcTSworker.c |

[PATCH 1/2] cpqfc: fix for "Using too much stach" in 2.6 kernel

2005-08-03 Thread Saripalli, Venkata Ramanamurthy (STSD)
Patch 1 of 2 This patch fixes the "#error this is too much stack" in 2.6 kernel. Using kmalloc to allocate memory to ulFibreFrame. Please consider this for inclusion Signed-off-by: Ramanamurthy Saripalli <[EMAIL PROTECTED]> cpqfcTScontrol.c | 14 +- 1 files changed, 9 insertions(