The branch main has been updated by adrian:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=288a92252bd8ec06bb5e200f75b6c4859fc6bd25

commit 288a92252bd8ec06bb5e200f75b6c4859fc6bd25
Author:     Adrian Chadd <adr...@freebsd.org>
AuthorDate: 2021-12-05 21:28:39 +0000
Commit:     Adrian Chadd <adr...@freebsd.org>
CommitDate: 2021-12-05 21:28:39 +0000

    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},

Reply via email to