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