diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2010-04-05 19:21:18 +0000 |
---|---|---|
committer | Rudolf Marek <r.marek@assembler.cz> | 2010-04-05 19:21:18 +0000 |
commit | f932c2edadcedcab247b4f891d13c48859d202dd (patch) | |
tree | 647debe3b2eac6ac76621c007476e4cb3f11359f /src/include/device/pci_ids.h | |
parent | c9250c6740d4aa32724115ddda166f191501b2df (diff) |
Add RS785G, looks like it works although it is RV620.
Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5356 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/device/pci_ids.h')
-rw-r--r-- | src/include/device/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 7e4d18831f..c98887a701 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -340,6 +340,7 @@ #define PCI_DEVICE_ID_ATI_RS780M_INT_GFX 0x9612 #define PCI_DEVICE_ID_ATI_RS780MC_INT_GFX 0x9613 #define PCI_DEVICE_ID_ATI_RS780E_INT_GFX 0x9615 +#define PCI_DEVICE_ID_ATI_RS785G_INT_GFX 0x9710 #define PCI_VENDOR_ID_VLSI 0x1004 #define PCI_DEVICE_ID_VLSI_82C592 0x0005 |