summaryrefslogtreecommitdiff
path: root/src/radeon_pci_device_match_gen.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-03-19 20:09:32 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-03-19 20:09:32 -0400
commite8e2367b66d9a4f5977d95f52b37cdbad75e409a (patch)
treea98681246a38628ee2c4648db2165b8256b00fad /src/radeon_pci_device_match_gen.h
parent68e83f10adb23fc359c1da881f5d666cd08b4067 (diff)
Add new pci ids
Diffstat (limited to 'src/radeon_pci_device_match_gen.h')
-rw-r--r--src/radeon_pci_device_match_gen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_pci_device_match_gen.h b/src/radeon_pci_device_match_gen.h
index b310ce89..83f15a7b 100644
--- a/src/radeon_pci_device_match_gen.h
+++ b/src/radeon_pci_device_match_gen.h
@@ -349,5 +349,7 @@ static const struct pci_id_match radeon_device_match[] = {
ATI_DEVICE_MATCH( PCI_CHIP_RS780_9612, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_RS780_9613, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_RS780_9614, 0 ),
+ ATI_DEVICE_MATCH( PCI_CHIP_RS780_9615, 0 ),
+ ATI_DEVICE_MATCH( PCI_CHIP_RS780_9616, 0 ),
{ 0, 0, 0 }
};