From f2ed23f45b84d23afd8991d4c12dc1085d94e523 Mon Sep 17 00:00:00 2001 From: Ivaylo Valkov Date: Mon, 9 May 2011 20:53:38 +0000 Subject: [PATCH] Adds RS740 HT and internal graphics PCI ids. Signed-off-by: Ivaylo Valkov Acked-by: Marc Jones git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6562 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/device/pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 03896c591..2d4ffb4fa 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 -- 2.25.1