diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2008-12-10 17:16:56 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2008-12-10 17:16:56 -0500 |
commit | fb46c30d316ab3ec54c54f3aec91d5164070a423 (patch) | |
tree | 157b36c66215a99c706d452df74d2d1e56222f8b /src/radeon.h | |
parent | c0bcea9150ef215fa614733cef9a5b71a55a33bd (diff) |
Add support for Apple eMacs
Thanks to Joseph Adams for helping me sort this out.
Verified on eMac G4/1.0 with radeon 7500
Later eMacs with radeon 9200 or 9600 chips may have
different ddc setups. Need to verify.
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index 8427e84c..a64782ef 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -393,7 +393,8 @@ typedef enum { RADEON_MAC_POWERBOOK_VGA, RADEON_MAC_MINI_EXTERNAL, RADEON_MAC_MINI_INTERNAL, - RADEON_MAC_IMAC_G5_ISIGHT + RADEON_MAC_IMAC_G5_ISIGHT, + RADEON_MAC_EMAC } RADEONMacModel; #endif |