Chameleon

Chameleon Commit Details

Date:2010-02-01 03:43:43 (14 years 2 months ago)
Author:Rekursor
Commit:58
Parents: 57
Message:Updated CHANGES
Changes:
M/trunk/version
M/trunk/i386/libsaio/nvidia.c
M/trunk/CHANGES

File differences

trunk/version
1
1
2.0-RC5pre6
2.0-RC5pre7
trunk/CHANGES
1
2
13
24
35
- Nvidia injection fix
- pciroot would not always return correct uuid in autodection mode
- Fixed the hibernation problem in boot2/resume.c
- Fixed all new booter versions with SystemType would override the facp value even if correct,
now keeps the facp value if correct and no override has been done, implemented a best effort algo.
trunk/i386/libsaio/nvidia.c
662662
663663
664664
665
665
666666
667667
668668
verbose("Using nVidia Video BIOS File %s (%d Bytes)\n", nvFilename, nvBiosOveride);
DBG("%s Signature 0x%02x%02x %d bytes\n", nvFilename, rom[0], rom[1], nvBiosOveride);
} else {
printf("ERROR: unable to open Vidia Video BIOS File %s\n", nvFilename);
printf("ERROR: unable to open nVidia Video BIOS File %s\n", nvFilename);
return false;
}
} else {

Archive Download the corresponding diff file

Revision: 58