First attempt at older Radeon card support

* add missing chipset ranges
* add a few more older (X1200) PCI ID's (mostly IGP)
* add code to detect and set frame buffer size on old chipsets
* we get to the connector detection currently and fail due to the
  lack of legacy support on my X1200 IGP
This commit is contained in:
Alexander von Gluck IV
2011-11-12 11:41:31 -06:00
parent 5ec0ede4ba
commit 0188ca92a5
3 changed files with 44 additions and 1 deletions
@@ -52,6 +52,13 @@
// Radeon Chipsets
enum radeon_chipset {
RADEON_R420 = 0, //r400, Radeon X700-X850
RADEON_R423,
RADEON_RV410,
RADEON_RS400,
RADEON_RS480,
RADEON_RS600,
RADEON_RS690,
RADEON_RS740,
RADEON_RV515,
RADEON_R520, //r500, Radeon X1300-X1950
RADEON_RV530,