diff options
author | Benjamin Franzke <[email protected]> | 2011-05-26 14:54:38 +0200 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2011-06-07 10:28:19 -0400 |
commit | 88fd16d548f556665f6321c2c00edd4650fc99cd (patch) | |
tree | 63c2024e154cd537b350b7cb9f3ae3730cc110b7 /include/pci_ids/r200_pci_ids.h | |
parent | 09f83ce4da3d8c6320929bdd7feacc9914b55ac6 (diff) |
Add radeon pci id lists
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'include/pci_ids/r200_pci_ids.h')
-rw-r--r-- | include/pci_ids/r200_pci_ids.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/include/pci_ids/r200_pci_ids.h b/include/pci_ids/r200_pci_ids.h new file mode 100644 index 00000000000..1fac6c17eec --- /dev/null +++ b/include/pci_ids/r200_pci_ids.h @@ -0,0 +1,22 @@ +CHIPSET(0x5148, R200_QH, R200) +CHIPSET(0x514C, R200_QL, R200) +CHIPSET(0x514D, R200_QM, R200) +CHIPSET(0x4242, R200_BB, R200) + +CHIPSET(0x4966, RV250_If, RV250) +CHIPSET(0x4967, RV250_Ig, RV250) +CHIPSET(0x4C64, RV250_Ld, RV250) +CHIPSET(0x4C66, RV250_Lf, RV250) +CHIPSET(0x4C67, RV250_Lg, RV250) + +CHIPSET(0x5960, RV280_5960, RV280) +CHIPSET(0x5961, RV280_5961, RV280) +CHIPSET(0x5962, RV280_5962, RV280) +CHIPSET(0x5964, RV280_5964, RV280) +CHIPSET(0x5965, RV280_5965, RV280) +CHIPSET(0x5C61, RV280_5C61, RV280) +CHIPSET(0x5C63, RV280_5C63, RV280) +CHIPSET(0x5834, RS300_5834, RS300) +CHIPSET(0x5835, RS300_5835, RS300) +CHIPSET(0x7834, RS350_7834, RS300) +CHIPSET(0x7835, RS350_7835, RS300) |