diff options
| author | Charles_Rose@Dell.com <Charles_Rose@Dell.com> | 2015-11-06 14:18:56 -0600 |
|---|---|---|
| committer | Ben Hutchings <ben@decadent.org.uk> | 2016-01-22 21:40:10 +0000 |
| commit | 545df47d60e8e4d94a52c598a75369a08465047c (patch) | |
| tree | 36b995f2dd3d61b62fa7d3b1328240ee877d05cf /drivers | |
| parent | 265ed762635ceeedc9ef23a5538eb6fe9955a6c0 (diff) | |
| download | linux-545df47d60e8e4d94a52c598a75369a08465047c.tar.gz linux-545df47d60e8e4d94a52c598a75369a08465047c.tar.bz2 linux-545df47d60e8e4d94a52c598a75369a08465047c.zip | |
ahci: Add Device ID for Intel Sunrise Point PCH
commit c5967b79ecabe2baca40658d9073e28b30d7f6cf upstream.
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>
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/ata/ahci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 2453d27bdf14..ff4b64370142 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -360,8 +360,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 */ |
