diff mbox

[v2] ahci: Add Device ID for Intel Sunrise Point PCH

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

Commit Message

Charles_Rose@Dell.com Nov. 6, 2015, 8:18 p.m. UTC
This patch adds missing AHCI RAID SATA Device IDs for the Intel Sunrise
Point PCH.

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

Comments

Tejun Heo Nov. 16, 2015, 4:20 p.m. UTC | #1
On Fri, Nov 06, 2015 at 02:18:56PM -0600, Charles_Rose@Dell.com wrote:
> This patch adds missing AHCI RAID SATA Device IDs for the Intel Sunrise
> Point PCH.
> 
> Signed-off-by: Nanda Kishore Chinna <nanda_kishore_chinna@dell.com>
> Signed-off-by: Charles Rose <charles_rose@dell.com>

Applied to libata/for-4.4-fixes.

Thanks.
diff mbox

Patch

diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index a466602..e8a484a 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -340,8 +340,10 @@  static const struct pci_device_id ahci_pci_tbl[] = {
 	{ PCI_VDEVICE(INTEL, 0x9d03), board_ahci }, /* Sunrise Point-LP AHCI */
 	{ PCI_VDEVICE(INTEL, 0x9d05), board_ahci }, /* Sunrise Point-LP RAID */
 	{ PCI_VDEVICE(INTEL, 0x9d07), board_ahci }, /* Sunrise Point-LP RAID */
+	{ PCI_VDEVICE(INTEL, 0xa102), board_ahci }, /* Sunrise Point-H AHCI */
 	{ 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 */