diff options
| author | schererleander <leander@leander-scherer.de> | 2023-12-02 09:33:37 +0100 |
|---|---|---|
| committer | schererleander <leander@leander-scherer.de> | 2023-12-02 09:33:37 +0100 |
| commit | f882c1f4b89fc6c9d8a90d299a99a62c76c82e29 (patch) | |
| tree | 3434ec85efd5aff874e5b720e1e5a1c600349f53 /EFI/OC/Kexts/RealtekRTL8111.kext/Contents | |
| parent | 3edef3dbb7a8b5499e4656d2216bc7fb90e84a5b (diff) | |
upload config
Diffstat (limited to 'EFI/OC/Kexts/RealtekRTL8111.kext/Contents')
| -rwxr-xr-x | EFI/OC/Kexts/RealtekRTL8111.kext/Contents/Info.plist | 104 | ||||
| -rwxr-xr-x | EFI/OC/Kexts/RealtekRTL8111.kext/Contents/MacOS/RealtekRTL8111 | bin | 0 -> 536944 bytes | |||
| -rwxr-xr-x | EFI/OC/Kexts/RealtekRTL8111.kext/Contents/Resources/en.lproj/InfoPlist.strings | bin | 0 -> 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 Binary files differnew file mode 100755 index 0000000..b6dccbb --- /dev/null +++ b/EFI/OC/Kexts/RealtekRTL8111.kext/Contents/MacOS/RealtekRTL8111 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 Binary files differnew file mode 100755 index 0000000..5e45963 --- /dev/null +++ b/EFI/OC/Kexts/RealtekRTL8111.kext/Contents/Resources/en.lproj/InfoPlist.strings |
