Chameleon

Chameleon Commit Details

Date:2010-09-26 08:06:20 (13 years 6 months ago)
Author:Evan Lojewski
Commit:554
Parents: 553
Message:Grapics enabler enabled by default. removed device_numbers.
Changes:
M/branches/meklort/i386/modules/GraphicsEnabler/GraphicsEnabler.c
M/branches/meklort/i386/modules/GraphicsEnabler/nvidia.c
M/branches/meklort/i386/modules/GraphicsEnabler/ati.c

File differences

branches/meklort/i386/modules/GraphicsEnabler/GraphicsEnabler.c
3030
3131
3232
33
33
3434
3535
3636
{
char *devicepath = get_pci_dev_path(current);
bool do_gfx_devprop = false;
bool do_gfx_devprop = true;
getBoolForKey(kGraphicsEnabler, &do_gfx_devprop, &bootInfo->bootConfig);
branches/meklort/i386/modules/GraphicsEnabler/nvidia.c
7474
7575
7676
77
78
7977
8078
8179
#define TYPE_GROUPED 0xff
extern uint32_t devices_number;
const char *nvidia_compatible_0[]={ "@0,compatible","NVDA,NVMac" };
const char *nvidia_compatible_1[]={ "@1,compatible","NVDA,NVMac" };
const char *nvidia_device_type_0[]={ "@0,device_type","display" };
branches/meklort/i386/modules/GraphicsEnabler/ati.c
4343
4444
4545
46
47
4846
4947
5048
#define TYPE_GROUPED 0xff
extern uint32_t devices_number;
const char *ati_compatible_0[]= { "@0,compatible", "ATY,%s" };
const char *ati_compatible_1[]= { "@1,compatible", "ATY,%s" };
const char *ati_device_type_0[]= { "@0,device_type", "display" };

Archive Download the corresponding diff file

Revision: 554