Skip to content

Commit 4a836c7

Browse files
Seth Heasleyjgarzik
authored andcommitted
ata_piix: IDE-mode SATA patch for Intel Panther Point DeviceIDs
The previously submitted patch was word-wrapped. This patch adds the IDE-mode SATA DeviceIDs for the Intel Panther Point PCH. Signed-off-by: Seth Heasley <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
1 parent d69cf28 commit 4a836c7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/ata/ata_piix.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,14 @@ static const struct pci_device_id piix_pci_tbl[] = {
309309
{ 0x8086, 0x1d00, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
310310
/* SATA Controller IDE (PBG) */
311311
{ 0x8086, 0x1d08, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
312+
/* SATA Controller IDE (Panther Point) */
313+
{ 0x8086, 0x1e00, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
314+
/* SATA Controller IDE (Panther Point) */
315+
{ 0x8086, 0x1e01, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
316+
/* SATA Controller IDE (Panther Point) */
317+
{ 0x8086, 0x1e08, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
318+
/* SATA Controller IDE (Panther Point) */
319+
{ 0x8086, 0x1e09, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
312320
{ } /* terminate list */
313321
};
314322

0 commit comments

Comments
 (0)