View Single Post
 
Old 12-25-2010, 08:32 PM
wastez's Avatar
wastez wastez is offline
Panther
 
Join Date: Oct 2010
Posts: 182
Problems with dsdt on AMD- System

Hello,

I´ve a MSI K9AG NEO2 Digital with an SB600 chipset.
I´ve problems with the code from usb ohci.
ehci i fixed but ohci drives me crazy.
I´ve added different codes from the internet but no one works!

Can anyone help me?
Would be really cool because i´ve no idea how to fix it.

That´s the code of my dsdt in the moment:

Device (USB1)
{
Name (_ADR, 0x00130000)
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x0B, 0x04))
}
}

Device (USB2)
{
Name (_ADR, 0x00130001)
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x0B, 0x04))
}
}

Device (USB3)
{
Name (_ADR, 0x00130002)
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x0B, 0x04))
}
}

Device (USB4)
{
Name (_ADR, 0x00130003)
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x0B, 0x04))
}
}

Device (USB5)
{
Name (_ADR, 0x00130004)
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x0B, 0x04))
}
}

Device (EUSB)
{
Name (_ADR, 0x00130005)
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x0F)
{
"device-id",
Buffer (0x04)
{
0x38, 0x30, 0x00, 0x00
},

"AAPL,clock-id",
Buffer (One)
{
0x0A
},

"built-in",
Buffer (One)
{
0x00
},

"device_type",
Buffer (0x05)
{
"EHCI"
},

"AAPL,current-available",
0x04B0,
"AAPL,current-extra",
0x02BC,
"AAPL,current-in-sleep",
0x03E8,
Buffer (One)
{
0x00
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}
Thx

Last edited by wastez; 12-25-2010 at 08:38 PM.
Reply With Quote