diff options
author | Alex Deucher <alex@botch2.com> | 2008-06-21 10:57:05 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2008-06-21 10:57:05 -0400 |
commit | aea9bf75cf0774afd3e65fcf3fd3851f5fb21ca3 (patch) | |
tree | c828aa873dda49e2ffe985099d11cd451b74dfda /src/ati_pciids_gen.h | |
parent | 38ce8a984f96056b7345bcc06505ba27e0e6d5b4 (diff) |
0x1002 0x5657 is actually RV410
See bug 14289
com_bios_scratch.diff
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 eee1d60d..a740df8d 100644 --- a/src/ati_pciids_gen.h +++ b/src/ati_pciids_gen.h @@ -173,6 +173,7 @@ #define PCI_CHIP_RV410_564F 0x564F #define PCI_CHIP_RV410_5652 0x5652 #define PCI_CHIP_RV410_5653 0x5653 +#define PCI_CHIP_RV410_5657 0x5657 #define PCI_CHIP_MACH64VT 0x5654 #define PCI_CHIP_MACH64VU 0x5655 #define PCI_CHIP_MACH64VV 0x5656 @@ -195,7 +196,6 @@ #define PCI_CHIP_RV370_5B60 0x5B60 #define PCI_CHIP_RV370_5B62 0x5B62 #define PCI_CHIP_RV370_5B63 0x5B63 -#define PCI_CHIP_RV370_5657 0x5657 #define PCI_CHIP_RV370_5B64 0x5B64 #define PCI_CHIP_RV370_5B65 0x5B65 #define PCI_CHIP_RV280_5C61 0x5C61 |