Date: Tue, 5 Dec 2017 18:48:58 +0000 (UTC) From: Conrad Meyer <cem@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r326572 - head/sys/dev/ioat Message-ID: <201712051848.vB5Imwl2049148@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cem Date: Tue Dec 5 18:48:58 2017 New Revision: 326572 URL: https://svnweb.freebsd.org/changeset/base/326572 Log: ioat(4): Add Skylake Xeon PCI-ID SKX IOAT is just another 3.2 version of the CBDMA engine. Submitted by: Deepak Veliath <deepak.veliath AT isilon.com> Sponsored by: Dell EMC Isilon Modified: head/sys/dev/ioat/ioat.c Modified: head/sys/dev/ioat/ioat.c ============================================================================== --- head/sys/dev/ioat/ioat.c Tue Dec 5 18:42:07 2017 (r326571) +++ head/sys/dev/ioat/ioat.c Tue Dec 5 18:48:58 2017 (r326572) @@ -236,6 +236,8 @@ static struct _pcsid { 0x6f278086, "BDX IOAT Ch7" }, { 0x6f2e8086, "BDX IOAT Ch0 (RAID)" }, { 0x6f2f8086, "BDX IOAT Ch1 (RAID)" }, + + { 0x20218086, "SKX IOAT" }, }; MODULE_PNP_INFO("W32:vendor/device;D:human", pci, ioat, pci_ids,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712051848.vB5Imwl2049148>