Re: Incorrect driver getting loaded for Qlogic FC-HBA

2005-07-26 Thread Rajat Jain
On 7/27/05, Andrew Vasquez <[EMAIL PROTECTED]> wrote: > On Tue, 26 Jul 2005, Rajat Jain wrote: > > On 7/26/05, Greg KH <[EMAIL PROTECTED]> wrote: > > > On Mon, Jul 25, 2005 at 11:02:39AM +0900, Rajat Jain wrote: > > > > I'm using Kernel 2.6.9 and am having a Qlogic QLE2362 FC-HBA in my > > > > syst

Re: Fw: Kernel panic with dc395x in 2.6.12.2

2005-07-26 Thread randy_dunlap
On Tue, 26 Jul 2005 23:06:11 +0200 Pierre Ossman wrote: > randy_dunlap wrote: > > > > >The only 2 differences that I can see that would affect this > >(diff patch-2.6.12.1 vs. patch-2.6.1.2) are: (cut-n-paste, so > >has whitespace munging) > > > > > > > > Neither had any effect. :/ oh drat.

Re: Updated Patch for ServeRAID V7.12.02

2005-07-26 Thread randy_dunlap
On Tue, 26 Jul 2005 10:20:33 -0400 Jack Hammer wrote: > I switched to Thunderbird email, so the line wrapping caused by Outlook > should be resolved here. for the rest of us, how do you put a patch inline (not as an attachment) with thunderbird? have they added that capability recently? It woul

Re: Megaraid problems with >8GB RAM

2005-07-26 Thread Russ Garrett
Russ Garrett wrote: When installing Linux on a pair of new dual-opteron servers (16GB of RAM and a MegaRAID 320-2), neither the megaraid v1, nor v2 drivers could talk to the actual MegaRAID hardware. The v1 driver simply caused the system to lock up, wheras the v2 driver produces the error "m

Re: Unplugging of SBP-2 devices still does not work

2005-07-26 Thread Patrick Mansfield
Seeing sysrq-t stack traces might help debugging. On Sat, Jul 23, 2005 at 09:58:18PM +0200, Stefan Richter wrote: > I wrote: > >Problem 1) Hot unplugging of SBP-2 hangs ieee1394's nodemgr > [...] > >[unplug disk] > >Jul 23 20:08:53 shuttle kernel: ieee1394: Node changed: 1-01:1023 -> > >1-00:1023

Megaraid problems with >8GB RAM

2005-07-26 Thread Russ Garrett
When installing Linux on a pair of new dual-opteron servers (16GB of RAM and a MegaRAID 320-2), neither the megaraid v1, nor v2 drivers could talk to the actual MegaRAID hardware. The v1 driver simply caused the system to lock up, wheras the v2 driver produces the error "megaraid: maibox adapte

Re: Fw: Kernel panic with dc395x in 2.6.12.2

2005-07-26 Thread Pierre Ossman
randy_dunlap wrote: > >The only 2 differences that I can see that would affect this >(diff patch-2.6.12.1 vs. patch-2.6.1.2) are: (cut-n-paste, so >has whitespace munging) > > > Neither had any effect. :/ Rgd Pierre - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in t

Re: [PATCH 2.4.31 1/1] scsi/megaraid2: add 64-bit application support

2005-07-26 Thread Marcelo Tosatti
Hi Seokmann, On Fri, Jul 15, 2005 at 11:32:08AM -0400, Ju, Seokmann wrote: > This patch contains accumulated changes over the time. > > Description of the changes. > ### Version 2.10.10.1 > Thu Jan 27 15:59:59 EDT 2005 - Seokmann Ju <[EMAIL PROTECTED]> > 1.There was a bug in the 'megadev_ioc

Re: lpfc: System freezing if fiber is broken

2005-07-26 Thread Mike Anderson
Bodo Stroesser [EMAIL PROTECTED] wrote: > Hi James, > > disrupting a working FC connection makes my i386 SMP server > (2.6.12.2) freeze just one or two seconds after this. > I'm normally using lpfc_nodev_tmo = 1. When I change this to the > default value of 35, the system stalls about 36 seconds a

lpfc: System freezing if fiber is broken

2005-07-26 Thread Bodo Stroesser
Hi James, disrupting a working FC connection makes my i386 SMP server (2.6.12.2) freeze just one or two seconds after this. I'm normally using lpfc_nodev_tmo = 1. When I change this to the default value of 35, the system stalls about 36 seconds after disruption. So I guess, the problem is caused

Re: [PATCH 1/3] Add disk hotswap support to libata

2005-07-26 Thread Jeff Garzik
Lukasz Kosewski wrote: This patch changes the sata_promise driver in libata to correctly mask out hotplug interrupts. The location of the primary hotplug registers in the SATA150 Tx4/Tx2 Plus controllers is correctly defined as '0x6C', HOWEVER, for the SATAII150 Tx4/Tx2 Plus controllers, this

Re: [PATCH 3/3 RESEND] Add disk hotswap support to libata

2005-07-26 Thread Jeff Garzik
Lukasz Kosewski wrote: Hey Jeff, everyone. This is a resend of patch 3 of my libata hotswap series, wherein I found a silly flaw in my logic. I don't know what kind of crack I was smoking, but I somehow turned "a = a & ~b" in the Promise driver into "a = a ^ b" in my hotswap code, which is clea

Re: Incorrect driver getting loaded for Qlogic FC-HBA

2005-07-26 Thread Andrew Vasquez
On Tue, 26 Jul 2005, Rajat Jain wrote: > On 7/26/05, Greg KH <[EMAIL PROTECTED]> wrote: > > On Mon, Jul 25, 2005 at 11:02:39AM +0900, Rajat Jain wrote: > > > I'm using Kernel 2.6.9 and am having a Qlogic QLE2362 FC-HBA in my > > > system. I selected all the Qlogic SCSI drivers while buiding the > >

[PATCH 5/5] SCSI scanning and removal fixes

2005-07-26 Thread Alan Stern
James: This patch (as546) fixes an oops-causing failure to check the return code from scsi_device_get. The call can return an error if the LLD is being unloaded from memory. Alan Stern Signed-off-by: Alan Stern <[EMAIL PROTECTED]> Index: 2613/drivers/scsi/scsi_scan.c

[PATCH 4/5] SCSI scanning and removal fixes

2005-07-26 Thread Alan Stern
James: This patch (as545) fixes the list traversals in __scsi_remove_target and scsi_forget_host. In each case the existing code list_for_each_entry_safe in an _unsafe_ manner, because the list was not protected from outside modification while the iteration was running. The new scsi_forget_ho

Updated Patch for ServeRAID V7.12.02

2005-07-26 Thread Jack Hammer
I switched to Thunderbird email, so the line wrapping caused by Outlook should be resolved here. --- I am resubmitting the 2.6 kernel patch for the Version 7.12.02 ips driver. I have eliminated a couple of inappropriate c

[PATCH 3/5] SCSI scanning and removal fixes

2005-07-26 Thread Alan Stern
James: This patch (as544) adds a private entry point to scsi_remove_device, for use when callers already own the scan_mutex. The appropriate callers are modified to use the new entry point. Alan Stern Signed-off-by: Alan Stern <[EMAIL PROTECTED]> Index: 2613/drivers/scsi/scsi_sysfs.c =

[PATCH 2/5] SCSI scanning and removal fixes

2005-07-26 Thread Alan Stern
James: This patch (as543) adds a private entry point to scsi_scan_target, for use when the caller already owns the scan_mutex, and updates the kerneldoc for that routine (which was badly out-of-date). It converts scsi_scan_channel to use the new entry point. Lastly, it modifies scsi_get_host_dev

[PATCH 1/5] SCSI scanning and removal fixes

2005-07-26 Thread Alan Stern
James: This patch (as542) fixes a few loose ends left by Mike's patches. It adds a declaration for the new scsi_host_set_state routine, adds an allowed transition from the SHOST_RECOVERY state to the SHOST_CANCEL state, and avoids returning an uninitialized value in __scsi_add_device. Alan St

[PATCH 0/5] SCSI scanning and removal fixes

2005-07-26 Thread Alan Stern
James: The following series of patches is meant to go on top of the first three patches submitted by Mike Anderson back in June. They address numerous errors and omissions in the scanning and device/target removal pathways. Overall they are essentially the same as the changes I proposed last

As of 2.6.13-rc1 Fusion-MPT very slow

2005-07-26 Thread Holger Kiehl
Hello On a four CPU Opteron with Fusion-MPT compiled in, I get the following results (up to 2.6.13-rc3-git7) with hdparm on the first channel with four disks: sdc74 MB/s sdd 2 MB/s sde 2 MB/s sdf 2 MB/s On the second channel also with