diff options
author | Dave Airlie <airlied@redhat.com> | 2008-12-16 12:32:24 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-12-16 12:32:24 +1000 |
commit | f72367aff2d09161d30066a00673ba291b292a36 (patch) | |
tree | dfcc7212f93201b9f5fab50c1e21ac03a5ad6074 /src/ati_pciids_gen.h | |
parent | 4d2429f3ec4d7d3e1512b268c7ff5cbff8d186b4 (diff) |
radeon: add initial rv730 pciids.
Lots more to come, this just adds a few to start.
Diffstat (limited to 'src/ati_pciids_gen.h')
-rw-r--r-- | src/ati_pciids_gen.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ati_pciids_gen.h b/src/ati_pciids_gen.h index ba7832ec..7819cf6f 100644 --- a/src/ati_pciids_gen.h +++ b/src/ati_pciids_gen.h @@ -334,6 +334,9 @@ #define PCI_CHIP_RV770_9440 0x9440 #define PCI_CHIP_RV770_9441 0x9441 #define PCI_CHIP_RV770_9442 0x9442 +#define PCI_CHIP_RV730_9490 0x9490 +#define PCI_CHIP_RV730_9498 0x9498 +#define PCI_CHIP_RV730_949F 0x949F #define PCI_CHIP_RV610_94C0 0x94C0 #define PCI_CHIP_RV610_94C1 0x94C1 #define PCI_CHIP_RV610_94C3 0x94C3 |