Chameleon

Chameleon Commit Details

Date:2011-06-08 06:27:20 (12 years 10 months ago)
Author:Cosmosis Jones
Commit:985
Parents: 984
Message: fixed instant reboot issue. the printf was printing 5, the array only contains 4.
Changes:
M/trunk/i386/libsaio/nvidia.c

File differences

trunk/i386/libsaio/nvidia.c
13311331
13321332
13331333
1334
1334
13351335
13361336
13371337
......
13471347
13481348
13491349
1350
1350
13511351
13521352
13531353
//#if DEBUG_dcfg0
printf("@0,display-cfg: %02x%02x%02x%02x\n",
default_dcfg_0[0], default_dcfg_0[1], default_dcfg_0[2], default_dcfg_0[3], default_dcfg_0[4]);
default_dcfg_0[0], default_dcfg_0[1], default_dcfg_0[2], default_dcfg_0[3]);
//#endif
if (getValueForKey(kdcfg1, &value, &len, &bootInfo->bootConfig) && len == DCFG1_LEN * 2)
//#if DEBUG_dcfg1
printf("@1,display-cfg: %02x%02x%02x%02x\n",
default_dcfg_1[0], default_dcfg_1[1], default_dcfg_1[2], default_dcfg_1[3], default_dcfg_1[4]);
default_dcfg_1[0], default_dcfg_1[1], default_dcfg_1[2], default_dcfg_1[3]);
//#endif

Archive Download the corresponding diff file

Revision: 985