linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* libata: ATA_PIIX missing ICH8M PCIIDs.
@ 2007-06-18 13:20 Chr
  2007-06-18 13:42 ` Alan Cox
  2007-06-18 18:00 ` Gaston, Jason D
  0 siblings, 2 replies; 14+ messages in thread
From: Chr @ 2007-06-18 13:20 UTC (permalink / raw)
  To: linux-ide; +Cc: chunkeey

[-- Attachment #1: Type: text/plain, Size: 531 bytes --]

Hi,

I got a new laptop and I had a little problem that the DVD drive wasn't recognized by
libata's piix driver (but the old IDE Subsystem found it!).

So, after adding the new pciid 8086:2850 it works!
But, I don't know if it's ich_pata_100 or ich_pata_133 since the 
dvd/cd drives only goes up to udma2 speeds.

Thanks,
        Chr.

(I'm not on the list, please keep the cc!) 

-
this patch adds a necessary PCIID for santa rosa's PATA controller.

Signed-off-by: Christian Lamparter <chunkeey@web.de>

[-- Attachment #2: ich8m-add-pci-id.patch --]
[-- Type: text/x-diff, Size: 550 bytes --]

--- ata_piix.c.org	2007-06-17 12:58:17.000000000 +0200
+++ ata_piix.c	2007-06-17 13:00:24.000000000 +0200
@@ -201,6 +201,8 @@ static const struct pci_device_id piix_p
 	/* 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_100 },
 
 	/* NOTE: The following PCI ids must be kept in sync with the
 	 * list in drivers/pci/quirks.c.

^ permalink raw reply	[flat|nested] 14+ messages in thread
[parent not found: <39B20DF628532344BC7A2692CB6AEE07016FE54D@orsmsx420.amr.corp.intel.com>]

end of thread, other threads:[~2007-06-24 12:18 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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             ` [PATCH] libata: adding ICH8M PCIIDs to ATA_PIIX Chr
2007-06-18 20:44           ` libata: ATA_PIIX missing ICH8M PCIIDs Alan Cox
2007-06-18 19:14       ` Chr
2007-06-18 18:00 ` Gaston, Jason D
2007-06-18 20:41   ` Alan Cox
     [not found] <39B20DF628532344BC7A2692CB6AEE07016FE54D@orsmsx420.amr.corp.intel.com>
2007-06-18 20:10 ` Chr

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).