diff options
author | Dave Airlie <airlied@redhat.com> | 2008-12-16 12:32:24 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-12-16 12:32:24 +1000 |
commit | f72367aff2d09161d30066a00673ba291b292a36 (patch) | |
tree | dfcc7212f93201b9f5fab50c1e21ac03a5ad6074 /src/radeon_pci_device_match_gen.h | |
parent | 4d2429f3ec4d7d3e1512b268c7ff5cbff8d186b4 (diff) |
radeon: add initial rv730 pciids.
Lots more to come, this just adds a few to start.
Diffstat (limited to 'src/radeon_pci_device_match_gen.h')
-rw-r--r-- | src/radeon_pci_device_match_gen.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_pci_device_match_gen.h b/src/radeon_pci_device_match_gen.h index da6e5f78..e05697b9 100644 --- a/src/radeon_pci_device_match_gen.h +++ b/src/radeon_pci_device_match_gen.h @@ -254,6 +254,9 @@ static const struct pci_id_match radeon_device_match[] = { ATI_DEVICE_MATCH( PCI_CHIP_RV770_9440, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV770_9441, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV770_9442, 0 ), + ATI_DEVICE_MATCH( PCI_CHIP_RV730_9490, 0 ), + ATI_DEVICE_MATCH( PCI_CHIP_RV730_9498, 0 ), + ATI_DEVICE_MATCH( PCI_CHIP_RV730_949F, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV610_94C0, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV610_94C1, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV610_94C3, 0 ), |