svn commit: r330450 - stable/11/sys/dev/ioat
Eitan Adler
eadler at FreeBSD.org
Mon Mar 5 07:33:01 UTC 2018
Author: eadler
Date: Mon Mar 5 07:33:00 2018
New Revision: 330450
URL: https://svnweb.freebsd.org/changeset/base/330450
Log:
MFC r326572:
ioat(4): Add Skylake Xeon PCI-ID
SKX IOAT is just another 3.2 version of the CBDMA engine.
Modified:
stable/11/sys/dev/ioat/ioat.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/dev/ioat/ioat.c
==============================================================================
--- stable/11/sys/dev/ioat/ioat.c Mon Mar 5 07:26:05 2018 (r330449)
+++ stable/11/sys/dev/ioat/ioat.c Mon Mar 5 07:33:00 2018 (r330450)
@@ -241,8 +241,8 @@ static struct _pcsid
{ 0x6f278086, "BDX IOAT Ch7" },
{ 0x6f2e8086, "BDX IOAT Ch0 (RAID)" },
{ 0x6f2f8086, "BDX IOAT Ch1 (RAID)" },
-
- { 0x00000000, NULL }
+ { 0x20218086, "SKX IOAT" },
+ { 0x00000000, NULL }
};
/*
More information about the svn-src-stable-11
mailing list