* [PATCH 2/3] ata_piix: Add Device IDs for Intel 9 Series PCH
@ 2014-08-27 21:31 James Ralston
2014-08-28 12:54 ` Tejun Heo
0 siblings, 1 reply; 2+ messages in thread
From: James Ralston @ 2014-08-27 21:31 UTC (permalink / raw)
To: Tejun Heo; +Cc: James Ralston, linux-ide, linux-kernel
This patch adds the IDE mode SATA Device IDs for the Intel 9 Series PCH.
Signed-off-by: James Ralston <james.d.ralston@intel.com>
---
drivers/ata/ata_piix.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index 893e30e..ffbe625 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -340,6 +340,14 @@ static const struct pci_device_id piix_pci_tbl[] = {
{ 0x8086, 0x0F21, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata_byt },
/* SATA Controller IDE (Coleto Creek) */
{ 0x8086, 0x23a6, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
+ /* SATA Controller IDE (9 Series) */
+ { 0x8086, 0x8c88, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata_snb },
+ /* SATA Controller IDE (9 Series) */
+ { 0x8086, 0x8c89, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata_snb },
+ /* SATA Controller IDE (9 Series) */
+ { 0x8086, 0x8c80, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_snb },
+ /* SATA Controller IDE (9 Series) */
+ { 0x8086, 0x8c81, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_snb },
{ } /* terminate list */
};
--
1.8.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 2/3] ata_piix: Add Device IDs for Intel 9 Series PCH
2014-08-27 21:31 [PATCH 2/3] ata_piix: Add Device IDs for Intel 9 Series PCH James Ralston
@ 2014-08-28 12:54 ` Tejun Heo
0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2014-08-28 12:54 UTC (permalink / raw)
To: James Ralston; +Cc: linux-ide, linux-kernel
On Wed, Aug 27, 2014 at 02:31:58PM -0700, James Ralston wrote:
> This patch adds the IDE mode SATA Device IDs for the Intel 9 Series PCH.
>
> Signed-off-by: James Ralston <james.d.ralston@intel.com>
Applied to libata/for-3.17-fixes w/ stable cc'd.
Thanks.
--
tejun
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-28 12:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-27 21:31 [PATCH 2/3] ata_piix: Add Device IDs for Intel 9 Series PCH James Ralston
2014-08-28 12:54 ` Tejun Heo
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).