I've attached my merged DSDT to see if anyone here can help me figure out what I'm missing.
Thanks for all the help thus far.
WinstonAce, on Sep 10 2009, 03:18 PM, said:
SA22C, on Sep 10 2009, 03:21 PM, said:
SA22C, on Sep 10 2009, 04:21 PM, said:
Return (^^CPU1._PSS ()) Return (^^CPU1._PPC)Which I personally would replace by:
Return (\_PR.CPU1._PSS())Just to make things more logical. And when you include _CST then don't forget to call it from the second CPU like this:
Return (\_PR.CPU1._CST ())Also replace the two PDC0's with TYPE in your _CST object (to match your DSDT).
Master Chief, on Sep 10 2009, 08:53 AM, said:
Return (^^CPU1._PSS ()) Return (^^CPU1._PPC)Which I personally would replace by:
Return (\_PR.CPU1._PSS())Just to make things more logical. And when you include _CST then don't forget to call it from the second CPU like this:
Return (\_PR.CPU1._CST ())Also replace the two PDC0's with TYPE in your _CST object (to match your DSDT).
SA22C, on Sep 10 2009, 05:23 PM, said:
FormerlyKnownAs, on Sep 10 2009, 02:26 PM, said:
Master Chief, on Sep 10 2009, 05:27 PM, said:
Master Chief, on Sep 10 2009, 09:34 AM, said:
Processor (CPU1, 0x01, 0x00000810, 0x06)
{
OperationRegion (STBL, SystemMemory, 0xCFF8E0D0, 0x01D2)
Name (NCPU, 0x02)
Name (TYPE, 0x80000000)
Name (HNDL, 0x80000000)
Name (CFGD, 0x01000009)
Name (TBLD, 0x80)
Method (_PDC, 1, NotSerialized)
{
CreateDWordField (Arg0, Zero, REVS)
CreateDWordField (Arg0, 0x04, SIZE)
Store (SizeOf (Arg0), Local0)
Store (Subtract (Local0, 0x08), Local1)
CreateField (Arg0, 0x40, Multiply (Local1, 0x08), TEMP)
Name (STS0, Buffer (0x04)
{
0x00, 0x00, 0x00, 0x00
})
Concatenate (STS0, TEMP, Local2)
_OSC (Buffer (0x10)
{
/* 0000 */ 0x16, 0xA6, 0x77, 0x40, 0x0C, 0x29, 0xBE, 0x47,
/* 0008 */ 0x9E, 0xBD, 0xD8, 0x70, 0x58, 0x71, 0x39, 0x53
}, REVS, SIZE, Local2)
}
Name (NPCT, Package (0x02)
{
ResourceTemplate ()
{
Register (FFixedHW,
0x40, // Bit Width
0x00, // Bit Offset
0x0000000000000199, // Address
,)
},
ResourceTemplate ()
{
Register (FFixedHW,
0x10, // Bit Width
0x00, // Bit Offset
0x0000000000000198, // Address
,)
}
})
Name (SPCT, Package (0x02)
{
ResourceTemplate ()
{
Register (SystemIO,
0x10, // Bit Width
0x00, // Bit Offset
0x0000000000000900, // Address
,)
},
ResourceTemplate ()
{
Register (SystemIO,
0x10, // Bit Width
0x00, // Bit Offset
0x0000000000000902, // Address
,)
}
})
Method (_PCT, 0, NotSerialized)
{
If (LEqual (And (TYPE, One), One))
{
Return (NPCT)
}
Else
{
Return (SPCT)
}
}
Name (XPSS, 0x02)
Name (_PPC, Zero)
Name (SPSS, Package (0x02)
{
Package (0x06)
{
0x0850,
0xDFF2,
0x6E,
0x0A,
0x0817,
0x0817
},
Package (0x06)
{
0x063C,
0x9912,
0x6E,
0x0A,
0x0611,
0x0611
}
})
Name (NPSS, Package (0x02)
{
Package (0x06)
{
0x0850,
0xDFF2,
0x0A,
0x0A,
0x0817,
0x0817
},
Package (0x06)
{
0x063C,
0x9912,
0x0A,
0x0A,
0x0611,
0x0611
}
})
Method (_PSS, 0, NotSerialized)
{
If (LEqual (And (TYPE, One), One))
{
Return (NPSS)
}
Else
{
Return (SPSS)
}
}
Method (_PSD, 0, NotSerialized)
{
If (And (CFGD, 0x01000000))
{
If (And (TYPE, 0x0800))
{
Return (Package (0x01)
{
Package (0x05)
{
0x05,
Zero,
Zero,
0xFE,
NCPU
}
})
}
Return (Package (0x01)
{
Package (0x05)
{
0x05,
Zero,
Zero,
0xFC,
NCPU
}
})
}
Return (Package (0x01)
{
Package (0x05)
{
0x05,
Zero,
Zero,
0xFC,
NCPU
}
})
}
Method (_CST, 0, NotSerialized)
{
If (LAnd (And (CFGD, 0x01000000), LNot (And (TYPE, 0x10
))))
{
Return (Package (0x02)
{
One,
Package (0x04)
{
ResourceTemplate ()
{
Register (FFixedHW,
0x00, // Bit Width
0x00, // Bit Offset
0x0000000000000000, // Address
,)
},
One,
0x9D,
0x03E8
}
})
}
If (And (TYPE, 0x0300))
{
If (And (CFGD, 0x20))
{
Return (Package (0x03)
{
0x02,
Package (0x04)
{
ResourceTemplate ()
{
Register (FFixedHW,
0x01, // Bit Width
0x02, // Bit Offset
0x0000000000000000, // Address
,)
},
One,
One,
0x03E8
},
Package (0x04)
{
ResourceTemplate ()
{
Register (FFixedHW,
0x01, // Bit Width
0x02, // Bit Offset
0x0000000000000010, // Address
,)
},
0x02,
One,
0x01F4
}
})
}
}
If (And (CFGD, 0x20))
{
Return (Package (0x03)
{
0x02,
Package (0x04)
{
ResourceTemplate ()
{
Register (FFixedHW,
0x01, // Bit Width
0x02, // Bit Offset
0x0000000000000000, // Address
,)
},
One,
One,
0x03E8
},
Package (0x04)
{
ResourceTemplate ()
{
Register (SystemIO,
0x08, // Bit Width
0x00, // Bit Offset
0x000000000000000C, // Address
,)
},
0x02,
One,
0x01F4
}
})
}
Return (Package (0x02)
{
One,
Package (0x04)
{
ResourceTemplate ()
{
Register (FFixedHW,
0x01, // Bit Width
0x02, // Bit Offset
0x0000000000000000, // Address
,)
},
One,
One,
0x03E8
}
})
}
Method (_OSC, 4, NotSerialized)
{
CreateDWordField (Arg3, Zero, STS0)
CreateDWordField (Arg3, 0x04, CAP0)
CreateDWordField (Arg0, Zero, IID0)
CreateDWordField (Arg0, 0x04, IID1)
CreateDWordField (Arg0, 0x08, IID2)
CreateDWordField (Arg0, 0x0C, IID3)
Name (UID0, Buffer (0x10)
{
/* 0000 */ 0x16, 0xA6, 0x77, 0x40, 0x0C, 0x29, 0xBE, 0x47,
/* 0008 */ 0x9E, 0xBD, 0xD8, 0x70, 0x58, 0x71, 0x39, 0x53
})
CreateDWordField (UID0, Zero, EID0)
CreateDWordField (UID0, 0x04, EID1)
CreateDWordField (UID0, 0x08, EID2)
CreateDWordField (UID0, 0x0C, EID3)
If (LNot (LAnd (LAnd (LEqual (IID0, EID0), LEqual (IID1, EID1)),
LAnd (LEqual (IID2, EID2), LEqual (IID3, EID3)))))
{
Store (0x06, STS0)
Return (Arg3)
}
If (LNotEqual (Arg1, One))
{
Store (0x0A, STS0)
Return (Arg3)
}
Or (And (TYPE, 0x7FFFFFFF), CAP0, TYPE)
If (And (CFGD, One))
{
If (LAnd (LAnd (And (CFGD, 0x01000000), LEqual (And (TYPE,
0x09), 0x09)), LNot (And (TBLD, One))))
{
Or (TBLD, One, TBLD)
Load (STBL, HNDL)
}
}
If (And (CFGD, 0xF0))
{
If (LAnd (LAnd (And (CFGD, 0x01000000), And (TYPE, 0x18
)), LNot (And (TBLD, 0x02))))
{
Or (TBLD, 0x02, TBLD)
}
}
Return (Arg3)
}
}
}
SA22C, on Sep 10 2009, 04:57 PM, said:
ApexDE, on Sep 1 2009, 02:34 PM, said:
SA22C, on Sep 10 2009, 05:57 PM, said:
...I've attached the full file below.
westwaerts, on Sep 10 2009, 06:28 PM, said:
Q9550_p_states.gif 33.16K
309 downloads
CPU_at_idle.gif 60.02K
180 downloads
CPU_under_load.gif 84.04K
167 downloads
tapper00`, on Sep 10 2009, 07:15 PM, said:
#define FID(ctl) (((ctl) & 0xff00) >> 8) #define VID(ctl) ((ctl) & 0x00ff) columnIdentifier = [NSString stringWithFormat:@"x %d%s", fid & 0x1F, fid & 0x40 ? ".5" : ".0" ]; PStatesArray[i].Multiplier = (fid & 0x0f) + (fid & 0x1F, fid & 0x40 ? 0.5 : 0.0);But the error checking is... well there is none so I don't know what the API returns.
Method (_PCT, 0, NotSerialized)
{
If (LEqual (And (CFGD, 0x00060000), 0x00020000))
{
Return (Package (0x02)
{
ResourceTemplate ()
{
Register (SystemIO,
0x10, // Bit Width
0x00, // Bit Offset
0x0000000000000199, // Address
,)
},
ResourceTemplate ()
{
Register (SystemIO,
0x10, // Bit Width
0x00, // Bit Offset
0x0000000000000198, // Address
,)
}
})
}
Method (_PCT, 0, NotSerialized)
{
If (LEqual (And (CFGD, 0x00060000), 0x00020000))
{
Return (Package (0x02)
{
ResourceTemplate ()
{
Register (SystemIO,
0x10, // Bit Width
0x00, // Bit Offset
0x0000000000000880, // Address
,)
},
ResourceTemplate ()
{
Register (SystemIO,
0x10, // Bit Width
0x00, // Bit Offset
0x0000000000000882, // Address
,)
}
})
}
DSDT11_09_09.dsl.zip 14.07K
35 downloadsversion_variant = 0 version = Darwin Kernel Version 9.5.0: Sat Dec 6 19:39:54 IST 2008; Voodoo; Release 1.0 :xnu-1228.7.58/ EM64T supported and will be enabled EFI region: type = 7/7, base = 0x0, top = 0x9c EFI region: type = 0/0, base = 0xf0, top = 0xff EFI region: type = 0/0, base = 0xfec00, top = 0xfffff EFI region: type = 0/0, base = 0xf0000, top = 0xf3fff EFI region: type = 0/0, base = 0x9f, top = 0x9e EFI region: type = 0/0, base = 0xdfef0, top = 0xdfeff EFI region: type = 7/7, base = 0x100, top = 0xdfedf EFI region: type = 9/9, base = 0xdfee3, top = 0xdfeef EFI region: type = 10/10, base = 0xdfee0, top = 0xdfee2 EFI region: type = 7/7, base = 0x100000, top = 0x11ffff Physical memory 4096 MB npvhash=4095 HIGH_MEM_BASE 0xffe00000 fixed per-cpu begin 0xffe17000 tramp: 0xffe00000, hi mem tramps at 0xffe00000 GDT: 0xffe02000, LDT: 0xffe04000, IDT: 0xffe03000, KTSS: 0xffe14000, DFTSS: 0xffe15000 MCTSS: 0xffe15000 gdt/idt reloaded, tr reset to KERNEL_TSS Kernel virtual space from 0x0 to 0xfe7fffff. PAE enabled 64 bit mode enabled 64 bit mode enabled Available physical space from 0x1c6d000 to 0xdfedf000 EFI_FSB_frequency: read FSBFrequency value: 420009100 BUS: Frequency = 420.9100MHz, cvtt2n = 00000002.6182B6E8, cvtn2t = 00000000.6B85B764, cvtInt = 00245464.CB7271DC rtclock_init: Taking bus ratio path 4 (Intel / Apple) timerValue 3 intermediate 0x0000002991dec868 saveTime 0x0000002987db7ab8 TSC: Verification of clock speed PASSED. TSC: Frequency = 3360.72800MHz, FSB frequency = 420.9100MHz, bus ratio = 8 DBG: RCBA: vaddr = 01C83000, paddr = FED1C001 DBG: current RCBA.HPTC: 00000080 DBG: HPET: vaddr = 01C87000, paddr = FED00000 DBG: HPET: Frequency = 14.318179MHz, cvtt2n = 00000045.D75E0F7F, cvtn2t = 00000000.03AA5B32 DBG: CVT: TSC to HPET = 00000000.01174442 DBG: CVT: HPET to TSC = 000000EA.ABF9E5BB DBG: CVT: BUS to HPET = 00000000.08BA2212 DBG: CVT: HPET to BUS = 0000001D.557F3C94 initialize_screen: b=E0000000, w=00000400, h=00000300, r=00001000, d=00000001 Darwin Kernel Version 9.5.0: Sat Dec 6 19:39:54 IST 2008; Voodoo; Release 1.0 :xnu-1228.7.58/BUILD/obj/RELEASE_I386 standard timeslicing quantum is 10000 us pmap_steal_memory: 01F8B000 - 01F8C000; size=00001000 pmap_steal_memory: 01F8C000 - 02453000; size=004C7000 pmap_steal_memory: 02453000 - 02460000; size=0000D000 pmap_steal_memory: 02460000 - 02860000; size=00400000 pmap_steal_memory: 02860000 - 04E10340; size=025B0340 vm_page_bootstrap: 898028 free pages and 150548 wired pages mig_table_max_displ = 79 CPU identification: Intel® Core™2 Quad CPU Q9450 @ 2.66GHz CPU features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV P>>removed HTT: 4 cores per package; 4 logical cpus per package CPU extended features: XD EM64T Initializing EFI runtime services Boot args version 1 revision 5 mode 32 Processing 32-bit EFI tables at 0x1a61000 RuntimeServices table at 0x1a61048 MSR_IA32_APIC_BASE 0xfee00000 enabled BSP Boot cpu local APIC id 0x0 [RTCLOCK] frequency 3360000000 (3360072800) maxDec: 5112945521 tscFreq: 3360072800 Kernel boot args: 'boot-uuid=************************************************* rd=*uuid DropSSDT=y kprintf=1 -x -v' warning: skipping personalities in blacklisted kext com.apple.driver.AppleIntelCPUPowerManagement com.apple.kpi.unsupported: Undefined in symbol set: _sha1_hardware_hook IOResources: not registry member at registerService() ACPI: RSDP @ 0x1a6a000/0x0014 (v000 GBT ) ACPI: RSDT @ 0x1a6b000/0x0034 (v001 GBT GBTUACPI 0x42302E31 GBTU 0x01010101) ACPI: FACP @ 0x1a6c000/0x0074 (v001 GBT GBTUACPI 0x42302E31 GBTU 0x01010101) ACPI: DSDT @ 0x1a64000/0x50FC (v001 GBT GBTUACPI 0x00001000 INTL 0x20080926) ACPI: FACS @ 0xdfee0000/0x0040 ACPI: HPET @ 0xdfee7e00/0x0038 (v001 GBT GBTUACPI 0x42302E31 GBTU 0x00000098) ACPI: MCFG @ 0xdfee7e80/0x003C (v001 GBT GBTUACPI 0x42302E31 GBTU 0x01010101) ACPI: APIC @ 0xdfee7d00/0x0084 (v001 GBT GBTUACPI 0x42302E31 GBTU 0x01010101) AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled AppleACPICPU: ProcessorApicId=2 LocalApicId=3 Enabled AppleACPICPU: ProcessorApicId=3 LocalApicId=2 Enabled Loading security extension com.apple.nke.applicationfirewall Loading security extension com.apple.security.seatbelt calling mpo_policy_init for mb Seatbelt MACF policy initialized Security policy loaded: Seatbelt Policy (mb) Loading security extension com.apple.security.TMSafetyNet calling mpo_policy_init for TMSafetyNet Security policy loaded: Safety net for Time Machine (TMSafetyNet) Copyright © 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. MAC Framework successfully initialized using 16384 buffer headers and 4096 cluster IO buffer headers cpu_data_alloc(1) 0x54ccd000 desc_table: 0x54cd2000 ldt: 0x54cd5000 int_stack: 0x54cce000-0x54cd2000 cpu_data_alloc(2) 0x54cfd000 desc_table: 0x54d02000 ldt: 0x54d05000 int_stack: 0x54cfe000-0x54d02000 cpu_data_alloc(3) 0x54d2d000 desc_table: 0x54d32000 ldt: 0x54d35000 int_stack: 0x54d2e000-0x54d32000 cpu_datap(2):0x54d2d000 local apic id 0x2 remapped from 3 cpu_datap(3):0x54cfd000 local apic id 0x3 remapped from 2 S[tTaSrtCe]d declptua : 312 ,( lsakippipci ngi dsy nc0hr0o0n0iz0a0t0i1o)n . (CPU1) Started[TScCpu] 2d e(lltaap:i c id 030,0 0s0k0i0p2p)ing synchronization. (CPU2) Sta[TStCed] cdpeul t3a ;) lapic- 2i,d s0k0i0p0p0i0n0g3 )synchronization. (CPU3) IOAPIC: Version 0x20 Vectors 64:87 ACPI: System State [S0 S3 S4 S5] (S3) OpenHaltRestart: 2008 \M-B\M-) COPYRIGHT PSYSTAR CORPORATION (www.psystar.com) mbinit: done Security auditing service present BSM auditing present bsd_autoconf: calling kminit extension "com.apple.driver.AppleHDAController" cannot be found can't find extension com.apple.driver.AppleHDAController Can't determine dependencies for com.apple.driver.AppleHDAController. Couldn't alloc class "AppleHDAController" extension "com.apple.driver.AppleHDAController" cannot be found can't find extension com.apple.driver.AppleHDAController Can't determine dependencies for com.apple.driver.AppleHDAController. From path: "uuid", Couldn't alloc class "AppleHDAController" Waiting for boot volume with UUID 9D259768-B2D3-3FC0-BABE-641E5D593030 Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string> >>removed AppleUSBEHCI::setPowerState(0x6578800, 0 -> 4) took 115 ms AppleUSBEHCI::setPowerState(0x64d6000, 0 -> 4) took 120 ms Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2 >> removed BSD root: disk4s2, major 14, minor 14 FireWire (OHCI) TI ID 8024 PCI now active, GUID 000f896300001d7d; max speed s400. IOFireWireController::setPowerState(0x6579000, 0 -> 2) took 170 ms Extension "com.apple.driver.iTunesPhoneDriver" has no explicit kernel dependency; using version 6.0. BT_USB Controller: isInactive()=0 mDevice->isInactive()=0 [HCIController][configurePM] power parent ready after 1 tries Jettisoning kernel linker. Resetting IOCatalogue. warning: skipping personalities in blacklisted kext com.apple.driver.AppleHWSensor warning: skipping personalities in blacklisted kext com.apple.Dont_Steal_Mac_OS_X GFX0: family specific matching fails Matching service count = 0 GFX0: family specific matching fails GFX0: family specific matching fails [GFX0] strict ordering enforced [GFX0] strict ordering enforcedGFX0: family specific matching fails ACPI_SMC_PlatformPlugin::start - waitForService(resourceMatching(AppleIntelCPUPowerManagement) timed out systemShutdown false com_psystar_RealtekR1000: Ethernet address 00:1d:7d:06:38:83 BT_USB Controller: isInactive()=0 mDevice->isInactive()=0 CSRUSBBluetoothHCIController::setPowerState(0x6851600, 0 -> 2) async took 54 ms kPEDisableScreen -1 initialize_screen: b=5D98D000, w=00000280, h=000001E0, r=00000C00, d=00000001 kPEEnableScreen 1 kPEEnableScreen 1 ATY_Megalodon::powerStateWillChangeTo(0x6464000, ATY_Megalodon, 0 -> 2) took 477 ms kPEEnableScreen 1 kPEEnableScreen 1 kPEDisableScreen 1 kPEEnableScreen 1 kPEEnableScreen 1 NTFS driver 2.1 [Flags: R/O]. NTFS volume name Windows 7 Boot, version 3.1. NTFS volume name Windows 7 x64, versio
0 members, 0 guests, 0 anonymous users