From 08f16d0c0110900b3e204041d123e84eabc45705 Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Tue, 5 Dec 2017 18:48:58 +0000 Subject: [PATCH] ioat(4): Add Skylake Xeon PCI-ID SKX IOAT is just another 3.2 version of the CBDMA engine. Submitted by: Deepak Veliath Sponsored by: Dell EMC Isilon --- sys/dev/ioat/ioat.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/ioat/ioat.c b/sys/dev/ioat/ioat.c index 2052ff48c4b..56681f8a215 100644 --- a/sys/dev/ioat/ioat.c +++ b/sys/dev/ioat/ioat.c @@ -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,