mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-03 15:55:38 +00:00
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>
This commit is contained in:
parent
45b8084f3f
commit
5e125d1337
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue