
10-03-2009, 07:36 PM
|
Puma
|
|
Join Date: Jan 2009
Posts: 15
|
|
[quote=atka;31802]There is also a DSDT fix find your sata device in your DSDT and then add this to the end of it if you have a ich7/8/9.
Code:
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x02)
{
"device-id",
Buffer (0x04)
{
0x81, 0x26, 0x00, 0x00
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
Atka, Do you use ICH9 ? I saw your ID's: 0x81, 0x26, 0x00, 0x00
|