From: Tejun Heo <htejun@gmail.com>
To: Felipe Sere <dodofxp@gmail.com>, Jeff Garzik <jeff@garzik.org>
Cc: linux-ide@vger.kernel.org
Subject: [PATCH #upstream-fixes] ata_piix: subsys 106b:00a3 is apple ich8m too
Date: Tue, 29 Jul 2008 15:06:26 +0900 [thread overview]
Message-ID: <488EB362.1090307@gmail.com> (raw)
In-Reply-To: <da38d7b90807282255l5aabd1c7lb763307a5bac9c64@mail.gmail.com>
Subsys 106b:00a3 also is the weird apple ich8m which chokes when the
latter two ports are accessed, add it. Reported by Felipe Sere.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Felipe Sere <dodofxp@gmail.com>
---
This leaves a whole - 00a2. Is there anyone who can verify whether
00a2 exists or not? I feel a bit uncomfortable about adding it
blindly.
drivers/ata/ata_piix.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index a90ae03..c294121 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -250,6 +250,7 @@ static const struct pci_device_id piix_pci_tbl[] = {
/* Mobile SATA Controller IDE (ICH8M), Apple */
{ 0x8086, 0x2828, 0x106b, 0x00a0, 0, 0, ich8m_apple_sata },
{ 0x8086, 0x2828, 0x106b, 0x00a1, 0, 0, ich8m_apple_sata },
+ { 0x8086, 0x2828, 0x106b, 0x00a3, 0, 0, ich8m_apple_sata },
/* Mobile SATA Controller IDE (ICH8M) */
{ 0x8086, 0x2828, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
/* SATA Controller IDE (ICH9) */
next prev parent reply other threads:[~2008-07-29 6:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <da38d7b90807240227q165cb5elad937973a58bf88f@mail.gmail.com>
[not found] ` <488D757B.6000002@gmail.com>
[not found] ` <da38d7b90807280101y44ef5624of99f7038967405a6@mail.gmail.com>
2008-07-28 18:54 ` ata_piix problem with MacBook Pro and 2.6.26 Felipe Sere
2008-07-29 2:14 ` Tejun Heo
2008-07-29 5:55 ` Felipe Sere
2008-07-29 6:06 ` Tejun Heo [this message]
2008-07-31 5:50 ` [PATCH #upstream-fixes] ata_piix: subsys 106b:00a3 is apple ich8m too Jeff Garzik
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=488EB362.1090307@gmail.com \
--to=htejun@gmail.com \
--cc=dodofxp@gmail.com \
--cc=jeff@garzik.org \
--cc=linux-ide@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;
as well as URLs for NNTP newsgroup(s).