diff options
author | Ivaylo Valkov <ivaylo@e-valkov.org> | 2011-05-09 20:53:38 +0000 |
---|---|---|
committer | Marc Jones <marc.jones@amd.com> | 2011-05-09 20:53:38 +0000 |
commit | f2ed23f45b84d23afd8991d4c12dc1085d94e523 (patch) | |
tree | 8f40775fc8741bc0cad05e1aa8082b438cd16b17 /src/include | |
parent | 6401fdb02593940e3091b1d200c64d9c1d7269f3 (diff) |
Adds RS740 HT and internal graphics PCI ids.
Signed-off-by: Ivaylo Valkov <ivaylo@e-valkov.org>
Acked-by: Marc Jones <marcj303@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6562 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/device/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 03896c5916..2d4ffb4fa0 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -332,6 +332,7 @@ #define PCI_DEVICE_ID_ATI_SB800_GEC 0x1699 #define PCI_DEVICE_ID_ATI_RS690_HT 0x7910 +#define PCI_DEVICE_ID_ATI_RS740_HT 0x7911 #define PCI_DEVICE_ID_ATI_RS690_PCIE 0x7912 #define PCI_DEVICE_ID_ATI_RS690_PCIE_DEV2 0x7913 #define PCI_DEVICE_ID_ATI_RS690_PCIE_DEV3 0x791B @@ -342,6 +343,7 @@ #define PCI_DEVICE_ID_ATI_RS690_PCIE_DEV8 0x7918 #define PCI_DEVICE_ID_ATI_RS690_INT_GFX 0x791e #define PCI_DEVICE_ID_ATI_RS690MT_INT_GFX 0x791f +#define PCI_DEVICE_ID_ATI_RS740_INT_GFX 0x796e #define PCI_DEVICE_ID_AMD_RS780_HT 0x9600 #define PCI_DEVICE_ID_AMD_RS780_PCIE 0x9602 |