diff options
author | Ingo Molnar <mingo@elte.hu> | 2010-09-24 11:19:53 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-09-24 11:19:53 +0200 |
commit | 7329cf0201f48695862e334828a108aa7175e955 (patch) | |
tree | 9ebea4a0394d14a00b98cc4ee6f726588956c168 /include | |
parent | x86, setup: Fix earlyprintk=serial,0x3f8,115200 (diff) | |
parent | x86/amd-iommu: Fix rounding-bug in __unmap_single (diff) | |
download | linux-7329cf0201f48695862e334828a108aa7175e955.tar.xz linux-7329cf0201f48695862e334828a108aa7175e955.zip |
Merge branch 'amd-iommu/2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 10d33309e9a6..570fddeb0388 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -393,6 +393,9 @@ #define PCI_DEVICE_ID_VLSI_82C147 0x0105 #define PCI_DEVICE_ID_VLSI_VAS96011 0x0702 +/* AMD RD890 Chipset */ +#define PCI_DEVICE_ID_RD890_IOMMU 0x5a23 + #define PCI_VENDOR_ID_ADL 0x1005 #define PCI_DEVICE_ID_ADL_2301 0x2301 |