aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2021-12-05 21:28:39 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2021-12-05 21:28:39 +0000
commit288a92252bd8ec06bb5e200f75b6c4859fc6bd25 (patch)
tree6acec1da8f6265b279110bd5ff5ae693cf450a8f
parenteb93b99d698674e3b1cc7139fda98e2b175b8c5b (diff)
downloadsrc-288a92252bd8ec06bb5e200f75b6c4859fc6bd25.tar.gz
src-288a92252bd8ec06bb5e200f75b6c4859fc6bd25.zip
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
-rw-r--r--sys/dev/ahci/ahci_pci.c1
1 files changed, 1 insertions, 0 deletions
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},