Chameleon

Chameleon Commit Details

Date:2010-11-26 03:48:59 (13 years 5 months ago)
Author:Evan Lojewski
Commit:648
Parents: 647
Message:ACPI patcher changes
Changes:
M/branches/meklort/i386/modules/ACPIPatcher/acpi_patcher.c

File differences

branches/meklort/i386/modules/ACPIPatcher/acpi_patcher.c
739739
740740
741741
742
743
744
745
746
742747
743748
744749
// Load replacement DSDT
new_dsdt = loadACPITable(dirSpec);
if(!new_dsdt)
{
sprintf(dirSpec, "DSDT.%s.aml", gSMBIOSBoardModel);
new_dsdt = loadACPITable(dirSpec);
}
// Mozodojo: going to patch FACP and load SSDT's even if DSDT.aml is not present
/*if (!new_dsdt)
{

Archive Download the corresponding diff file

Revision: 648