Jump to content
[ IMPORTANT ] Premium and Donators users ×
Olarila Professional Hackintosh Services ×

DSDT device-id injection


pernacabeluda

Recommended Posts

For those who use device-id injection by DSDT, in various cases it's necessary to inject other properties for it to work in 10.9 (name, IOName and compatible).


For example, in ESB SATA AHCI Controller patch (orange icons and DVD player)

                Method (_DSM, 4, NotSerialized)
               {
                   Store (Package (0x08)
                       {
                           "device-id", 
                           Buffer (0x04)
                           {
                                0x81, 0x26, 0x00, 0x00
                           }, 
                           "compatible", 
                           Buffer (0x0D)
                           {
                               "pci8086,2681"
                           }, 
                           "IOName", 
                           Buffer (0x0D)
                           {
                               "pci8086,2681"
                           }, 
                           "name", 
                           Buffer (0x0D)
                           {
                               "pci8086,2681"
                           }
                       }, Local0)
                   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                   Return (Local0)
               }

 

Other cases:


LPC http://Olarila.com/forum/viewtopic.php?f=30&t=3431#p27262


Atheros 9285 http://Olarila.com/forum/viewtopic.php?f=30&t=3419#p27286

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Link to comment
Share on other sites

Thank you! No more StorageInjector needed :)

Asus Sabertooth 55i (2003) • Intel Core i7-860 • MSI GTX 760 Gaming • 12GB ADATA 1600MHz RAM • 2 x 256GB SSD Samsung 830 • Sonnet GE1000LA • Sony AD-7240S-0B DVD • Sennheiser USB Headset • SyncMaster 2494HM

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...