diff options
author | Dave Airlie <airlied@linux.ie> | 2008-07-12 10:46:36 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2008-07-12 10:46:36 +1000 |
commit | a9746114369d516072d841ec356ec3ba3d0be71a (patch) | |
tree | 005d3a4977325ef950c94a37d2ccf376e0fee93f /src/radeon_pci_device_match_gen.h | |
parent | ab14f725676e4d4e45278c64b03fe2d328a3e439 (diff) |
pciid: add radeon HD3850.
pci id from legume on #radeon
Diffstat (limited to 'src/radeon_pci_device_match_gen.h')
-rw-r--r-- | src/radeon_pci_device_match_gen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_pci_device_match_gen.h b/src/radeon_pci_device_match_gen.h index 73e97431..aa19d6a6 100644 --- a/src/radeon_pci_device_match_gen.h +++ b/src/radeon_pci_device_match_gen.h @@ -270,6 +270,7 @@ static const struct pci_id_match radeon_device_match[] = { ATI_DEVICE_MATCH( PCI_CHIP_RV670_9507, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV670_950F, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV670_9511, 0 ), + ATI_DEVICE_MATCH( PCI_CHIP_RV670_9515, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV630_9580, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV630_9581, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV630_9583, 0 ), |