lkml.org 
[lkml]   [2007]   [Jun]   [27]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 27 Jun 2007 02:45:01 -0400
FromJeff Garzik <>
SubjectRe: [PATCH] HPT374 is UDMA100 not UDMA133
Alan Cox wrote:
> Propogate change from drivers/ide
> 
> Signed-off-by: Alan Cox <alan@redhat.com>
> 
> diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.22-rc4-mm2/drivers/ata/pata_hpt37x.c linux-2.6.22-rc4-mm2/drivers/ata/pata_hpt37x.c
> --- linux.vanilla-2.6.22-rc4-mm2/drivers/ata/pata_hpt37x.c	2007-06-07 14:26:08.000000000 +0100
> +++ linux-2.6.22-rc4-mm2/drivers/ata/pata_hpt37x.c	2007-06-14 12:58:22.000000000 +0100
> @@ -931,13 +931,13 @@
>  		.udma_mask = 0x7f,
>  		.port_ops = &hpt372_port_ops
>  	};
> -	/* HPT374 - UDMA133 */
> +	/* HPT374 - UDMA100 */
>  	static const struct ata_port_info info_hpt374 = {
>  		.sht = &hpt37x_sht,
>  		.flags = ATA_FLAG_SLAVE_POSS,
>  		.pio_mask = 0x1f,
>  		.mwdma_mask = 0x07,
> -		.udma_mask = 0x7f,
> +		.udma_mask = 0x3f,

applied manually, since this does not apply to any upstream tree. 
Please diff against upstream or libata-dev.git...


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-06-27 06:49    [from the cache]
©2003-2008