From: Chr <chunkeey@web.de>
To: linux-ide@vger.kernel.org
Cc: "Gaston, Jason D" <jason.d.gaston@intel.com>,
Jeff Garzik <jeff@garzik.org>,
alan@lxorguk.ukuu.org.uk, linux-kernel@vger.kernel.org,
chunkeey@web.de
Subject: [PATCH] libata: adding ICH8M PCIIDs to ATA_PIIX.
Date: Sun, 24 Jun 2007 14:18:05 +0200 [thread overview]
Message-ID: <200706241418.05694.chunkeey@web.de> (raw)
In-Reply-To: <4676E15C.80300@garzik.org>
[-- Attachment #1: Type: text/plain, Size: 601 bytes --]
On Monday, 18. June 2007, Jeff Garzik wrote:
> Gaston, Jason D wrote:
> > I don't think we want to have the same DeviceID supported in more then one driver. Would they not conflict with each other?
>
> In Fedora 7, CONFIG_IDE is disabled. ata_piix drives all hardware at
> that point.
>
> Jeff
Hmm, did I forgot anything important in the last mail, or is everyone just busy?
(please keep CC!)
---
This patch adds a necessary PCIID for Santa Rosa's PATA controller.
Signed-off-by: Christian Lamparter <chunkeey@web.de>
---
drivers/ata/ata_piix.c | 2 ++
1 file changed, 2 insertions(+)
[-- Attachment #2: ich8m-add-pciid.patch --]
[-- Type: text/x-diff, Size: 594 bytes --]
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index 9c07b88..b210726 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -200,6 +200,8 @@ static const struct pci_device_id piix_pci_tbl[] = {
/* ICH7/7-R (i945, i975) UDMA 100*/
{ 0x8086, 0x27DF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_133 },
{ 0x8086, 0x269E, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100 },
+ /* ICH8 Mobile PATA Controller */
+ { 0x8086, 0x2850, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_133 },
/* NOTE: The following PCI ids must be kept in sync with the
* list in drivers/pci/quirks.c.
next prev parent reply other threads:[~2007-06-24 12:18 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-18 13:20 libata: ATA_PIIX missing ICH8M PCIIDs Chr
2007-06-18 13:42 ` Alan Cox
2007-06-18 13:52 ` Chr
2007-06-18 17:57 ` Gaston, Jason D
2007-06-18 18:49 ` Chr
2007-06-18 18:57 ` Gaston, Jason D
2007-06-18 19:47 ` Jeff Garzik
2007-06-18 20:14 ` Chr
2007-06-24 12:18 ` Chr [this message]
2007-06-18 20:44 ` Alan Cox
2007-06-18 19:14 ` Chr
2007-06-18 18:00 ` Gaston, Jason D
2007-06-18 20:41 ` 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=200706241418.05694.chunkeey@web.de \
--to=chunkeey@web.de \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=jason.d.gaston@intel.com \
--cc=jeff@garzik.org \
--cc=linux-ide@vger.kernel.org \
--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 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.