summaryrefslogtreecommitdiff
path: root/src/radeon_pci_chipset_gen.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-03-22 01:31:30 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-03-22 01:32:46 -0400
commit2fe6b393d9dbb193d4f0a3351ad76618cda07e2c (patch)
tree9bf1fe915e0b30b8c35f8d04f2c1486011d989c0 /src/radeon_pci_chipset_gen.h
parent1ddee7cd6fd267b2fc86f21af27c5425eb0835a4 (diff)
radeon: add new chip ids
Diffstat (limited to 'src/radeon_pci_chipset_gen.h')
-rw-r--r--src/radeon_pci_chipset_gen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/radeon_pci_chipset_gen.h b/src/radeon_pci_chipset_gen.h
index 7749ea7d..b9368d75 100644
--- a/src/radeon_pci_chipset_gen.h
+++ b/src/radeon_pci_chipset_gen.h
@@ -351,5 +351,10 @@ PciChipsets RADEONPciChipsets[] = {
{ PCI_CHIP_RS780_9614, PCI_CHIP_RS780_9614, RES_SHARED_VGA },
{ PCI_CHIP_RS780_9615, PCI_CHIP_RS780_9615, RES_SHARED_VGA },
{ PCI_CHIP_RS780_9616, PCI_CHIP_RS780_9616, RES_SHARED_VGA },
+ { PCI_CHIP_RS880_9710, PCI_CHIP_RS880_9710, RES_SHARED_VGA },
+ { PCI_CHIP_RS880_9711, PCI_CHIP_RS880_9711, RES_SHARED_VGA },
+ { PCI_CHIP_RS880_9712, PCI_CHIP_RS880_9712, RES_SHARED_VGA },
+ { PCI_CHIP_RS880_9713, PCI_CHIP_RS880_9713, RES_SHARED_VGA },
+ { PCI_CHIP_RS880_9714, PCI_CHIP_RS880_9714, RES_SHARED_VGA },
{ -1, -1, RES_UNDEFINED }
};