Re: [PATCH, RFT, v4] sata_mv: convert to new EH

2007-05-26 Thread dean gaudet
On Fri, 25 May 2007, Jeff Garzik wrote: > Already uncovered and fixed a few bugs in v3. > > Here's v4 of the sata_mv new-EH patch. you asked for test results with 2.6.21.3 ... that seems to boot fine, and i've tested reading from the disks only and it seems to be working fine. ditto for 2.6.22-

Re: libata interface fatal error

2007-05-26 Thread Florian Effenberger
Hi, it seems that the speed is never lowered, I always see "SATA link up 3.0 Gbps (SStatus 123 SControl 300)". Can I manually lower the speed via a kernel parameter? Thanks Florian - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to [EMAIL PROTEC

Re: [PATCH 2/3] Unify dma blacklist in ide-dma.c and libata-core.c

2007-05-26 Thread Bill Davidsen
Junio C Hamano wrote: This introduces a shared header file that defines the entries for two dma blacklists in ide-dma.c and libata-core.c to make it easier to keep them in sync. Why wasn't this done this way in the first place? Out of tree development for libata or something? -- Bill Davidsen

Re: [PATCH 2/3] Unify dma blacklist in ide-dma.c and libata-core.c

2007-05-26 Thread Alan Cox
On Mon, 21 May 2007 22:06:36 -0700 Junio C Hamano <[EMAIL PROTECTED]> wrote: > This introduces a shared header file that defines the entries > for two dma blacklists in ide-dma.c and libata-core.c to make it > easier to keep them in sync. > > Signed-off-by: Junio C Hamano <[EMAIL PROTECTED]> NAK

Re: [PATCH, RFT, v4] sata_mv: convert to new EH

2007-05-26 Thread Jeff Garzik
dean gaudet wrote: On Fri, 25 May 2007, Jeff Garzik wrote: Already uncovered and fixed a few bugs in v3. Here's v4 of the sata_mv new-EH patch. you asked for test results with 2.6.21.3 ... that seems to boot fine, and i've tested reading from the disks only and it seems to be working fine.

Re: [PATCH, RFT, v4] sata_mv: convert to new EH

2007-05-26 Thread Dave Dillow
On Sat, 2007-05-26 at 16:56 -0400, Jeff Garzik wrote: > Dave, any chance you could try 2.6.22-rc3 + my v4 patch, on a different > hard drive? Preferably a non-Maxtor, or at least not another Maxtor > 6L200S0. If that's a big deal, don't worry about it. I just want to > rule out buggy firmware

Re: [PATCH, RFT, v4] sata_mv: convert to new EH

2007-05-26 Thread Jeff Garzik
Dave Dillow wrote: On Sat, 2007-05-26 at 16:56 -0400, Jeff Garzik wrote: Dave, any chance you could try 2.6.22-rc3 + my v4 patch, on a different hard drive? Preferably a non-Maxtor, or at least not another Maxtor 6L200S0. If that's a big deal, don't worry about it. I just want to rule out b

[PATCH] convert pdc_adma to new libata EH

2007-05-26 Thread Jeff Garzik
This patch is an attempt to convert pdc_adma over to new EH. It compiles, but I have not tested it. If anyone is willing to give it an "it talks to the disks" test that would be great. This hardware is -mostly- compatible with the docs on http://www.T13.org/ (look for d1510r1) according to Mark

[PATCH] convert sata_qstor to new libata EH

2007-05-26 Thread Jeff Garzik
This patch is an attempt to convert sata_qstor over to new EH. It compiles, but I have not tested it. If anyone is willing to give it an "it talks to the disks" test that would be great. This is checked into the 'new-eh' branch of libata. Review requested. drivers/ata/sata_qstor.c | 65 +

[PATCH] Add Marvell 6141 PATA support to AHCI driver

2007-05-26 Thread Jeff Garzik
Here is a patch against 2.6.22-rc3 that adds support for both the PATA and SATA portions of the Marvell AHCI-like chip. The architecture for PATA is quite nice, mimicing AHCI very closely. Basic port scanning, interrupt handling, freezing and thawing is the same, and uses the same register offets