Jump to content

Need a little help to finish my own DSDT.


clownnut
 Share

29 posts in this topic

Recommended Posts

add this under _ADR of the location of wireless (ioregistry explorer)

 

 

Method (_DSM, 4, NotSerialized)

{

Store (Package ()

{

"AAPL,slot-name", Buffer () {"AirPort"},

"device-id", Buffer () {0x30, 0x00, 0x00, 0x00},

"device_type", Buffer () {"AirPort"},

"subsystem-id", Buffer () {0x8F, 0x00, 0x00, 0x00},

"subsystem-vendor-id", Buffer () {0x6B, 0x10, 0x00, 0x00}

}, Local0)

DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))

Return (Local0)

}

 

copy to text editor and make plain text..then copy that to dsdt editor

Link to comment
Share on other sites

 Share

×
×
  • Create New...