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:22:36 -0400 |
commit | 2ba11f922321076027f0a08ec5bd079871ae73f8 (patch) | |
tree | b93355c592c05d3c42cefc2b32ce3c8095415d9f /src/ati_pciids_gen.h | |
parent | 6dd7659ef17cf400be94676bcaf6c115fd537439 (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 |