[coreboot] [commit] r6562 - trunk/src/include/device

repository service svn at coreboot.org
Mon May 9 22:53:39 CEST 2011


Author: mjones
Date: Mon May  9 22:53:38 2011
New Revision: 6562
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6562

Log:
Adds RS740 HT and internal graphics PCI ids.

Signed-off-by: Ivaylo Valkov <ivaylo at e-valkov.org>
Acked-by: Marc Jones <marcj303 at gmail.com>

Modified:
   trunk/src/include/device/pci_ids.h

Modified: trunk/src/include/device/pci_ids.h
==============================================================================
--- trunk/src/include/device/pci_ids.h	Sat May  7 11:15:02 2011	(r6561)
+++ trunk/src/include/device/pci_ids.h	Mon May  9 22:53:38 2011	(r6562)
@@ -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




More information about the coreboot mailing list