diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-03-22 01:31:30 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-03-22 01:32:46 -0400 |
commit | 2fe6b393d9dbb193d4f0a3351ad76618cda07e2c (patch) | |
tree | 9bf1fe915e0b30b8c35f8d04f2c1486011d989c0 /src/ati_pciids_gen.h | |
parent | 1ddee7cd6fd267b2fc86f21af27c5425eb0835a4 (diff) |
radeon: add new chip ids
Diffstat (limited to 'src/ati_pciids_gen.h')
-rw-r--r-- | src/ati_pciids_gen.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ati_pciids_gen.h b/src/ati_pciids_gen.h index 8aad4bed..f31cadb7 100644 --- a/src/ati_pciids_gen.h +++ b/src/ati_pciids_gen.h @@ -431,3 +431,8 @@ #define PCI_CHIP_RS780_9614 0x9614 #define PCI_CHIP_RS780_9615 0x9615 #define PCI_CHIP_RS780_9616 0x9616 +#define PCI_CHIP_RS880_9710 0x9710 +#define PCI_CHIP_RS880_9711 0x9711 +#define PCI_CHIP_RS880_9712 0x9712 +#define PCI_CHIP_RS880_9713 0x9713 +#define PCI_CHIP_RS880_9714 0x9714 |