card ids are ordered by series as the AMD pciid space is nowhere near sequential; also removing the series word as it doesn't align to the other entries
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41540 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
2fe19bf6ac
commit
ce8044a8cb
@ -78,13 +78,13 @@ const struct supported_device {
|
||||
// Radeon 4650 - RV730
|
||||
// Radeon 4670 - RV730
|
||||
{0x94b3, RADEON_R700 | 0x40, "Radeon HD 4770"}, /*RV740*/
|
||||
{0x9442, RADEON_R700 | 0x70, "Radeon HD 4800"}, /*RV770*/
|
||||
// Radeon 4830 - RV740
|
||||
// Radeon 4850 - RV770
|
||||
// Radeon 4860 - RV740
|
||||
{0x9440, RADEON_R700 | 0x70, "Radeon HD 4870"}, /*RV770*/
|
||||
{0x9441, RADEON_R700 | 0x70, "Radeon HD 4870 X2"}, /*RV770*/
|
||||
{0x9442, RADEON_R700 | 0x70, "Radeon HD 4800 Series"}, /*RV770*/
|
||||
{0x9443, RADEON_R700 | 0x70, "Radeon HD 4850 X2"}, /*RV770*/
|
||||
{0x9443, RADEON_R700 | 0x70, "Radeon HD 4850 X2"}, /*RV770*/
|
||||
{0x9440, RADEON_R700 | 0x70, "Radeon HD 4870"}, /*RV770*/
|
||||
{0x9441, RADEON_R700 | 0x70, "Radeon HD 4870 X2"}, /*RV770*/
|
||||
|
||||
// R800 series (HD54xx - HD59xx)
|
||||
// Codename: Evergreen
|
||||
|
Loading…
Reference in New Issue
Block a user