From: "Maurizio Monge" <maurizio.monge@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Add new ICH9M pci id (8086:2850) to ata_piix id list
Date: Sun, 17 Jun 2007 23:23:27 +0200 [thread overview]
Message-ID: <e4c519350706171423ldf77f77ve7080c213e6ec3fc@mail.gmail.com> (raw)
To make ata_piix recognize my ich9m chip i had to apply the
modification that follows.
Best regards
Maurizio Monge
diff -Nurb old/drivers/ata/ata_piix.c new/drivers/ata/ata_piix.c
--- old/drivers/ata/ata_piix.c 2007-06-17 23:06:12.000000000 +0200
+++ new/drivers/ata/ata_piix.c 2007-06-17 23:15:57.000000000 +0200
@@ -243,6 +243,8 @@
{ 0x8086, 0x292d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci },
/* SATA Controller IDE (ICH9M) */
{ 0x8086, 0x292e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci },
+ /* Mobile SATA Controller IDE (ICH9M) */
+ { 0x8086, 0x2850, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci },
{ } /* terminate list */
};
next reply other threads:[~2007-06-17 21:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-17 21:23 Maurizio Monge [this message]
2007-06-17 21:36 ` Michal Piotrowski
2007-06-18 18:05 ` Gaston, Jason D
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=e4c519350706171423ldf77f77ve7080c213e6ec3fc@mail.gmail.com \
--to=maurizio.monge@gmail.com \
--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®