Add support for Intel 10 GBit Ethernet controllers

This commit is contained in:
Hoang Hong Quan
2025-02-06 21:12:27 +07:00
parent 4916fe2ff9
commit 0d8ca693e6
4 changed files with 60 additions and 2 deletions
+1 -1
View File
@@ -3052,7 +3052,7 @@ DefinitionBlock ("", "SSDT", 2, "ZPSS", "UsbReset", 0x00001000)
else:
selected_patches.append("PLUG")
if not any(network_props.get("Device ID") in pci_data.NetworkIDs[108:280] for network_props in hardware_report.get("Network", {}).values()):
if not any(network_props.get("Device ID") in pci_data.NetworkIDs[108:326] for network_props in hardware_report.get("Network", {}).values()):
selected_patches.append("RMNE")
if hardware_report.get("Motherboard").get("Chipset") in ("C610/X99", "Wellsburg", "X299"):