Re: [PATCH] libata: HPA support

2007-04-17 Thread Jeff Garzik
Alan Cox wrote: Signed-off-by: Alan Cox [EMAIL PROTECTED] Add support for ignoring the BIOS HPA result (off by default) and setting the disk to the full available size unless already frozen. Tested with various platforms/disks and confirmed to work with the Macintosh (which broke earlier) and

Re: [PATCH] libata: HPA support

2007-04-17 Thread Dave Jones
On Wed, Apr 11, 2007 at 12:23:13AM +0100, Alan Cox wrote: Signed-off-by: Alan Cox [EMAIL PROTECTED] Add support for ignoring the BIOS HPA result (off by default) and setting the disk to the full available size unless already frozen. Tested with various platforms/disks and confirmed

Re: [PATCH] libata: HPA support

2007-04-17 Thread Jeff Garzik
Dave Jones wrote: On Wed, Apr 11, 2007 at 12:23:13AM +0100, Alan Cox wrote: Signed-off-by: Alan Cox [EMAIL PROTECTED] Add support for ignoring the BIOS HPA result (off by default) and setting the disk to the full available size unless already frozen. Tested with various

Re: [PATCH] libata: HPA support

2007-04-17 Thread Dave Jones
On Tue, Apr 17, 2007 at 03:15:23PM -0400, Jeff Garzik wrote: Dave Jones wrote: On Wed, Apr 11, 2007 at 12:23:13AM +0100, Alan Cox wrote: Signed-off-by: Alan Cox [EMAIL PROTECTED] Add support for ignoring the BIOS HPA result (off by default) and setting the disk to the

Re: [PATCH] libata: HPA support

2007-04-13 Thread Kyle McMartin
On Wed, Apr 11, 2007 at 12:23:13AM +0100, Alan Cox wrote: Add support for ignoring the BIOS HPA result (off by default) and setting the disk to the full available size unless already frozen. Tested with various platforms/disks and confirmed to work with the Macintosh (which broke earlier)

Re: [PATCH] libata: HPA support

2007-04-13 Thread Kyle McMartin
On Fri, Apr 13, 2007 at 11:33:44AM -0400, Kyle McMartin wrote: On Wed, Apr 11, 2007 at 12:23:13AM +0100, Alan Cox wrote: Add support for ignoring the BIOS HPA result (off by default) and setting the disk to the full available size unless already frozen. Tested with various

Re: [PATCH] libata: HPA support

2007-04-13 Thread Jeff Garzik
Kyle McMartin wrote: Oddly, the command at least executes and doesn't MCE (but it's not at all happy either) if I use ATA_PROT_PIO. I wonder if ATA_PROT_NODATA is buggered on this sata_nv chip (Asus A8N-E). Weird... Try turning off ADMA using the module parameter, and see if ATA_PROT_NODATA

Re: [PATCH] libata: HPA support

2007-04-13 Thread Jeff Garzik
Kyle McMartin wrote: On Fri, Apr 13, 2007 at 12:24:34PM -0400, Jeff Garzik wrote: Kyle McMartin wrote: Oddly, the command at least executes and doesn't MCE (but it's not at all happy either) if I use ATA_PROT_PIO. I wonder if ATA_PROT_NODATA is buggered on this sata_nv chip (Asus A8N-E).

Re: [PATCH] libata: HPA support

2007-04-13 Thread Kyle McMartin
[Adding Robert to the CC incase he doesn't follow linux-ide] On Fri, Apr 13, 2007 at 12:33:41PM -0400, Kyle McMartin wrote: On Fri, Apr 13, 2007 at 12:24:34PM -0400, Jeff Garzik wrote: Kyle McMartin wrote: Oddly, the command at least executes and doesn't MCE (but it's not at all happy

Re: [PATCH] libata: HPA support

2007-04-13 Thread ROBERT HANCOCK
- Original Message - From: Kyle McMartin [EMAIL PROTECTED] Date: Friday, April 13, 2007 10:47 am Subject: Re: [PATCH] libata: HPA support [Adding Robert to the CC incase he doesn't follow linux-ide] On Fri, Apr 13, 2007 at 12:33:41PM -0400, Kyle McMartin wrote: On Fri, Apr 13, 2007

[PATCH] libata: HPA support

2007-04-10 Thread Alan Cox
Signed-off-by: Alan Cox [EMAIL PROTECTED] Add support for ignoring the BIOS HPA result (off by default) and setting the disk to the full available size unless already frozen. Tested with various platforms/disks and confirmed to work with the Macintosh (which broke earlier) and ata_piix (breakage

Re: [PATCH] libata: HPA support

2007-04-10 Thread Jeff Garzik
Alan Cox wrote: Signed-off-by: Alan Cox [EMAIL PROTECTED] Add support for ignoring the BIOS HPA result (off by default) and setting the disk to the full available size unless already frozen. Tested with various platforms/disks and confirmed to work with the Macintosh (which broke earlier) and

Re: [PATCH] libata: HPA support

2007-04-10 Thread Alan Cox
On Tue, 10 Apr 2007 19:36:18 -0400 Jeff Garzik [EMAIL PROTECTED] wrote: Alan Cox wrote: Signed-off-by: Alan Cox [EMAIL PROTECTED] Add support for ignoring the BIOS HPA result (off by default) and setting the disk to the full available size unless already frozen. Tested with various