diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-05-18 10:48:25 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-05-18 10:48:25 -0400 |
commit | e9cca1e7dc521d3756bb2d97f1d703b9ad65cb47 (patch) | |
tree | 94748bbdbd13fde6a83013b790bdbfc298ff0ad2 /src/radeon_chipset_gen.h | |
parent | 76fffd51027820b3a6ea10de2be67d5fd4f3e843 (diff) |
r4xx: Add some missing pci ids
Noticed by Romain in bug 21798
Diffstat (limited to 'src/radeon_chipset_gen.h')
-rw-r--r-- | src/radeon_chipset_gen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h index ad0aedeb..70b9ff63 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -40,6 +40,8 @@ static SymTabRec RADEONChipsets[] = { { PCI_CHIP_R420_JN, "ATI Radeon Mobility 9800 (M18) JN (AGP)" }, { PCI_CHIP_R420_4A4F, "ATI Radeon X800 SE (R420) (AGP)" }, { PCI_CHIP_R420_JP, "ATI Radeon X800XT (R420) JP (AGP)" }, + { PCI_CHIP_R420_JT, "ATI Radeon X800 VE (R420) JT (AGP)" }, + { PCI_CHIP_R481_4B48, "ATI Radeon X850 (R480) (AGP)" }, { PCI_CHIP_R481_4B49, "ATI Radeon X850 XT (R480) (AGP)" }, { PCI_CHIP_R481_4B4A, "ATI Radeon X850 SE (R480) (AGP)" }, { PCI_CHIP_R481_4B4B, "ATI Radeon X850 PRO (R480) (AGP)" }, |