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_pci_chipset_gen.h | |
parent | 76fffd51027820b3a6ea10de2be67d5fd4f3e843 (diff) |
r4xx: Add some missing pci ids
Noticed by Romain in bug 21798
Diffstat (limited to 'src/radeon_pci_chipset_gen.h')
-rw-r--r-- | src/radeon_pci_chipset_gen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_pci_chipset_gen.h b/src/radeon_pci_chipset_gen.h index 85143a78..7765ee68 100644 --- a/src/radeon_pci_chipset_gen.h +++ b/src/radeon_pci_chipset_gen.h @@ -40,6 +40,8 @@ PciChipsets RADEONPciChipsets[] = { { PCI_CHIP_R420_JN, PCI_CHIP_R420_JN, RES_SHARED_VGA }, { PCI_CHIP_R420_4A4F, PCI_CHIP_R420_4A4F, RES_SHARED_VGA }, { PCI_CHIP_R420_JP, PCI_CHIP_R420_JP, RES_SHARED_VGA }, + { PCI_CHIP_R420_JT, PCI_CHIP_R420_JT, RES_SHARED_VGA }, + { PCI_CHIP_R481_4B48, PCI_CHIP_R481_4B48, RES_SHARED_VGA }, { PCI_CHIP_R481_4B49, PCI_CHIP_R481_4B49, RES_SHARED_VGA }, { PCI_CHIP_R481_4B4A, PCI_CHIP_R481_4B4A, RES_SHARED_VGA }, { PCI_CHIP_R481_4B4B, PCI_CHIP_R481_4B4B, RES_SHARED_VGA }, |