Help - Search - Members - Calendar
Full Version: LegacyAppleIntelPIIXATA.kext for ICH9 motherboards for Snow Leopard.
InsanelyMac Forum > OSx86 Project > Hardware and Drivers > SATA/IDE Controllers
desdichado
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.
bellbottom
Hello:
I got 3 SATA-2 devices (ICH9):
2 Hard Disk
1 Dvd Drive

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

QUOTE
�'
<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.
bellbottom
QUOTE (Das_Human @ Nov 3 2009, 03:28 PM) *


Thanks a lot, i was waiting for...

Cheers.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.