From: Jeff Garzik <jeff@garzik.org>
To: Chuck Ebbert <cebbert@redhat.com>
Cc: linux-ide@vger.kernel.org,
Ondrej Zary <linux@rainbow-software.org>,
Alan Cox <alan@redhat.com>
Subject: Re: [patch, resend] libata: Fix LBA48 on pata_it821x RAID volumes.
Date: Mon, 27 Oct 2008 23:58:20 -0400 [thread overview]
Message-ID: <49068DDC.8030001@garzik.org> (raw)
In-Reply-To: <20081026181019.073dd529@redhat.com>
Chuck Ebbert wrote:
> From: Ondrej Zary <linux@rainbow-software.org>
>
> libata: Fix LBA48 on pata_it821x RAID volumes.
>
> [http://lkml.org/lkml/2008/10/18/82]
>
> Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
> Acked-by: Alan Cox <alan@redhat.com>
>
> --- linux-2.6.27-orig/drivers/ata/pata_it821x.c 2008-10-18 17:09:07.000000000 +0200
> +++ linux-2.6.27-pentium/drivers/ata/pata_it821x.c 2008-10-18 17:10:24.000000000 +0200
> @@ -557,9 +557,8 @@
> if (strstr(model_num, "Integrated Technology Express")) {
> /* Set feature bits the firmware neglects */
> id[49] |= 0x0300; /* LBA, DMA */
> - id[82] |= 0x0400; /* LBA48 */
> id[83] &= 0x7FFF;
> - id[83] |= 0x4000; /* Word 83 is valid */
> + id[83] |= 0x4400; /* Word 83 is valid and LBA48 */
> id[86] |= 0x0400; /* LBA48 on */
> id[ATA_ID_MAJOR_VER] |= 0x1F;
applied
prev parent reply other threads:[~2008-10-28 3:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-26 22:10 [patch, resend] libata: Fix LBA48 on pata_it821x RAID volumes Chuck Ebbert
2008-10-28 3:58 ` 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=49068DDC.8030001@garzik.org \
--to=jeff@garzik.org \
--cc=alan@redhat.com \
--cc=cebbert@redhat.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux@rainbow-software.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;
as well as URLs for NNTP newsgroup(s).