public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] HPT374 is UDMA100 not UDMA133
Date: Wed, 27 Jun 2007 02:45:01 -0400	[thread overview]
Message-ID: <4682076D.2080104@garzik.org> (raw)
In-Reply-To: <20070622141728.34b1b91c@the-village.bc.nu>

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...



      reply	other threads:[~2007-06-27  6:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-22 13:17 [PATCH] HPT374 is UDMA100 not UDMA133 Alan Cox
2007-06-27  6:45 ` Jeff Garzik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4682076D.2080104@garzik.org \
    --to=jeff@garzik.org \
    --cc=akpm@osdl.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox