Date: Mon, 5 Mar 2018 07:33:00 +0000 (UTC) From: Eitan Adler <eadler@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: r330450 - stable/11/sys/dev/ioat Message-ID: <201803050733.w257X0EV091447@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 } }; /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803050733.w257X0EV091447>