Re: [PATCH] pata_hpt3x3: Major reworking and testing

2007-07-04 Thread Sergei Shtylyov
Hello. Bartlomiej Zolnierkiewicz wrote: Does anybody have DOS driver for HPT343? Google doesn't have it... I have the drivers for HPT34[35] -- tried dissassembling them some years ago... /me wants I tried sending binaries as is but GMail bounced them off. :-/ Will try to tar a

Re: [PATCH] pata_hpt3x3: Major reworking and testing

2007-07-03 Thread Bartlomiej Zolnierkiewicz
On Tuesday 03 July 2007, Sergei Shtylyov wrote: > Hello. > > Bartlomiej Zolnierkiewicz wrote: > > > http://www.linuxhq.com/kernel/v2.3/10/drivers/block/hpt343.c > > > Does anybody have DOS driver for HPT343? Google doesn't have it... > > I have the drivers for HPT34[35] -- tried dissassemb

Re: [PATCH] pata_hpt3x3: Major reworking and testing

2007-07-03 Thread Sergei Shtylyov
Hello. Bartlomiej Zolnierkiewicz wrote: http://www.linuxhq.com/kernel/v2.3/10/drivers/block/hpt343.c Does anybody have DOS driver for HPT343? Google doesn't have it... I have the drivers for HPT34[35] -- tried dissassembling them some years ago... Thanks, Bart MBR, Sergei - To un

Re: [PATCH] pata_hpt3x3: Major reworking and testing

2007-07-03 Thread Bartlomiej Zolnierkiewicz
On Tuesday 03 July 2007, Alan Cox wrote: > > The new improved driver is not really better than the old one because > > the old one is broken. :) > > > > Old driver does identical configuration when it comes to PIO modes. > > No the old driver doesn't even do that. It starts up. It spuriously > ad

Re: [PATCH] pata_hpt3x3: Major reworking and testing

2007-07-03 Thread Alan Cox
> The new improved driver is not really better than the old one because > the old one is broken. :) > > Old driver does identical configuration when it comes to PIO modes. No the old driver doesn't even do that. It starts up. It spuriously adjusts some non writable PCI BAR registers, prints a mes

Re: [PATCH] pata_hpt3x3: Major reworking and testing

2007-07-03 Thread Bartlomiej Zolnierkiewicz
Hi, On Tuesday 03 July 2007, Alan Cox wrote: > The HPT343/345 (aka 363) is a bit of a warped device. For many setups you > need to access the other registers via BAR4 offsets. PIO is now rock If you happen to have HPT363 you may want to check how BIOS does the DMA configuration. I wouldn't be s

Re: [PATCH] pata_hpt3x3: Major reworking and testing

2007-07-03 Thread Alan Cox
On Tue, 03 Jul 2007 11:40:11 -0400 Jeff Garzik <[EMAIL PROTECTED]> wrote: > Alan Cox wrote: > > The HPT343/345 (aka 363) is a bit of a warped device. For many setups you > > need to access the other registers via BAR4 offsets. PIO is now rock > > solid, DMA isn't. Unfortunately the drivers/ide hpt

Re: [PATCH] pata_hpt3x3: Major reworking and testing

2007-07-03 Thread Jeff Garzik
Alan Cox wrote: The HPT343/345 (aka 363) is a bit of a warped device. For many setups you need to access the other registers via BAR4 offsets. PIO is now rock solid, DMA isn't. Unfortunately the drivers/ide hpt34x driver is completely broken so doesn't help further debug. Signed-off-by: Alan Cox