# Maintained by: PJALM for: PJALM General at: Thu Apr 10 09:42:53 UTC 2014 # Patch Name : ASMedia ASM1061 SATA @ RP05 # Fix the ASMedia ASM1061 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", "ASMedia AHCI Controller",\n "model", "ASMedia ASM1061 AHCI Controller"\n }, Local0)\n DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n Return (Local0)\n } end;