Chameleon

Chameleon Commit Details

Date:2011-05-20 13:09:02 (12 years 10 months ago)
Author:Azimutz
Commit:846
Parents: 845
Message:Remains removed.
Changes:
D/branches/azimutz/Cleancut/i386/modules/TODO
M/branches/azimutz/Cleancut/i386/modules/GraphicsEnabler/GraphicsEnabler.c

File differences

branches/azimutz/Cleancut/i386/modules/TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
GraphicsEnabler & GraphicsEnablerLegacy modules:
GraphicsEnablerLegacy module is based on the old code, previous to r786. This module was created
by Meklort; i just added the new ATI code in.
Note: GraphicsEnablerLegacy has support for some GMA graphics, basically the same
that can be found on Meklort's branch.
- both modules work properly when compiled with XCode 3.2.6.
- the use of XCode 4 causes problems atm, not only to the module system.
See: http://www.insanelymac.com/forum/index.php?s=&showtopic=231075&view=findpost&p=1683785
as an example.
- i have no plans to keep working on these modules; the old ATI code was never meant to support
these legacy cards like my rv516 gpu, according to Netkas. So, i will try to resort to DSDT injection.
If i fail on doing that, then i may get back to this...? time and money to buy a new graphics
card, will tell :)
Thanks to everyone that worked on these patches; i'm mostly just gathering their work.
--------------------//--------------------
Azimutz
branches/azimutz/Cleancut/i386/modules/GraphicsEnabler/GraphicsEnabler.c
1313
1414
1515
16
16
1717
1818
1919
#define kGraphicsEnabler"GraphicsEnabler"
extern bool setup_ati_devprop(pci_dt_t *ati_dev); //Azi: move to header ??
extern bool setup_ati_devprop(pci_dt_t *ati_dev);
void GraphicsEnabler_hook(void* arg1, void* arg2, void* arg3, void* arg4);

Archive Download the corresponding diff file

Revision: 846