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/radeon_pci_ids.h | |
parent | 09f83ce4da3d8c6320929bdd7feacc9914b55ac6 (diff) |
Add radeon pci id lists
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'include/pci_ids/radeon_pci_ids.h')
-rw-r--r-- | include/pci_ids/radeon_pci_ids.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/include/pci_ids/radeon_pci_ids.h b/include/pci_ids/radeon_pci_ids.h new file mode 100644 index 00000000000..a9efc767dad --- /dev/null +++ b/include/pci_ids/radeon_pci_ids.h @@ -0,0 +1,23 @@ +CHIPSET(0x4C57, RADEON_LW, RV200) +CHIPSET(0x4C58, RADEON_LX, RV200) +CHIPSET(0x4C59, RADEON_LY, RV100) +CHIPSET(0x4C5A, RADEON_LZ, RV100) +CHIPSET(0x5144, RADEON_QD, R100) +CHIPSET(0x5145, RADEON_QE, R100) +CHIPSET(0x5146, RADEON_QF, R100) +CHIPSET(0x5147, RADEON_QG, R100) +CHIPSET(0x5159, RADEON_QY, RV100) +CHIPSET(0x515A, RADEON_QZ, RV100) + +CHIPSET(0x5157, RV200_QW, RV200) +CHIPSET(0x5158, RV200_QX, RV200) + +CHIPSET(0x515E, RN50_515E, UNKNOWN) +CHIPSET(0x5969, RN50_5969, UNKNOWN) + +CHIPSET(0x4136, RS100_4136, RS100) +CHIPSET(0x4336, RS100_4336, RS100) +CHIPSET(0x4137, RS200_4137, RS200) +CHIPSET(0x4337, RS200_4337, RS200) +CHIPSET(0x4237, RS250_4237, RS200) +CHIPSET(0x4437, RS250_4437, RS200) |