View Single Post
 
Old 02-15-2011, 03:28 AM
dragonspeed dragonspeed is offline
Puma
 
Join Date: May 2008
Posts: 24
Quote:
Originally Posted by wastez View Post
Does anyone fix the problem with ohci? Because i canīt get it working.....

Thx & Greetz
This one works for me (with sleep)

Device (USB0)
{
Name (_ADR, 0x00020000)
Method (_S1D, 0, NotSerialized)
{
Return (One)
}

Method (_S3D, 0, NotSerialized)
{
If (LEqual (OSFL, 0x02))
{
Return (0x02)
}
Else
{
Return (0x03)
}
}

Method (_DSM, 4, NotSerialized)
{
Store (Package (0x02)
{
"device-id",
Buffer (0x04)
{
0x34, 0x3A, 0x00, 0x00
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}

CPU: AMD Opteron 165 @2.0Ghz - Motherboard: ASUS A8N-SLI Premium - AppleNforceata64 by ANV - RAM: 4 GB DDR 400Mhz Audio: ALC850 (AppleAC97Audio64 by sluphide) Video: MSI nVidia GeForce 7600GS 256Mb (0x0392) QE & CI from Chameleon 2 RC4 Ethernet: SKGE64 OS: Snow Leopard 10.6.2 32bits all kexts 64 bits. Sleep working. 4 Disks Two mirrored.
Reply With Quote