mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
ahci: add AMD device id in RAID mode
Found on Asus ROX Strix X570-F Gaming. MFC after: 1 week
This commit is contained in:
parent
289ba6b870
commit
3afe6b5253
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ static const struct {
|
|||
{0x79021022, 0x00, "AMD KERNCZ", 0},
|
||||
{0x79031022, 0x00, "AMD KERNCZ", 0},
|
||||
{0x79041022, 0x00, "AMD KERNCZ", 0},
|
||||
{0x79161022, 0x00, "AMD KERNCZ (RAID)", 0},
|
||||
{0x06011b21, 0x00, "ASMedia ASM1060", AHCI_Q_NOCCS|AHCI_Q_NOAUX},
|
||||
{0x06021b21, 0x00, "ASMedia ASM1060", AHCI_Q_NOCCS|AHCI_Q_NOAUX},
|
||||
{0x06111b21, 0x00, "ASMedia ASM1061", AHCI_Q_NOCCS|AHCI_Q_NOAUX},
|
||||
|
|
|
|||
Loading…
Reference in a new issue