From: Jack Miller <jvmiller@earthlink.net>
To: Ralf Baechle <ralf@linux-mips.org>
Cc: Linux-MIPS <linux-mips@linux-mips.org>
Subject: Patch for ALI15x3 - Linux-MIPS kernel 2.4.22-rc3
Date: 12 Nov 2003 10:43:03 -0800 [thread overview]
Message-ID: <1068662598.2185.2.camel@jaco> (raw)
[-- Attachment #1: Type: text/plain, Size: 175 bytes --]
Ralf,
Please apply this patch for the file drivers/ide/pci/alim15x3.c. It
fixes the LBA addressing mode for chip revisions <= 0xC4. Thank-You.
Regards,
Jack
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 408 bytes --]
--- alim15x3.c.orig 2003-11-12 10:32:04.000000000 -0800
+++ alim15x3.c 2003-11-12 08:18:08.000000000 -0800
@@ -760,7 +760,7 @@
hwif->speedproc = &ali15x3_tune_chipset;
/* Don't use LBA48 on ALi devices before rev 0xC5 */
- hwif->addressing = (m5229_revision <= 0xC4) ? 1 : 0;
+ hwif->addressing = (m5229_revision <= 0xC4) ? 0 : 1;
if (!hwif->dma_base) {
hwif->drives[0].autotune = 1;
next reply other threads:[~2003-11-12 18:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-12 18:43 Jack Miller [this message]
2003-11-13 0:56 ` Patch for ALI15x3 - Linux-MIPS kernel 2.4.22-rc3 Alan Cox
2003-11-13 1:13 ` Jack Miller
2003-11-13 8:59 ` Jan-Benedict Glaw
2003-11-13 17:49 ` Jack Miller
2003-11-13 22:37 ` Alan Cox
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=1068662598.2185.2.camel@jaco \
--to=jvmiller@earthlink.net \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.