InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   10.X (http://infinitemac.com/forumdisplay.php?f=36)
-   -   OS X thinks my drives are external (http://infinitemac.com/showthread.php?t=3654)

zoliky 10-03-2009 07:36 PM

[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