Skip to content

Commit 0395e61

Browse files
Seth HeasleyJeff Garzik
authored andcommitted
ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs
This patch updates the Intel Ibex Peak (PCH) IDE mode SATA Controller DeviceIDs. Signed-off-by: Seth Heasley <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
1 parent 11fc33d commit 0395e61

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

drivers/ata/ata_piix.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,15 @@ static const struct pci_device_id piix_pci_tbl[] = {
280280
/* SATA Controller IDE (PCH) */
281281
{ 0x8086, 0x3b20, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
282282
/* SATA Controller IDE (PCH) */
283+
{ 0x8086, 0x3b21, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
284+
/* SATA Controller IDE (PCH) */
283285
{ 0x8086, 0x3b26, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
284286
/* SATA Controller IDE (PCH) */
287+
{ 0x8086, 0x3b28, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
288+
/* SATA Controller IDE (PCH) */
285289
{ 0x8086, 0x3b2d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
286290
/* SATA Controller IDE (PCH) */
287291
{ 0x8086, 0x3b2e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
288-
289292
{ } /* terminate list */
290293
};
291294

0 commit comments

Comments
 (0)