Chameleon

Chameleon Commit Details

Date:2011-07-12 21:01:03 (12 years 9 months ago)
Author:Azimutz
Commit:1148
Parents: 1147
Message:Add NVidia ION AHCI controllers dev id to AHCIPortInjector kext.
Changes:
M/trunk/package/Kexts/AHCIPortInjector.kext/Contents/Info.plist

File differences

trunk/package/Kexts/AHCIPortInjector.kext/Contents/Info.plist
3535
3636
3737
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
3855
3956
4057
<key>Vendor Name</key>
<string>Unknown </string>
</dict>
<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>
<key>JMicronAHCI</key>
<dict>
<key>CFBundleIdentifier</key>

Archive Download the corresponding diff file

Revision: 1148