Voodooprojects

Chameleon => DevTalk => Patches => Topic started by: eugene k2 on February 11, 2010, 01:01:59 PM

Title: new info.plist for AHCIPortInjector.kext
Post by: eugene k2 on February 11, 2010, 01:01:59 PM
Please add the following ID to the AHCIPortInjector.kext
(this is for NVidia ION AHCI controllers)
-----
Code: [Select]
<key>MCP79BAHCI</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleAHCIPort</string>
<key>Chipset Name</key>
<string>MCP79 AHCI</string>
<key>IOClass</key>
<string>AppleMCP79AHCI</string>
<key>IOPCIPrimaryMatch</key>
<string>0x0ab810de</string>
<key>IOProbeScore</key>
<integer>2000</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>Vendor Name</key>
<string>NVidia</string>
</dict>
Title: Re: new info.plist for AHCIPortInjector.kext
Post by: Azimutz on July 12, 2011, 09:02:24 PM
Added, finally :P (rev 1148). Thanks