diff options
author | Mika Westerberg | 2020-02-27 17:32:59 +0300 |
---|---|---|
committer | Jens Axboe | 2020-03-25 10:29:35 -0600 |
commit | 5e125d13371b3049d238a4bf5f2108bfbfe8a900 (patch) | |
tree | 9abab1e9e006a055dbb3023695076ff463b19132 /drivers/ata | |
parent | 45b8084f3fcb9fe1a653fd49afa1fd7a5f0c10f2 (diff) |
ahci: Add Intel Comet Lake PCH-H PCI ID
Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/ahci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 2025b29f17fa..a25ed053d98e 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -246,6 +246,7 @@ static const struct ata_port_info ahci_port_info[] = { static const struct pci_device_id ahci_pci_tbl[] = { /* Intel */ + { PCI_VDEVICE(INTEL, 0x06d6), board_ahci }, /* Comet Lake PCH-H RAID */ { PCI_VDEVICE(INTEL, 0x2652), board_ahci }, /* ICH6 */ { PCI_VDEVICE(INTEL, 0x2653), board_ahci }, /* ICH6M */ { PCI_VDEVICE(INTEL, 0x27c1), board_ahci }, /* ICH7 */ |