diff options
Diffstat (limited to 'src/radeon_pci_chipset_gen.h')
-rw-r--r-- | src/radeon_pci_chipset_gen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_pci_chipset_gen.h b/src/radeon_pci_chipset_gen.h index 1b85dccd..4a017cc3 100644 --- a/src/radeon_pci_chipset_gen.h +++ b/src/radeon_pci_chipset_gen.h @@ -373,5 +373,6 @@ PciChipsets RADEONPciChipsets[] = { { 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 }, + { PCI_CHIP_RS880_9715, PCI_CHIP_RS880_9715, RES_SHARED_VGA }, { -1, -1, RES_UNDEFINED } }; |