mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
This commit is contained in:
parent
eb93b99d69
commit
288a92252b
1 changed files with 1 additions and 0 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Reference in a new issue