* simplify some trace statements

* add potential support for IGP chipsets
* igp code is *untested* and should work *in theory*
* potentially resolves #8040 / #8046 ?


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42901 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexander von Gluck IV
2011-10-24 14:58:27 +00:00
parent edfba0bb03
commit 98421bb887
4 changed files with 66 additions and 51 deletions
@@ -121,6 +121,7 @@ struct radeon_shared_info {
uint16 device_chipset;
uint8 dceMajor;
uint8 dceMinor;
bool isIGP;
char device_identifier[32];
};