Skip to content

Commit

Permalink
[I/OAT]: Move PCI_DEVICE_ID_INTEL_IOAT to linux/pci_ids.h
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller authored and David S. Miller committed Jun 18, 2006
1 parent 6b00c92 commit 57c651f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/dma/ioatdma.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
#include <linux/init.h>
#include <linux/dmapool.h>
#include <linux/cache.h>

#define PCI_DEVICE_ID_INTEL_IOAT 0x1a38
#include <linux/pci_ids.h>

#define IOAT_LOW_COMPLETION_MASK 0xffffffc0

Expand Down
1 change: 1 addition & 0 deletions include/linux/pci_ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -2043,6 +2043,7 @@
#define PCI_DEVICE_ID_INTEL_80960_RP 0x1960
#define PCI_DEVICE_ID_INTEL_82840_HB 0x1a21
#define PCI_DEVICE_ID_INTEL_82845_HB 0x1a30
#define PCI_DEVICE_ID_INTEL_IOAT 0x1a38
#define PCI_DEVICE_ID_INTEL_82801AA_0 0x2410
#define PCI_DEVICE_ID_INTEL_82801AA_1 0x2411
#define PCI_DEVICE_ID_INTEL_82801AA_3 0x2413
Expand Down

0 comments on commit 57c651f

Please sign in to comment.