summaryrefslogtreecommitdiff
path: root/src/radeon_pci_chipset_gen.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-06-28 16:20:10 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-06-28 16:20:10 -0400
commit68001981f22173ff949720055dba89291f284474 (patch)
tree06db3f03456bf0c7ed893c93d0c5bf97cff97fca /src/radeon_pci_chipset_gen.h
parent06d5d8d7fd92b58b2467c782e57a80a3520a2c90 (diff)
Add some missing M96 pci ids
fixes fdo bug 22404
Diffstat (limited to 'src/radeon_pci_chipset_gen.h')
-rw-r--r--src/radeon_pci_chipset_gen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_pci_chipset_gen.h b/src/radeon_pci_chipset_gen.h
index 0a48ad7c..4995b4bc 100644
--- a/src/radeon_pci_chipset_gen.h
+++ b/src/radeon_pci_chipset_gen.h
@@ -274,7 +274,9 @@ PciChipsets RADEONPciChipsets[] = {
{ PCI_CHIP_RV770_946B, PCI_CHIP_RV770_946B, RES_SHARED_VGA },
{ PCI_CHIP_RV770_947A, PCI_CHIP_RV770_947A, RES_SHARED_VGA },
{ PCI_CHIP_RV770_947B, PCI_CHIP_RV770_947B, RES_SHARED_VGA },
+ { PCI_CHIP_RV730_9480, PCI_CHIP_RV730_9480, RES_SHARED_VGA },
{ PCI_CHIP_RV730_9487, PCI_CHIP_RV730_9487, RES_SHARED_VGA },
+ { PCI_CHIP_RV730_9488, PCI_CHIP_RV730_9488, RES_SHARED_VGA },
{ PCI_CHIP_RV730_9489, PCI_CHIP_RV730_9489, RES_SHARED_VGA },
{ PCI_CHIP_RV730_948F, PCI_CHIP_RV730_948F, RES_SHARED_VGA },
{ PCI_CHIP_RV730_9490, PCI_CHIP_RV730_9490, RES_SHARED_VGA },