Chameleon

Chameleon Commit Details

Date:2010-12-15 22:59:19 (13 years 3 months ago)
Author:Evan Lojewski
Commit:670
Parents: 669
Message:acpi patcher prints out cpu id read
Changes:
M/branches/meklort/i386/modules/ACPIPatcher/acpi_patcher.c

File differences

branches/meklort/i386/modules/ACPIPatcher/acpi_patcher.c
555555
556556
557557
558
558
559559
560560
561561
break;
}
default:
verbose ("Unsupported CPU: P-States not generated !!!\n");
verbose ("Unsupported CPU (0x%X): P-States not generated !!!\n", Platform->CPU.Family);
break;
}
}

Archive Download the corresponding diff file

Revision: 670