From f882c1f4b89fc6c9d8a90d299a99a62c76c82e29 Mon Sep 17 00:00:00 2001 From: schererleander Date: Sat, 2 Dec 2023 09:33:37 +0100 Subject: upload config --- .../Kexts/RealtekRTL8111.kext/Contents/Info.plist | 104 +++++++++++++++++++++ .../Contents/MacOS/RealtekRTL8111 | Bin 0 -> 536944 bytes .../Contents/Resources/en.lproj/InfoPlist.strings | Bin 0 -> 92 bytes 3 files changed, 104 insertions(+) create mode 100755 EFI/OC/Kexts/RealtekRTL8111.kext/Contents/Info.plist create mode 100755 EFI/OC/Kexts/RealtekRTL8111.kext/Contents/MacOS/RealtekRTL8111 create mode 100755 EFI/OC/Kexts/RealtekRTL8111.kext/Contents/Resources/en.lproj/InfoPlist.strings (limited to 'EFI/OC/Kexts/RealtekRTL8111.kext') 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 @@ + + + + + BuildMachineOSBuild + 19H1030 + CFBundleDevelopmentRegion + English + CFBundleExecutable + RealtekRTL8111 + CFBundleIdentifier + com.insanelymac.RealtekRTL8111 + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + RealtekRTL8111 + CFBundlePackageType + KEXT + CFBundleShortVersionString + 2.4.2 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 2.4.2 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 10G8 + DTPlatformVersion + GM + DTSDKBuild + 18G74 + DTSDKName + macosx10.14 + DTXcode + 1030 + DTXcodeBuild + 10G8 + IOKitPersonalities + + RTL8111 PCIe Adapter + + CFBundleIdentifier + com.insanelymac.RealtekRTL8111 + Driver Parameters + + disableASPM + + enableCSO6 + + enableTSO4 + + enableTSO6 + + fallbackMAC + + intrMitigate + 53080 + rxPolling + + + Driver_Version + 2.4.2 + IOClass + RTL8111 + IOPCIMatch + 0x816810ec 0x81681186 0x250210ec 0x260010ec + IOProbeScore + 1000 + IOProviderClass + IOPCIDevice + Model + RTL8111 + Vendor + Realtek + + + LSMinimumSystemVersion + 10.14 + NSHumanReadableCopyright + Copyright © 2013 Laura Müller. All rights reserved. + OSBundleLibraries + + com.apple.iokit.IONetworkingFamily + 1.5.0 + com.apple.iokit.IOPCIFamily + 1.7 + com.apple.kpi.bsd + 8.10.0 + com.apple.kpi.iokit + 8.10.0 + com.apple.kpi.libkern + 8.10.0 + com.apple.kpi.mach + 8.10.0 + + OSBundleRequired + Network-Root + + 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 Binary files /dev/null and b/EFI/OC/Kexts/RealtekRTL8111.kext/Contents/MacOS/RealtekRTL8111 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 Binary files /dev/null and b/EFI/OC/Kexts/RealtekRTL8111.kext/Contents/Resources/en.lproj/InfoPlist.strings differ -- cgit v1.3.1