# Maintained by: PJALM for: PJALM General at: Thu Apr 10 09:42:53 UTC 2014 # Patch Name : Marvell 88SE9172 SATA @ RP05 # 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;