diff options
author | Dave Jiang <dave.jiang@intel.com> | 2015-01-30 17:06:01 -0500 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-02-03 20:47:40 -0500 |
commit | 68a8cc9e9e57abcf2b4f40fb54fb8fb3c7f0462e (patch) | |
tree | e817031212e939d6e85b7e114bc59038ecb72d66 /drivers/dma/ioat/hw.h | |
parent | 09aa8ac0f9a76b7d650cf3a27a2cfcb4d3d612fb (diff) |
ioatdma: Adding support for BDX-DE ioatdma.
Adding PCI device IDs and hooks in workarounds for Broadwell DE ioatdma.
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/dma/ioat/hw.h b/drivers/dma/ioat/hw.h index 62f83e983d8d..02177ecf09f8 100644 --- a/drivers/dma/ioat/hw.h +++ b/drivers/dma/ioat/hw.h | |||
@@ -57,6 +57,11 @@ | |||
57 | #define PCI_DEVICE_ID_INTEL_IOAT_BWD2 0x0C52 | 57 | #define PCI_DEVICE_ID_INTEL_IOAT_BWD2 0x0C52 |
58 | #define PCI_DEVICE_ID_INTEL_IOAT_BWD3 0x0C53 | 58 | #define PCI_DEVICE_ID_INTEL_IOAT_BWD3 0x0C53 |
59 | 59 | ||
60 | #define PCI_DEVICE_ID_INTEL_IOAT_BDXDE0 0x6f50 | ||
61 | #define PCI_DEVICE_ID_INTEL_IOAT_BDXDE1 0x6f51 | ||
62 | #define PCI_DEVICE_ID_INTEL_IOAT_BDXDE2 0x6f52 | ||
63 | #define PCI_DEVICE_ID_INTEL_IOAT_BDXDE3 0x6f53 | ||
64 | |||
60 | #define IOAT_VER_1_2 0x12 /* Version 1.2 */ | 65 | #define IOAT_VER_1_2 0x12 /* Version 1.2 */ |
61 | #define IOAT_VER_2_0 0x20 /* Version 2.0 */ | 66 | #define IOAT_VER_2_0 0x20 /* Version 2.0 */ |
62 | #define IOAT_VER_3_0 0x30 /* Version 3.0 */ | 67 | #define IOAT_VER_3_0 0x30 /* Version 3.0 */ |