aboutsummaryrefslogtreecommitdiff
path: root/EFI/OC/Kexts/RealtekRTL8111.kext
diff options
context:
space:
mode:
Diffstat (limited to 'EFI/OC/Kexts/RealtekRTL8111.kext')
-rwxr-xr-xEFI/OC/Kexts/RealtekRTL8111.kext/Contents/Info.plist104
-rwxr-xr-xEFI/OC/Kexts/RealtekRTL8111.kext/Contents/MacOS/RealtekRTL8111bin0 -> 536944 bytes
-rwxr-xr-xEFI/OC/Kexts/RealtekRTL8111.kext/Contents/Resources/en.lproj/InfoPlist.stringsbin0 -> 92 bytes
3 files changed, 104 insertions, 0 deletions
diff --git a/EFI/OC/Kexts/RealtekRTL8111.kext/Contents/Info.plist b/EFI/OC/Kexts/RealtekRTL8111.kext/Contents/Info.plist
new file mode 100755
index 0000000..9e6775a
--- /dev/null
+++ b/EFI/OC/Kexts/RealtekRTL8111.kext/Contents/Info.plist
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>BuildMachineOSBuild</key>
+ <string>19H1030</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>RealtekRTL8111</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.insanelymac.RealtekRTL8111</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>RealtekRTL8111</string>
+ <key>CFBundlePackageType</key>
+ <string>KEXT</string>
+ <key>CFBundleShortVersionString</key>
+ <string>2.4.2</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleSupportedPlatforms</key>
+ <array>
+ <string>MacOSX</string>
+ </array>
+ <key>CFBundleVersion</key>
+ <string>2.4.2</string>
+ <key>DTCompiler</key>
+ <string>com.apple.compilers.llvm.clang.1_0</string>
+ <key>DTPlatformBuild</key>
+ <string>10G8</string>
+ <key>DTPlatformVersion</key>
+ <string>GM</string>
+ <key>DTSDKBuild</key>
+ <string>18G74</string>
+ <key>DTSDKName</key>
+ <string>macosx10.14</string>
+ <key>DTXcode</key>
+ <string>1030</string>
+ <key>DTXcodeBuild</key>
+ <string>10G8</string>
+ <key>IOKitPersonalities</key>
+ <dict>
+ <key>RTL8111 PCIe Adapter</key>
+ <dict>
+ <key>CFBundleIdentifier</key>
+ <string>com.insanelymac.RealtekRTL8111</string>
+ <key>Driver Parameters</key>
+ <dict>
+ <key>disableASPM</key>
+ <true/>
+ <key>enableCSO6</key>
+ <true/>
+ <key>enableTSO4</key>
+ <true/>
+ <key>enableTSO6</key>
+ <true/>
+ <key>fallbackMAC</key>
+ <string></string>
+ <key>intrMitigate</key>
+ <integer>53080</integer>
+ <key>rxPolling</key>
+ <true/>
+ </dict>
+ <key>Driver_Version</key>
+ <string>2.4.2</string>
+ <key>IOClass</key>
+ <string>RTL8111</string>
+ <key>IOPCIMatch</key>
+ <string>0x816810ec 0x81681186 0x250210ec 0x260010ec</string>
+ <key>IOProbeScore</key>
+ <integer>1000</integer>
+ <key>IOProviderClass</key>
+ <string>IOPCIDevice</string>
+ <key>Model</key>
+ <string>RTL8111</string>
+ <key>Vendor</key>
+ <string>Realtek</string>
+ </dict>
+ </dict>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.14</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright © 2013 Laura Müller. All rights reserved.</string>
+ <key>OSBundleLibraries</key>
+ <dict>
+ <key>com.apple.iokit.IONetworkingFamily</key>
+ <string>1.5.0</string>
+ <key>com.apple.iokit.IOPCIFamily</key>
+ <string>1.7</string>
+ <key>com.apple.kpi.bsd</key>
+ <string>8.10.0</string>
+ <key>com.apple.kpi.iokit</key>
+ <string>8.10.0</string>
+ <key>com.apple.kpi.libkern</key>
+ <string>8.10.0</string>
+ <key>com.apple.kpi.mach</key>
+ <string>8.10.0</string>
+ </dict>
+ <key>OSBundleRequired</key>
+ <string>Network-Root</string>
+</dict>
+</plist>
diff --git a/EFI/OC/Kexts/RealtekRTL8111.kext/Contents/MacOS/RealtekRTL8111 b/EFI/OC/Kexts/RealtekRTL8111.kext/Contents/MacOS/RealtekRTL8111
new file mode 100755
index 0000000..b6dccbb
--- /dev/null
+++ b/EFI/OC/Kexts/RealtekRTL8111.kext/Contents/MacOS/RealtekRTL8111
Binary files differ
diff --git a/EFI/OC/Kexts/RealtekRTL8111.kext/Contents/Resources/en.lproj/InfoPlist.strings b/EFI/OC/Kexts/RealtekRTL8111.kext/Contents/Resources/en.lproj/InfoPlist.strings
new file mode 100755
index 0000000..5e45963
--- /dev/null
+++ b/EFI/OC/Kexts/RealtekRTL8111.kext/Contents/Resources/en.lproj/InfoPlist.strings
Binary files differ