summaryrefslogtreecommitdiff
path: root/src/radeon_pci_device_match_gen.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-11-22 13:07:00 -0500
committerAlex Deucher <alexdeucher@gmail.com>2010-11-22 18:05:58 -0500
commit0659f35dfbeda7dd3ff58da1deb6484fabadc332 (patch)
tree2d11c671c11af2400551c8d8c8cec7d2aba4cb47 /src/radeon_pci_device_match_gen.h
parentfa0cec331e6c94cebf82270dcd6c179b15851c5e (diff)
Add Ontario fusion APU pci ids
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'src/radeon_pci_device_match_gen.h')
-rw-r--r--src/radeon_pci_device_match_gen.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/radeon_pci_device_match_gen.h b/src/radeon_pci_device_match_gen.h
index 14e516f3..fe8604a3 100644
--- a/src/radeon_pci_device_match_gen.h
+++ b/src/radeon_pci_device_match_gen.h
@@ -378,6 +378,10 @@ static const struct pci_id_match radeon_device_match[] = {
ATI_DEVICE_MATCH( PCI_CHIP_RS880_9713, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_RS880_9714, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_RS880_9715, 0 ),
+ ATI_DEVICE_MATCH( PCI_CHIP_PALM_9802, 0 ),
+ ATI_DEVICE_MATCH( PCI_CHIP_PALM_9803, 0 ),
+ ATI_DEVICE_MATCH( PCI_CHIP_PALM_9804, 0 ),
+ ATI_DEVICE_MATCH( PCI_CHIP_PALM_9805, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_CYPRESS_6880, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_CYPRESS_6888, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_CYPRESS_6889, 0 ),