Contribute
Register

Mojave 10.14.4 - 10.14.5 ICH10 Sata hotplug path.

Status
Not open for further replies.
Joined
Jan 1, 2016
Messages
9
Motherboard
ASUS CS-B
CPU
i5-4690T
Graphics
HD4600 + RX 560
Mac
  1. MacBook Pro
Mobile Phone
  1. iOS
I made the binary patch for AppleAHCIPort.kext allowing hotplug for ICH10 Sata controllers. Based on SunKi approach.
Find: 75 0C 81 E1 BF 7F FF FF 89 8B 51 01 00 00
Replace: EB 0C 81 E1 BF 7F FF FF 89 8B 51 01 00 00

XML:
                       <dict>
                               <key>Comment</key>
                               <string>ICH10 hotplug for 10.4.x</string>
                               <key>Disabled</key>
                               <false/>
                               <key>Find</key>
                               <data>
                               dQyB4b9///+Ji1EBAAA=
                               </data>
                               <key>InfoPlistPatch</key>
                               <false/>
                               <key>MatchOS</key>
                               <string>10.14.x</string>
                               <key>Name</key>
                               <string>AppleAHCIPort</string>
                               <key>Replace</key>
                               <data>
                               6wyB4b9///+Ji1EBAAA=
                               </data>
                       </dict>
 
Last edited:
@DimaRU I still have the issue that an ejected HDD will spin down on eject and immediately spin backup even though it's now unmounted. That’s the way it worked with the previous SATA hot plug patch and still does for removable USB disks that support spin down. Any ideas?
 
Status
Not open for further replies.
Back
Top