svn commit: r326120 - stable/11/sys/dev/ahci
Alexander Motin
mav at FreeBSD.org
Thu Nov 23 10:09:50 UTC 2017
Author: mav
Date: Thu Nov 23 10:09:49 2017
New Revision: 326120
URL: https://svnweb.freebsd.org/changeset/base/326120
Log:
MFC r325571: Add some PCI IDs found on AMD Epyc system.
Modified:
stable/11/sys/dev/ahci/ahci_pci.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/dev/ahci/ahci_pci.c
==============================================================================
--- stable/11/sys/dev/ahci/ahci_pci.c Thu Nov 23 09:35:01 2017 (r326119)
+++ stable/11/sys/dev/ahci/ahci_pci.c Thu Nov 23 10:09:49 2017 (r326120)
@@ -73,6 +73,11 @@ static const struct {
{0x78021022, 0x00, "AMD Hudson-2", 0},
{0x78031022, 0x00, "AMD Hudson-2", 0},
{0x78041022, 0x00, "AMD Hudson-2", 0},
+ {0x79001022, 0x00, "AMD KERNCZ", 0},
+ {0x79011022, 0x00, "AMD KERNCZ", 0},
+ {0x79021022, 0x00, "AMD KERNCZ", 0},
+ {0x79031022, 0x00, "AMD KERNCZ", 0},
+ {0x79041022, 0x00, "AMD KERNCZ", 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},
More information about the svn-src-stable-11
mailing list