Jump to content

Marvell 9128 DSDT


stormo
 Share

3 posts in this topic

Recommended Posts

Hey,

 

does somebody know the DSDT edits for Marvell 9128 to remove the yellow HD-icons without IOAHCIBlockStorage.kext? Found good working code for ICH10R Controller but the Marvell SATA3 Controller is not affected by it.

 

Mainboard: Asus P6X58D-E

OS: 10.6.6

Link to comment
Share on other sites

  • 4 years later...
# Maintained by: PJALM (help@pjalm.com) for: http://pjalm.com/repos/

 

# These patches are the registered property of PJALM.COM and can not be

# redistributed or modified without the written consent of PJALM.COM.

# Links to these patches are allowed. All material is protected under the DMCA.

 

# Last Updated  : 10/18/2015

# Patch Name   : SATA - Marvell 88SE9172 @ RP05

# Patch Version : 1.0

 

# Fix the Marvell AHCI

into device Label PXSX parent_label RP05 replace_content begin

Name (_ADR, Zero)\n

Name (_PRW, Package (0x02) {0x09,0x04})\n

Method (_DSM, 4, NotSerialized)\n

{\n

Store (Package (0x08) {\n

"AAPL,slot-name", "Built In",\n

"device_type", "AHCI Controller",\n

"name", "Marvell AHCI Controller",\n

"model", "Marvell 88SE9172 SATA Controller"\n

}, Local0)\n

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

Return (Local0)\n

}

end;
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...