aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShannon Nelson <shannon.nelson@intel.com>2007-10-16 04:27:37 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-16 12:43:09 -0400
commit223758c77a67b1eb383a92b35d67de29502a9f55 (patch)
tree1c7ac6de4d105a84fb86ae53709a851301c5883b
parent70af26b2d4bc55570ac30b5eced4ff0319e24455 (diff)
I/OAT: New device ids
Add device ids for new revs of the Intel I/OAT DMA engine Signed-off-by: Shannon Nelson <shannon.nelson@intel.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--drivers/dma/ioatdma.c5
-rw-r--r--include/linux/pci_ids.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/drivers/dma/ioatdma.c b/drivers/dma/ioatdma.c
index 41b18c5a3141..fdc8588041b0 100644
--- a/drivers/dma/ioatdma.c
+++ b/drivers/dma/ioatdma.c
@@ -506,8 +506,9 @@ static enum dma_status ioat_dma_is_complete(struct dma_chan *chan,
506 506
507static struct pci_device_id ioat_pci_tbl[] = { 507static struct pci_device_id ioat_pci_tbl[] = {
508 { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_IOAT) }, 508 { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_IOAT) },
509 { PCI_DEVICE(PCI_VENDOR_ID_UNISYS, 509 { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_IOAT_CNB) },
510 PCI_DEVICE_ID_UNISYS_DMA_DIRECTOR) }, 510 { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_IOAT_SCNB) },
511 { PCI_DEVICE(PCI_VENDOR_ID_UNISYS, PCI_DEVICE_ID_UNISYS_DMA_DIRECTOR) },
511 { 0, } 512 { 0, }
512}; 513};
513 514
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 61976b29a032..df948b44edad 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2326,6 +2326,8 @@
2326#define PCI_DEVICE_ID_INTEL_MCH_PC 0x3599 2326#define PCI_DEVICE_ID_INTEL_MCH_PC 0x3599
2327#define PCI_DEVICE_ID_INTEL_MCH_PC1 0x359a 2327#define PCI_DEVICE_ID_INTEL_MCH_PC1 0x359a
2328#define PCI_DEVICE_ID_INTEL_E7525_MCH 0x359e 2328#define PCI_DEVICE_ID_INTEL_E7525_MCH 0x359e
2329#define PCI_DEVICE_ID_INTEL_IOAT_CNB 0x360b
2330#define PCI_DEVICE_ID_INTEL_IOAT_SCNB 0x65ff
2329#define PCI_DEVICE_ID_INTEL_TOLAPAI_0 0x5031 2331#define PCI_DEVICE_ID_INTEL_TOLAPAI_0 0x5031
2330#define PCI_DEVICE_ID_INTEL_TOLAPAI_1 0x5032 2332#define PCI_DEVICE_ID_INTEL_TOLAPAI_1 0x5032
2331#define PCI_DEVICE_ID_INTEL_82371SB_0 0x7000 2333#define PCI_DEVICE_ID_INTEL_82371SB_0 0x7000