[RFC] [PATCH 5/5] qla4xxx: Add IPv6 support and misc

2007-05-02 Thread David C Somayajulu
Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> --- drivers/scsi/qla4xxx/ql4_dbg.c |5 drivers/scsi/qla4xxx/ql4_glbl.h| 12 + drivers/scsi/qla4xxx/ql4_iocb.c| 39 ++- drivers/scsi/qla4xxx/ql4_nvram.c |4 drivers/scsi/qla4xxx/ql4_os.c | 28 ++ drivers/scsi/ql

[RFC] [PATCH 4/5] qla4xxx: Add IPv6 support and misc

2007-05-02 Thread David C Somayajulu
Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> --- drivers/scsi/qla4xxx/ql4_mbx.c | 190 ++-- diff --git a/drivers/scsi/qla4xxx/ql4_mbx.c b/drivers/scsi/qla4xxx/ql4_mbx.c index 7f28657..0ef777a 100644 --- a/drivers/scsi/qla4xxx/ql4_mbx.c +++ b/drivers/scsi/qla4xxx/ql4_mbx.c

[RFC] [PATCH 3/5] qla4xxx: Add IPv6 support and misc

2007-05-02 Thread David C Somayajulu
Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> --- drivers/scsi/qla4xxx/ql4_isr.c | 54 +++-- diff --git a/drivers/scsi/qla4xxx/ql4_isr.c b/drivers/scsi/qla4xxx/ql4_isr.c index 35b9e36..8c338ee 100644 --- a/drivers/scsi/qla4xxx/ql4_isr.c +++ b/drivers/scsi/qla4xxx/ql4_isr.c @@ -6,6 +6,

[RFC] [PATCH 2/5] qla4xxx: Add IPv6 support and misc

2007-05-02 Thread David C Somayajulu
Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> --- drivers/scsi/qla4xxx/ql4_init.c| 93 +--- diff --git a/drivers/scsi/qla4xxx/ql4_init.c b/drivers/scsi/qla4xxx/ql4_init.c index b907b06..134f7e3 100644 --- a/drivers/scsi/qla4xxx/ql4_init.c +++ b/drivers/scsi/qla4xxx/ql4_init.c @@ -

[RFC] [PATCH 1/5] qla4xxx: Add IPv6 support and misc

2007-05-02 Thread David C Somayajulu
Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> --- drivers/scsi/qla4xxx/ql4_def.h | 84 --- drivers/scsi/qla4xxx/ql4_fw.h | 426 +++- diff --git a/drivers/scsi/qla4xxx/ql4_def.h b/drivers/scsi/qla4xxx/ql4_def.h index 6f4cf2d..7bbc2ab 100644 --

[RFC] [PATCH 0/5] qla4xxx: Add IPv6 support and misc

2007-05-02 Thread David C Somayajulu
The following set of patches 1. add support for ipv6 for qla4032 2. provide bug fixes 3. misc. support Patch 1/5 has changes to the driver and firmware related structures to 1. clean up and make the firmware related structures look linux like. 2. add fi

Re: [PATCH] aacraid: superfluous adapter reset for IBM 8 series ServeRAID controllers

2007-05-02 Thread Darrick J. Wong
Darrick J. Wong wrote: > Salyzyn, Mark wrote: >> The kexec patch introduced a superfluous (and otherwise inert) reset of >> some adapters. The register can have a hardware default value that has >> zeros for the undefined interrupts. This patch refines the test of the >> interrupt enable register t

[PATCH 1/1] ipr: Better handle adapter boot time errors

2007-05-02 Thread Brian King
If an ipr adapter encounters an adapter error requiring an adapter reset to recover from prior to driver load time, the error will be ignored and recovery will not happen until the initial timeout occurs waiting for the firmware to come ready, which means a five minute timeout. Fix is to read the

LTO 4 encryption support?

2007-05-02 Thread Dr. David Alan Gilbert
Hi, It is said that LTO 4 drives are starting to be available and that they have encryption support built in. Does anyone know anything about the encryption stuff on it? In particular: 1) How can I tell if it is using encryption? 2) How can I set the encryption key on the drive? I guess my

Re: [PATCH] fill in scsi_host_template module owner

2007-05-02 Thread Christoph Hellwig
[please don't remove me from the To: or Cc: line, please - I tend to read personal email much faster than list traffic, and it's the normal policy for most kernel development lists these days] On Wed, May 02, 2007 at 10:07:43AM +0200, Olaf Kirch wrote: > On Monday 30 April 2007 18:02, Christoph He

Re: [PATCH] fill in scsi_host_template module owner

2007-05-02 Thread Olaf Kirch
On Monday 30 April 2007 18:02, Christoph Hellwig wrote: > - a driver should handle hot unplugs proper, even if THIS_MODULE >is set this can happen if the hardware just goes away. In the case of the iscsi bug I looked at, it wasn't so much the hardware going away, it was the rmmod that was kin