public
Description: A OS X port of the forcedeth Linux driver for the ethernet interface of Nvidia's NForce chipset
Homepage: http://forum.insanelymac.com/index.php?showtopic=12933
Clone URL: git://github.com/planetbeing/forcedeth-osx.git
forcedeth-osx / Info.plist
100755 68 lines (67 sloc) 1.944 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.triton.forcedeth</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.0d2</string>
<key>IOKitPersonalities</key>
<dict>
<key>nForce 4 LAN</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.triton.forcedeth</string>
<key>ChecksumReceive</key>
<true/>
<key>ChecksumTransmit</key>
<true/>
<key>Debug</key>
<false/>
<key>IOClass</key>
<string>com_triton_forcedeth</string>
<key>IOKitDebug</key>
<integer>0</integer>
<key>IOMatchCategory</key>
<string>nForce4 LAN</string>
<key>IOPCIPrimaryMatch</key>
<string>0x005710DE 0x003710DE 0x003810DE 0x005610DE 0x005710DE 0x008610DE 0x008C10DE 0x00DF10DE 0x00E610DE 0x037210DE 0x037310DE 0x03EF10DE</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>IOResourceMatch</key>
<string>IOKit</string>
<key>IRQTimer</key>
<false/>
<key>MultipleSegments</key>
<true/>
</dict>
</dict>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IONetworkingFamily</key>
<string>1.0.0b1</string>
<key>com.apple.iokit.IOPCIFamily</key>
<string>1.0.0b1</string>
<key>com.apple.kernel.iokit</key>
<string>1.0.0b1</string>
<key>com.apple.kernel.libkern</key>
<string>1.0.0b1</string>
<key>com.apple.kernel.bsd</key>
<string>5.0.0</string>
</dict>
</dict>
</plist>