diff mbox

ahci: Add Device ID for Intel Sunrise Point PCH

Message ID 1446759326-4167-1-git-send-email-charles_rose@dell.com
State Not Applicable
Delegated to: David Miller
Headers show

Commit Message

Charles_Rose@Dell.com Nov. 5, 2015, 9:35 p.m. UTC
This patch adds a new AHCI RAID SATA Device ID for the Intel Sunrise
Point PCH.

Signed-off-by: Charles Rose <charles_rose@dell.com>
Signed-off-by: Nanda Kishore Chinna <nanda_kishore_chinna@dell.com>
---
 drivers/ata/ahci.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index a466602..b44f2bb 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -342,6 +342,7 @@  static const struct pci_device_id ahci_pci_tbl[] = {
 	{ PCI_VDEVICE(INTEL, 0x9d07), board_ahci }, /* Sunrise Point-LP RAID */
 	{ PCI_VDEVICE(INTEL, 0xa103), board_ahci }, /* Sunrise Point-H AHCI */
 	{ PCI_VDEVICE(INTEL, 0xa105), board_ahci }, /* Sunrise Point-H RAID */
+	{ PCI_VDEVICE(INTEL, 0xa106), board_ahci }, /* Sunrise Point-H RAID */
 	{ PCI_VDEVICE(INTEL, 0xa107), board_ahci }, /* Sunrise Point-H RAID */
 	{ PCI_VDEVICE(INTEL, 0xa10f), board_ahci }, /* Sunrise Point-H RAID */