From 288a92252bd8ec06bb5e200f75b6c4859fc6bd25 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Sun, 5 Dec 2021 21:28:39 +0000 Subject: ahci: Add Intel Comet Lake RAID/RST controller PCI ID This is needed on my ASUS motherboard / Intel Comet Lake i5-10500 desktop machine. This with some work arounds for nvme behind the RST controller boots and works. Reviewed by: cognet --- sys/dev/ahci/ahci_pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/ahci/ahci_pci.c b/sys/dev/ahci/ahci_pci.c index 9e4987e38bfb..5f8663b96609 100644 --- a/sys/dev/ahci/ahci_pci.c +++ b/sys/dev/ahci/ahci_pci.c @@ -135,6 +135,7 @@ static const struct { {0x3b298086, 0x00, "Intel Ibex Peak-M", 0}, {0x3b2c8086, 0x00, "Intel Ibex Peak-M (RAID)", 0}, {0x3b2f8086, 0x00, "Intel Ibex Peak-M", 0}, + {0x06d68086, 0x00, "Intel Comet Lake (RAID)", 0}, {0x19b08086, 0x00, "Intel Denverton", 0}, {0x19b18086, 0x00, "Intel Denverton", 0}, {0x19b28086, 0x00, "Intel Denverton", 0}, -- cgit v1.2.3