[PATCH 1/6] mpt fusion: Add support for ATTO 4LD: Rebranded LSI 53C1030

2007-08-14 Thread Prakash, Sathya
Add support for ATTO UL4D, they are rebranded 53C1030. The changes are 1. Adding a new PCI vendor ID in pci table 2. The spi_port_page_2 is in different format than that of LSI generic spi_port_page_2 and hence mapping code is added. signed-off-by: Sathya Prakash [EMAIL PROTECTED] --- diff

[PATCH 2/6] mpt fusion: Usage of high priority request FIFO to send task management commands

2007-08-14 Thread Prakash, Sathya
Added support for sending the task management requests through High priority request FIFO instead of Doorbell writes when firmware support High priority FIFO. signed-off-by: Sathya Prakash [EMAIL PROTECTED] --- diff --git a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c

[PATCH 3/6] mpt fusion: Changing call back indices to u8 from int

2007-08-14 Thread Prakash, Sathya
The call back index requires only u8 but in lot of places it is referred as int, now everywhere the call back index variables are declared as u8 with uniform name cb_idx signed-off-by: Sathya Prakash [EMAIL PROTECTED] --- diff --git a/drivers/message/fusion/mptbase.c

[PATCH 4/6] mpt fusion: Creation of mptsas.h header file

2007-08-14 Thread Prakash, Sathya
The data structure definitions from mptsas.c are moved to a new header file mptsas.h signed-off-by: Sathya Prakash [EMAIL PROTECTED] --- diff --git a/drivers/message/fusion/mptsas.c b/drivers/message/fusion/mptsas.c index ffbf0e5..5951fe0 100644 --- a/drivers/message/fusion/mptsas.c +++

[PATCH 5/6] mpt fusion: Link speed change display support

2007-08-14 Thread Prakash, Sathya
When there is state change in FC links, a message is displayed with old and new link speed. signed-off-by: Sathya Prakash [EMAIL PROTECTED] --- diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index 04ef0a3..1197eba 100644 --- a/drivers/message/fusion/mptbase.h

READ CAPACITY failed on ia64

2007-08-14 Thread Robert Nagy
Hi Here is an ia64 box with a QLogic QLA12160 PCI to SCSI Host Adapter and two SCSI disks. One of them is a SEAGATE ST318453LC (18352 MB) the other one is a SEAGATE ST3146807LC (147GB). The ST3146807LC disk works fine in other boxes. I just put it into this one from a HP server where it was

Re: [patch 0/4] Updated AN patches, now without gendisk

2007-08-14 Thread Kay Sievers
On Mon, 2007-08-13 at 09:26 -0700, Kristen Carlson Accardi wrote: On Sat, 11 Aug 2007 16:00:53 +0200 Kay Sievers [EMAIL PROTECTED] wrote: On 8/8/07, Kristen Carlson Accardi [EMAIL PROTECTED] wrote: Here is an updated set of patches that implement Asynchronous Notification support for

Re: READ CAPACITY failed on ia64

2007-08-14 Thread Matthew Wilcox
On Tue, Aug 14, 2007 at 01:50:05PM +0200, Robert Nagy wrote: In this box I get the following error message: If you turn on CONFIG_SCSI_CONSTANTS, you'll get the error message decoded for you, but ... sd 0:0:2:0: [sdb] READ CAPACITY failed sd 0:0:2:0: [sdb] Result: hostbyte=0x00

Re: Linux 2.6.23-rc3

2007-08-14 Thread James Smart
A little more The -EEXIST matches http://marc.info/?l=linux-scsim=117699334422336w=2 I had a bug fix at http://marc.info/?l=linux-scsim=117856436302690w=2 Mathew's fix below superceeded my patch and supposedly also corrects it. -- james s PS: Emulex's testing has been with my fix. We

Re: Linux 2.6.23-rc3

2007-08-14 Thread Tore Anderson
* James Smart I've seen these before (and they haven't been specific to the LLDD). You're probably right. I saw trouble happening when lpfc was in action and thought it might have something to do with it, but then again I'm not very intimate with the inner workings of the kernel. If you

Re: Problems with USB disk [solved]

2007-08-14 Thread Chuck Ebbert
On 08/13/2007 10:50 AM, Niels wrote: On Sunday 12 August 2007 11:54, Niels wrote: On Friday 10 August 2007 14:43, Niels wrote: On Wednesday 08 August 2007 12:57, Ismail Dönmez wrote: On Wednesday 08 August 2007 13:48:29 you wrote: On Tuesday 07 August 2007 23:18, Greg KH wrote: On Tue,

RE: [PATCH 1/6] mpt fusion: Add support for ATTO 4LD: Rebranded LSI 53C1030

2007-08-14 Thread Moore, Eric
On Tuesday, August 14, 2007 4:34 AM, Prakash, Sathya wrote: Add support for ATTO UL4D, they are rebranded 53C1030. The changes are 1. Adding a new PCI vendor ID in pci table 2. The spi_port_page_2 is in different format than that of LSI generic spi_port_page_2 and hence mapping code is

RE: [PATCH 2/6] mpt fusion: Usage of high priority request FIFO to send task management commands

2007-08-14 Thread Moore, Eric
On Tuesday, August 14, 2007 4:39 AM, Prakash, Sathya wrote: Added support for sending the task management requests through High priority request FIFO instead of Doorbell writes when firmware support High priority FIFO. signed-off-by: Sathya Prakash [EMAIL PROTECTED] --- ACK - To

RE: [PATCH 3/6] mpt fusion: Changing call back indices to u8 from int

2007-08-14 Thread Moore, Eric
On Tuesday, August 14, 2007 4:43 AM, Prakash, Sathya wrote: The call back index requires only u8 but in lot of places it is referred as int, now everywhere the call back index variables are declared as u8 with uniform name cb_idx signed-off-by: Sathya Prakash [EMAIL PROTECTED] ---

RE: [PATCH 4/6] mpt fusion: Creation of mptsas.h header file

2007-08-14 Thread Moore, Eric
On Tuesday, August 14, 2007 4:46 AM, Prakash, Sathya wrote: The data structure definitions from mptsas.c are moved to a new header file mptsas.h signed-off-by: Sathya Prakash [EMAIL PROTECTED] --- ACK - To unsubscribe from this list: send the line unsubscribe linux-scsi in the body of a

RE: [PATCH 5/6] mpt fusion: Link speed change display support

2007-08-14 Thread Moore, Eric
On Tuesday, August 14, 2007 4:50 AM,Prakash, Sathya wrote: When there is state change in FC links, a message is displayed with old and new link speed. signed-off-by: Sathya Prakash [EMAIL PROTECTED] --- ACK - To unsubscribe from this list: send the line unsubscribe linux-scsi in the

RE: [PATCH 6/6] mpt fusion: Changing company name from LSI Logic to LSI

2007-08-14 Thread Moore, Eric
On Tuesday, August 14, 2007 4:53 AM, Prakash, Sathya wrote: Recently LSI Logic Corp is renamed as LSI Corp, so where ever there is a reference of LSI Logic, they are changed to LSI in mpt fusion driver code. signed-off-by: Sathya Prakash [EMAIL PROTECTED] --- ACK - To unsubscribe from

[PATCH] add container release logic - update fc transport to utilize it

2007-08-14 Thread James Smart
Consistent with the code in the rest of the transports, when the driver module attached or detached to a transport, the transport ignored the statuses from transport_container_register() and transport_container_unregister(). This was particularly bad on the unregister path, because the transport

Re: [PATCH 1/6] mpt fusion: Add support for ATTO 4LD: Rebranded LSI 53C1030

2007-08-14 Thread Matthew Wilcox
On Tue, Aug 14, 2007 at 04:03:31PM +0530, Prakash, Sathya wrote: +++ b/drivers/message/fusion/mptspi.c @@ -1190,6 +1190,8 @@ static struct spi_function_template mptspi_transport_functions = { static struct pci_device_id mptspi_pci_table[] = { { PCI_VENDOR_ID_LSI_LOGIC,

Re: [PATCH 4/6] mpt fusion: Creation of mptsas.h header file

2007-08-14 Thread Matthew Wilcox
On Tue, Aug 14, 2007 at 04:15:38PM +0530, Prakash, Sathya wrote: The data structure definitions from mptsas.c are moved to a new header file mptsas.h Why? Are they used outside mptsas.c in some future patch? -- Bill, look, we understand that you're interested in selling us this operating

Re: [PATCH] add container release logic - update fc transport to utilize it

2007-08-14 Thread James Bottomley
On Thu, 2007-08-16 at 08:16 -0400, James Smart wrote: Consistent with the code in the rest of the transports, when the driver module attached or detached to a transport, the transport ignored the statuses from transport_container_register() and transport_container_unregister(). This was

Re: [PATCH] add container release logic - update fc transport to utilize it

2007-08-14 Thread James Smart
James Bottomley wrote: I'm afraid if you look at your solution, you'll see it still doesn't quite work: If the next thing the user does after unloading lpfc is to unload the transport class, the module is blown away with potentially a live release callback to now freed code. You're right...

[PATCH 1/1] cciss: fix error reporting for SG_IO

2007-08-14 Thread Mike Miller (OS Dev)
Patch 1/1 Steve has been trying to send this out but it doesn't seem to be getting anywhere. Please review this patch for accuracy. There's a couple of things not clear to us. Thanks, mikem We found a problem with

[PATCH ] Addition to pci_ids.h for ATTO Technology, Inc.

2007-08-14 Thread Eric Moore
A new PCI_VENDOR_ID for pci_ids.h. signed-off-by: Eric Moore [EMAIL PROTECTED] diff -uarpN b/include/linux/pci_ids.h a/include/linux/pci_ids.h --- b/include/linux/pci_ids.h 2007-08-08 16:50:40.0 -0600 +++ a/include/linux/pci_ids.h 2007-08-14 16:03:40.0 -0600 @@ -1461,6

RE: [PATCH 4/6] mpt fusion: Creation of mptsas.h header file

2007-08-14 Thread Moore, Eric
On Tuesday, August 14, 2007 12:50 PM, Matthew Wilcox wrote: On Tue, Aug 14, 2007 at 04:15:38PM +0530, Prakash, Sathya wrote: The data structure definitions from mptsas.c are moved to a new header file mptsas.h Why? Are they used outside mptsas.c in some future patch? Having rougly 10

Re: [PATCH 1/6] mpt fusion: Add support for ATTO 4LD: Rebranded LSI 53C1030

2007-08-14 Thread Christoph Hellwig
On Tue, Aug 14, 2007 at 04:03:31PM +0530, Prakash, Sathya wrote: 2. The spi_port_page_2 is in different format than that of LSI generic spi_port_page_2 and hence mapping code is added. Not that we can change it anymore, but what idiot decided to do such a change? An chance LSI could stop

RE: [PATCH 1/6] mpt fusion: Add support for ATTO 4LD: Rebranded LSI 53C1030

2007-08-14 Thread Moore, Eric
On Tuesday, August 14, 2007 4:44 PM, Christoph Hellwig wrote: Not that we can change it anymore, but what idiot decided to do such a change? An chance LSI could stop licencees from doing such bloody braindamaged things to the firmware in the future? add a reminder for anyone to never but

[PATCH 1/6] mpt fusion: Add support for ATTO 4LD: Rebranded LSI 53C1030

2007-08-14 Thread Eric Moore
Per request from Matthew Wilcox - using PCI_VENDOR_ATTO. Add support for ATTO UL4D, they are rebranded 53C1030. The changes are 1. Adding a new PCI vendor ID in pci table 2. The spi_port_page_2 is in different format than that of LSI generic spi_port_page_2 and hence mapping code is added.