Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2017 10:15:58 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r325571 - head/sys/dev/ahci
Message-ID:  <201711091015.vA9AFw82008071@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Thu Nov  9 10:15:57 2017
New Revision: 325571
URL: https://svnweb.freebsd.org/changeset/base/325571

Log:
  Add some PCI IDs found on AMD Epyc system.
  
  MFC after:	2 weeks

Modified:
  head/sys/dev/ahci/ahci_pci.c

Modified: head/sys/dev/ahci/ahci_pci.c
==============================================================================
--- head/sys/dev/ahci/ahci_pci.c	Thu Nov  9 02:37:49 2017	(r325570)
+++ head/sys/dev/ahci/ahci_pci.c	Thu Nov  9 10:15:57 2017	(r325571)
@@ -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?201711091015.vA9AFw82008071>