diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-06-28 16:20:10 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-06-28 16:20:10 -0400 |
commit | 68001981f22173ff949720055dba89291f284474 (patch) | |
tree | 06db3f03456bf0c7ed893c93d0c5bf97cff97fca /src/ati_pciids_gen.h | |
parent | 06d5d8d7fd92b58b2467c782e57a80a3520a2c90 (diff) |
Add some missing M96 pci ids
fixes fdo bug 22404
Diffstat (limited to 'src/ati_pciids_gen.h')
-rw-r--r-- | src/ati_pciids_gen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ati_pciids_gen.h b/src/ati_pciids_gen.h index 17dc4f91..92ae397c 100644 --- a/src/ati_pciids_gen.h +++ b/src/ati_pciids_gen.h @@ -354,7 +354,9 @@ #define PCI_CHIP_RV770_946B 0x946B #define PCI_CHIP_RV770_947A 0x947A #define PCI_CHIP_RV770_947B 0x947B +#define PCI_CHIP_RV730_9480 0x9480 #define PCI_CHIP_RV730_9487 0x9487 +#define PCI_CHIP_RV730_9488 0x9488 #define PCI_CHIP_RV730_9489 0x9489 #define PCI_CHIP_RV730_948F 0x948F #define PCI_CHIP_RV730_9490 0x9490 |