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.