diff options
author | Dave Jiang <dave.jiang@intel.com> | 2015-08-11 11:48:04 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-08-17 04:07:29 -0400 |
commit | d73f277b329f46c13527c1090808421828671596 (patch) | |
tree | 5b6ced403702b2066e93c9be87010708e6e78231 /drivers/dma/ioat | |
parent | 5484526ac120eb543e5a28610775f04014814d89 (diff) |
dmaengine: ioatdma: deprecating and removal of old ioatdma devices
Removal of any devices that are ioatdma pre-3.0. This is the first step
in attempting to clean up the ioatdma driver and remove hw no longer
supported.
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Acked-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/ioat')
-rw-r--r-- | drivers/dma/ioat/hw.h | 5 | ||||
-rw-r--r-- | drivers/dma/ioat/pci.c | 9 |
2 files changed, 0 insertions, 14 deletions
diff --git a/drivers/dma/ioat/hw.h b/drivers/dma/ioat/hw.h index a3e731edce57..ec64aced5655 100644 --- a/drivers/dma/ioat/hw.h +++ b/drivers/dma/ioat/hw.h | |||
@@ -21,11 +21,6 @@ | |||
21 | #define IOAT_MMIO_BAR 0 | 21 | #define IOAT_MMIO_BAR 0 |
22 | 22 | ||
23 | /* CB device ID's */ | 23 | /* CB device ID's */ |
24 | #define IOAT_PCI_DID_5000 0x1A38 | ||
25 | #define IOAT_PCI_DID_CNB 0x360B | ||
26 | #define IOAT_PCI_DID_SCNB 0x65FF | ||
27 | #define IOAT_PCI_DID_SNB 0x402F | ||
28 | |||
29 | #define PCI_DEVICE_ID_INTEL_IOAT_IVB0 0x0e20 | 24 | #define PCI_DEVICE_ID_INTEL_IOAT_IVB0 0x0e20 |
30 | #define PCI_DEVICE_ID_INTEL_IOAT_IVB1 0x0e21 | 25 | #define PCI_DEVICE_ID_INTEL_IOAT_IVB1 0x0e21 |
31 | #define PCI_DEVICE_ID_INTEL_IOAT_IVB2 0x0e22 | 26 | #define PCI_DEVICE_ID_INTEL_IOAT_IVB2 0x0e22 |
diff --git a/drivers/dma/ioat/pci.c b/drivers/dma/ioat/pci.c index 3b8c9b03f4b3..459873148bef 100644 --- a/drivers/dma/ioat/pci.c +++ b/drivers/dma/ioat/pci.c | |||
@@ -38,15 +38,6 @@ MODULE_LICENSE("Dual BSD/GPL"); | |||
38 | MODULE_AUTHOR("Intel Corporation"); | 38 | MODULE_AUTHOR("Intel Corporation"); |
39 | 39 | ||
40 | static struct pci_device_id ioat_pci_tbl[] = { | 40 | static struct pci_device_id ioat_pci_tbl[] = { |
41 | /* I/OAT v1 platforms */ | ||
42 | { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IOAT) }, | ||
43 | { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IOAT_CNB) }, | ||
44 | { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IOAT_SCNB) }, | ||
45 | { PCI_VDEVICE(UNISYS, PCI_DEVICE_ID_UNISYS_DMA_DIRECTOR) }, | ||
46 | |||
47 | /* I/OAT v2 platforms */ | ||
48 | { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IOAT_SNB) }, | ||
49 | |||
50 | /* I/OAT v3 platforms */ | 41 | /* I/OAT v3 platforms */ |
51 | { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IOAT_TBG0) }, | 42 | { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IOAT_TBG0) }, |
52 | { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IOAT_TBG1) }, | 43 | { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IOAT_TBG1) }, |