mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "sebdeg@ngi.it" <sebdeg@ngi.it>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] /drivers/ide/pci/piix.c kernel 2.6.23
Date: Sun, 28 Oct 2007 10:35:06 +0000	[thread overview]
Message-ID: <80.104.88.232.880780238.1193567706@webmail.inet.it> (raw)

In piix.c (and in ata_piix.c) are already included some patches to skip the cable check on some laptops and to enable UDMA>33 modes, but I've noticed than theese doesn't work on my Acer Aspire 5602WLMi (maybe exist more versions of this laptop). 
With this simple patch i can set transfert mode to UDMA100

--- linux-source-2.6.23/drivers/ide/pci/piix.c	2007-10-09 22:31:38.000000000 +0200
+++ linux-2.6.23/drivers/ide/pci/piix.c	2007-10-25 22:25:53.000000000 +0200
@@ -405,6 +405,7 @@
 
 static const struct ich_laptop ich_laptop[] = {
 	/* devid, subvendor, subdev */
+	{ 0x27DF, 0x1025, 0x0102 },	/* ICH7 on Acer 5602aWLMi */
 	{ 0x27DF, 0x0005, 0x0280 },	/* ICH7 on Acer 5602WLMi */
 	{ 0x27DF, 0x1025, 0x0110 },	/* ICH7 on Acer 3682WLMi */
 	{ 0x27DF, 0x1043, 0x1267 },	/* ICH7 on Asus W5F */


                 reply	other threads:[~2007-10-28 11:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=80.104.88.232.880780238.1193567706@webmail.inet.it \
    --to=sebdeg@ngi.it \
    --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

all inboxes | Powered by JetHome®