Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3039f0735a280b54c7364fbfe6a9287f7f0b510a
Commit:     3039f0735a280b54c7364fbfe6a9287f7f0b510a
Parent:     5816815f7850509ed51ab94eb4f644e405ccb865
Author:     Dan Williams <[EMAIL PROTECTED]>
AuthorDate: Fri Jul 13 08:06:19 2007 -0700
Committer:  Dan Williams <[EMAIL PROTECTED]>
CommitDate: Fri Jul 13 08:06:19 2007 -0700

    ioatdma: add the unisys "i/oat" pci vendor/device id
    
    Cc: John Magolan <[EMAIL PROTECTED]>
    Signed-off-by: Shannon Nelson <[EMAIL PROTECTED]>
    Signed-off-by: Dan Williams <[EMAIL PROTECTED]>
---
 drivers/dma/ioatdma.c   |    2 ++
 include/linux/pci_ids.h |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/drivers/dma/ioatdma.c b/drivers/dma/ioatdma.c
index 81810b3..5fbe56b 100644
--- a/drivers/dma/ioatdma.c
+++ b/drivers/dma/ioatdma.c
@@ -517,6 +517,8 @@ static enum dma_status ioat_dma_is_complete(struct dma_chan 
*chan,
 
 static struct pci_device_id ioat_pci_tbl[] = {
        { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_IOAT) },
+       { PCI_DEVICE(PCI_VENDOR_ID_UNISYS,
+                    PCI_DEVICE_ID_UNISYS_DMA_DIRECTOR) },
        { 0, }
 };
 
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 5b1c999..0275f69 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -475,6 +475,9 @@
 #define PCI_DEVICE_ID_IBM_ICOM_V2_ONE_PORT_RVX_ONE_PORT_MDM_PCIE 0x0361
 #define PCI_DEVICE_ID_IBM_ICOM_FOUR_PORT_MODEL 0x252
 
+#define PCI_VENDOR_ID_UNISYS           0x1018
+#define PCI_DEVICE_ID_UNISYS_DMA_DIRECTOR 0x001C
+
 #define PCI_VENDOR_ID_COMPEX2          0x101a /* pci.ids says "AT&T GIS (NCR)" 
*/
 #define PCI_DEVICE_ID_COMPEX2_100VG    0x0005
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to