git: 5f30a218cafe - stable/12 - ahci: add AMD device id in RAID mode
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Sep 2023 17:46:49 UTC
The branch stable/12 has been updated by ae:
URL: https://cgit.FreeBSD.org/src/commit/?id=5f30a218cafe8bac5cbfc5e57c3b6027f8894318
commit 5f30a218cafe8bac5cbfc5e57c3b6027f8894318
Author: Andrey V. Elsukov <ae@FreeBSD.org>
AuthorDate: 2023-09-04 12:33:49 +0000
Commit: Andrey V. Elsukov <ae@FreeBSD.org>
CommitDate: 2023-09-13 17:46:29 +0000
ahci: add AMD device id in RAID mode
Found on Asus ROX Strix X570-F Gaming.
MFC after: 1 week
(cherry picked from commit 3afe6b525386af1dda7791ea2a9d718fa634d4fd)
---
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 fd0a808f1d9c..bdca241910a5 100644
--- a/sys/dev/ahci/ahci_pci.c
+++ b/sys/dev/ahci/ahci_pci.c
@@ -81,6 +81,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},