diff options
author | Andreas Herrmann <andreas.herrmann3@amd.com> | 2010-09-30 14:43:16 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2010-10-01 16:18:32 -0700 |
commit | 5c80cc78de46aef6cd5e714208da05c3f7f548f8 (patch) | |
tree | 7d2c68258b1604e2a87213c7f61d52854ead62d8 /include/linux/pci_ids.h | |
parent | d4fbe4f03557e1fd4d9bbb3a1957aad560f39e96 (diff) | |
download | linux-stable-5c80cc78de46aef6cd5e714208da05c3f7f548f8.tar.gz linux-stable-5c80cc78de46aef6cd5e714208da05c3f7f548f8.tar.bz2 linux-stable-5c80cc78de46aef6cd5e714208da05c3f7f548f8.zip |
x86, amd_nb: Enable GART support for AMD family 0x15 CPUs
AMD CPU family 0x15 still supports GART for compatibility reasons.
Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com>
LKML-Reference: <20100930124316.GG20545@loge.amd.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 10d33309e9a6..edc0279be72f 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -514,6 +514,7 @@ #define PCI_DEVICE_ID_AMD_11H_NB_DRAM 0x1302 #define PCI_DEVICE_ID_AMD_11H_NB_MISC 0x1303 #define PCI_DEVICE_ID_AMD_11H_NB_LINK 0x1304 +#define PCI_DEVICE_ID_AMD_15H_NB_MISC 0x1603 #define PCI_DEVICE_ID_AMD_LANCE 0x2000 #define PCI_DEVICE_ID_AMD_LANCE_HOME 0x2001 #define PCI_DEVICE_ID_AMD_SCSI 0x2020 |