Stuntman, on Jan 12 2010, 05:19 PM, said:
Thanks, I will try it soon.
About SMBUS, shouldn't device-id be {0x30, 0x3a, 0x00, 0x00} as in name (pci8086,3a30)? Where did you get the code from?
oldnapalm, on Jan 13 2010, 05:36 AM, said:
Stuntman, on Jan 13 2010, 02:38 PM, said:
Method (_DSM, 4, NotSerialized) // Change device-id from pci8086,2930 to pci8086,3a30
{
Return (MCID (Arg2, 0x3A308086))
}
Are SMBus kexts loaded with the code you are using?64 0 0xffffff7f80fff000 0x2000 0x2000 com.apple.driver.AppleSMBusPCI (1.0.4d0) <9 5 4 3> 76 1 0xffffff7f81180000 0x2000 0x2000 com.apple.iokit.IOSMBusFamily (1.1) <5 4 3> 77 0 0xffffff7f81182000 0xb000 0xb000 com.apple.driver.AppleSMBusController (1.0.4d0) <76 9 8 5 4 3>
oldnapalm, on Jan 14 2010, 12:39 AM, said:
Method (_DSM, 4, NotSerialized) // Change device-id from pci8086,2930 to pci8086,3a30
{
Return (MCID (Arg2, 0x3A308086))
}
Are SMBus kexts loaded with the code you are using?64 0 0xffffff7f80fff000 0x2000 0x2000 com.apple.driver.AppleSMBusPCI (1.0.4d0) <9 5 4 3> 76 1 0xffffff7f81180000 0x2000 0x2000 com.apple.iokit.IOSMBusFamily (1.1) <5 4 3> 77 0 0xffffff7f81182000 0xb000 0xb000 com.apple.driver.AppleSMBusController (1.0.4d0) <76 9 8 5 4 3>
kernel_panic.gif 114.63K
48 downloads
dsdt.dsl.txt 353.36K
19 downloads
dsdt.aml.zip 15.7K
16 downloads<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>SMproductname</key> <string>MacPro3,1</string> </dict> </plist>If it doesn't help you can try removing _CST from CPUs 2 and 3.
10.5.5.gif 60.57K
19 downloads
10.6.0.gif 63.72K
18 downloads
bouloi75, on Feb 15 2010, 10:47 AM, said:
bouloi75, on Feb 15 2010, 10:47 AM, said:
bouloi75, on Feb 15 2010, 10:47 AM, said:
Quote
oPm_79, on Feb 25 2010, 04:45 PM, said:
oPm_79, on Feb 25 2010, 04:45 PM, said:
Method (_PTS, 1, NotSerialized)
{
If (LEqual (Arg0, 0x05)) {}
Else
{
Store (Arg0, DBG8)
PTS (Arg0)
Store (Zero, Index (WAKP, Zero))
Store (Zero, Index (WAKP, One))
If (LAnd (LEqual (Arg0, 0x04), LEqual (OSFL (), 0x02)))
{
Sleep (0x0BB8)
}
Store (ASSB, WSSB)
Store (AOTB, WOTB)
Store (AAXB, WAXB)
Store (Arg0, ASSB)
Store (OSFL (), AOTB)
Store (Zero, AAXB)
}
}
Matty___, on Mar 30 2010, 02:08 AM, said:
oldnapalm, on Mar 30 2010, 02:20 PM, said:
0 members, 0 guests, 0 anonymous users