09-04-2010, 09:44 AM
Now I have to disassemble the ACPITBLs to see what needs changing: Just to prove how much difficulty it would've been with getting phenom on the abit look at this:
DefinitionBlock ("DSDT.aml", "DSDT", 1, "NVIDIA", "AWRDACPI", 0x00001000)
{
Scope (\_PR)
{
Processor (\_PR.CPU0, 0x00, 0x00000000, 0x00) {}
Processor (\_PR.CPU1, 0x01, 0x00000000, 0x00) {}
}
Tthis is a definition from the ACPI of the abit showing dual core is the only support in the ACPI.
DefinitionBlock ("DSDT.aml", "DSDT", 1, "NVIDIA", "AWRDACPI", 0x00001000)
{
Scope (\_PR)
{
Processor (\_PR.CPU0, 0x00, 0x00000000, 0x00) {}
Processor (\_PR.CPU1, 0x01, 0x00000000, 0x00) {}
}
Tthis is a definition from the ACPI of the abit showing dual core is the only support in the ACPI.