Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Nov 2017 10:09:49 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r326120 - stable/11/sys/dev/ahci
Message-ID:  <201711231009.vANA9nEC027482@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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},



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711231009.vANA9nEC027482>