Skip to content

Commit 181e3ce

Browse files
Seth Heasleyjgarzik
authored andcommitted
ahci: AHCI-mode SATA patch for Intel Panther Point DeviceIDs
The previously submitted patch was word-wrapped. This patch adds the AHCI-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 4a836c7 commit 181e3ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/ata/ahci.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,12 @@ static const struct pci_device_id ahci_pci_tbl[] = {
261261
{ PCI_VDEVICE(INTEL, 0x1d06), board_ahci }, /* PBG RAID */
262262
{ PCI_VDEVICE(INTEL, 0x2826), board_ahci }, /* PBG RAID */
263263
{ PCI_VDEVICE(INTEL, 0x2323), board_ahci }, /* DH89xxCC AHCI */
264+
{ PCI_VDEVICE(INTEL, 0x1e02), board_ahci }, /* Panther Point AHCI */
265+
{ PCI_VDEVICE(INTEL, 0x1e03), board_ahci }, /* Panther Point AHCI */
266+
{ PCI_VDEVICE(INTEL, 0x1e04), board_ahci }, /* Panther Point RAID */
267+
{ PCI_VDEVICE(INTEL, 0x1e05), board_ahci }, /* Panther Point RAID */
268+
{ PCI_VDEVICE(INTEL, 0x1e06), board_ahci }, /* Panther Point RAID */
269+
{ PCI_VDEVICE(INTEL, 0x1e07), board_ahci }, /* Panther Point RAID */
264270

265271
/* JMicron 360/1/3/5/6, match class to avoid IDE function */
266272
{ PCI_VENDOR_ID_JMICRON, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,

0 commit comments

Comments
 (0)