diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-02-03 11:17:13 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-02-03 11:17:13 -0500 |
commit | 9abb09d5f43320bd27b336612d39d264fe93549f (patch) | |
tree | 167b0243141d4408d02c8fae37e389acd5e81d9e /src/ati_pciids_gen.h | |
parent | c88c3ef6f3db266c1aacba5297b8dfc8b66bf00e (diff) |
Fix bad rv710 pci id
Diffstat (limited to 'src/ati_pciids_gen.h')
-rw-r--r-- | src/ati_pciids_gen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ati_pciids_gen.h b/src/ati_pciids_gen.h index 6f23628a..a32151d9 100644 --- a/src/ati_pciids_gen.h +++ b/src/ati_pciids_gen.h @@ -388,7 +388,7 @@ #define PCI_CHIP_RV630_958C 0x958C #define PCI_CHIP_RV630_958D 0x958D #define PCI_CHIP_RV630_958E 0x958E -#define PCI_CHIP_RV710_9592 0x9592 +#define PCI_CHIP_RV710_9542 0x9542 #define PCI_CHIP_RV620_95C0 0x95C0 #define PCI_CHIP_RV620_95C2 0x95C2 #define PCI_CHIP_RV620_95C4 0x95C4 |