Resolve Ethernet support on MacPro3,1-5,1

This commit is contained in:
Mykola Grymalyuk
2022-06-11 11:11:59 -06:00
parent 084c0cc438
commit 05cff05749
6 changed files with 51 additions and 0 deletions
+4
View File
@@ -219,6 +219,10 @@ class BuildOpenCore:
self.enable_kext("nForceEthernet.kext", self.constants.nforce_version, self.constants.nforce_path)
elif smbios_data.smbios_dictionary[self.model]["Ethernet Chipset"] == "Marvell":
self.enable_kext("MarvelYukonEthernet.kext", self.constants.marvel_version, self.constants.marvel_path)
elif smbios_data.smbios_dictionary[self.model]["Ethernet Chipset"] == "Intel 80003ES2LAN":
self.enable_kext("Intel82574L", self.constants.intel_82574l_version, self.constants.intel_82574l_path)
elif smbios_data.smbios_dictionary[self.model]["Ethernet Chipset"] == "Intel 82574L":
self.enable_kext("AppleIntel8254XEthernet.kext", self.constants.intel_8254x_version, self.constants.intel_8254x_path)
# i3 Ivy Bridge iMacs don't support RDRAND
# However for prebuilt, assume they do