Jump to content

LegacyAppleIntelPIIXATA.kext for ICH9 motherboards for Snow Leopard.


desdichado
 Share

4 posts in this topic

Recommended Posts

Here is a LegacyAppleIntelPIIXATA.kext for ICH9, that doesn`t cause Kernel Panic.

Place it in /Extra/Extensions folder or in /System/Library/Extensions folder and it`s necessary to create new Extensions.mkext files after that with Kext Utility, OSX86Tools or run touch Extensions folder command.You can change device id in info.plist file of this kext to match your motherboard SATA device id.

LegacyAppleIntelPIIXATA.kext.zip

Link to comment
Share on other sites

  • 1 month later...

Hello:

I got 3 SATA-2 devices (ICH9):

2 Hard Disk

1 Dvd Drive

 

How can i edit the kext's /Contents/info.plist ?

 

�'

<plist version="1.0">

�'

<dict>

<key>CFBundleDevelopmentRegion</key>

<string>English</string>

<key>CFBundleIdentifier</key>

<string>org.world.driver.LegacyAppleIntelPIIXATA</string>

<key>CFBundleInfoDictionaryVersion</key>

<string>6.0</string>

<key>CFBundleName</key>

<string>Legacy Apple Intel ICHx/PIIX ATA Driver</string>

<key>CFBundlePackageType</key>

<string>KEXT</string>

<key>CFBundleSignature</key>

<string>????</string>

<key>CFBundleVersion</key>

<string>9.0.2</string>

<key>IOKitPersonalities</key>

�'

<dict>

<key>ICH9 Serial ATA</key>

�'

<dict>

<key>CFBundleIdentifier</key>

<string>com.apple.driver.AppleIntelPIIXATA</string>

<key>Controller Name</key>

<string>ICH9 SATA</string>

<key>IOClass</key>

<string>AppleIntelPIIXATARoot</string>

<key>IOPCIPrimaryMatch</key>

<string>0x29218086</string>

<key>IOProbeScore</key>

<integer>2000</integer>

<key>IOProviderClass</key>

<string>IOPCIDevice</string>

<key>PCS Port Map</key>

<data>

kgGTAZICkwKSBJMEkgiTCA==

</data>

<key>Serial ATA</key>

<true/>

<key>Supported Transfer Modes</key>

<string>0x3f061d</string>

</dict>

</dict>

<key>OSBundleRequired</key>

<string>Local-Root</string>

</dict>

</plist>

 

Now i'm using an AppleIntelPIIXATA.kext who only supports 32 bits mode.

Is possible to run in 64 bits?

 

Thanks for all.

Link to comment
Share on other sites

 Share

×
×
  • Create New...