Re: [PATCH 2/5] fixing errors handling during pci_driver resume stage [ata]

2007-01-12 Thread Grant Grundler
On Tue, Jan 09, 2007 at 12:01:28PM +0300, Dmitriy Monakhov wrote: > ata pci drivers have to return correct error code during resume stage in > case of errors. ... > @@ -6246,8 +6253,10 @@ int ata_pci_device_suspend(struct pci_de > int ata_pci_device_resume(struct pci_dev *pdev) > { > struct

Re: Adaptect 9405w: What is the best solution?

2007-01-12 Thread Darrick J. Wong
Tarjei Huse wrote: > I did the opposite, I downloaded the git tree and tried to compile it. > Since I got an error, I added the scsi-rc-fixes patch (the scsi-misc and > aic94xx didn't apply cleanly so I guessed they were already in the git > tree), the 39-libsas-fix-thypos, > ../11-aic94xx-dont-ea

mptfc problems

2007-01-12 Thread Mark Haverkamp
Eric, While testing out the scsi-rc-fixes tree we are seeing errors loading the mptfc driver. Jan 12 15:26:38 odt8-001 kernel: Fusion MPT FC Host driver 3.04.03 Jan 12 15:26:38 odt8-001 kernel: mptfc: Registered for IOC reset notifications Jan 12 15:26:38 odt8-001 multipathd: uevent trigger error

RE: [PATCH] megaraid: more kernel-doc fixes

2007-01-12 Thread Patro, Sumant
ACK. --Sumant -Original Message- From: Randy Dunlap [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 09, 2007 9:41 PM To: Patro, Sumant Cc: jejb; akpm; scsi Subject: [PATCH] megaraid: more kernel-doc fixes From: Randy Dunlap <[EMAIL PROTECTED]> More megaraid kernel-doc fixes. Signed

RE: [PATCH] megaraid: fix kernel-doc

2007-01-12 Thread Patro, Sumant
Thanks Randy for the patch. Regards, Sumant -Original Message- From: Randy Dunlap [mailto:[EMAIL PROTECTED] Sent: Friday, January 05, 2007 10:42 PM To: Patro, Sumant; scsi Cc: jejb; akpm Subject: [PATCH] megaraid: fix kernel-doc From: Randy Dunlap <[EMAIL PROTECTED]> kernel-doc modif

Re: IO transfer limits

2007-01-12 Thread john clyne
Increasing SCSI_MAX_PHYS_SEGMENTS to 256 has doubled the IO size to 1MB. Thanks to all! cheers - jc Mike Christie wrote: > > john clyne wrote: >> Can anyone give me some guidance on where in the IO stack I might be >> running >> into a 512KB limit on IO transfer sizes to an external FC device?

mptfc parallel device scan and modprobe

2007-01-12 Thread Qi, Yanling
Hi All, I didn't follow the thread and progress of the parallel device scan at FC LLD driver module loading time in the list. I would like to understand the expected behavior of the parallel scan and insmod/modprobe. I have a configuration where I have 4 LSI FC ports. When I insmod the mptf

Re: no disk drive detected at boot time

2007-01-12 Thread Jean-Max Reymond
Jean-Max Reymond a écrit : hi, The computer is an DELL 1600SC with SATA RAID. At boot time, no disk are detected. I have tried with Ubuntu Edgy and Fedora Core 6 and I have the same troubles. Fedora Core 2 is running on the computer. it seems that Dell CERC ATA100/4ch is not supported by any dr

[PATCH] megaraid.c: Convert pci_module_init() to pci_register_driver()

2007-01-12 Thread Richard Knutsson
Signed-off-by: Richard Knutsson <[EMAIL PROTECTED]> --- PS The mailing-list is marked as S: instead of L: DS diff --git a/drivers/scsi/megaraid.c b/drivers/scsi/megaraid.c index 77d9d38..4fd4960 100644 --- a/drivers/scsi/megaraid.c +++ b/drivers/scsi/megaraid.c @@ -5072,7 +5072,7 @@ static int __

[PATCH] tmscsim.c: Convert pci_module_init() to pci_register_driver()

2007-01-12 Thread Richard Knutsson
Signed-off-by: Richard Knutsson <[EMAIL PROTECTED]> --- diff --git a/drivers/scsi/tmscsim.c b/drivers/scsi/tmscsim.c index fa5382e..ce8845e 100644 --- a/drivers/scsi/tmscsim.c +++ b/drivers/scsi/tmscsim.c @@ -2681,7 +2681,7 @@ static int __init dc390_module_init(void) printk (KERN