From 10f22191928b109c06bae7c9792fe3ed171939ab Mon Sep 17 00:00:00 2001 From: Nanda Kishore Chinnaram Date: Thu, 5 Nov 2015 16:04:43 +0530 Subject: [PATCH] Add PCI ids of Intel Sunrise Point-H SATA Controller S232/236 Signed-off-by: Nanda Kishore Chinnaram --- drivers/ata/ahci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index a466602..3d274f2 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -332,6 +332,8 @@ static const struct pci_device_id ahci_pci_tbl[] = { { PCI_VDEVICE(INTEL, 0xa105), 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 */ + { PCI_VDEVICE(INTEL, 0xa106), board_ahci }, /* Sunrise Point-H RAID */ + { PCI_VDEVICE(INTEL, 0xa102), board_ahci }, /* Sunrise Point-H AHCI */ /* JMicron 360/1/3/5/6, match class to avoid IDE function */ { PCI_VENDOR_ID_JMICRON, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, -- 2.4.3