diff options
author | Dave Jiang <dave.jiang@intel.com> | 2016-12-13 13:15:21 -0500 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2017-01-01 21:42:59 -0500 |
commit | 1594c18fd297a8edcc72bc4b161f3f52603ebb92 (patch) | |
tree | 461faebafac599cb196fd204ab38ca2432cfe131 /drivers/dma/ioat/hw.h | |
parent | 0c744ea4f77d72b3dcebb7a8f2684633ec79be88 (diff) |
dmaengine: ioatdma: Add Skylake PCI Dev ID
Adding Skylake Xeon PCI device ids for ioatdma and related bits.
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/ioat/hw.h')
-rw-r--r-- | drivers/dma/ioat/hw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/ioat/hw.h b/drivers/dma/ioat/hw.h index 8e67895bcca3..abcc51b343ce 100644 --- a/drivers/dma/ioat/hw.h +++ b/drivers/dma/ioat/hw.h | |||
@@ -64,6 +64,8 @@ | |||
64 | #define PCI_DEVICE_ID_INTEL_IOAT_BDX8 0x6f2e | 64 | #define PCI_DEVICE_ID_INTEL_IOAT_BDX8 0x6f2e |
65 | #define PCI_DEVICE_ID_INTEL_IOAT_BDX9 0x6f2f | 65 | #define PCI_DEVICE_ID_INTEL_IOAT_BDX9 0x6f2f |
66 | 66 | ||
67 | #define PCI_DEVICE_ID_INTEL_IOAT_SKX 0x2021 | ||
68 | |||
67 | #define IOAT_VER_1_2 0x12 /* Version 1.2 */ | 69 | #define IOAT_VER_1_2 0x12 /* Version 1.2 */ |
68 | #define IOAT_VER_2_0 0x20 /* Version 2.0 */ | 70 | #define IOAT_VER_2_0 0x20 /* Version 2.0 */ |
69 | #define IOAT_VER_3_0 0x30 /* Version 3.0 */ | 71 | #define IOAT_VER_3_0 0x30 /* Version 3.0 */ |