mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Add support for Intel 10 GBit Ethernet controllers
This commit is contained in:
@@ -319,6 +319,15 @@ kexts = [
|
||||
"url": "https://github.com/TomHeaven/HoRNDIS/releases/download/rel9.3_2/Release.zip"
|
||||
}
|
||||
),
|
||||
KextInfo(
|
||||
name = "IntelLucy",
|
||||
description = "Provides support for Intel X500 family",
|
||||
category = "Ethernet",
|
||||
github_repo = {
|
||||
"owner": "Mieze",
|
||||
"repo": "IntelLucy"
|
||||
}
|
||||
),
|
||||
KextInfo(
|
||||
name = "IntelMausiEthernet",
|
||||
description = "Intel Ethernet LAN driver for macOS",
|
||||
|
||||
@@ -518,6 +518,53 @@ NetworkIDs = [
|
||||
# Aquantia AQC100
|
||||
"1D6A-00B1",
|
||||
"1D6A-80B1",
|
||||
# IntelLucy.kext
|
||||
"8086-10B6",
|
||||
"8086-10C6",
|
||||
"8086-10C7",
|
||||
"8086-10C8",
|
||||
"8086-10DB",
|
||||
"8086-10DD",
|
||||
"8086-10E1",
|
||||
"8086-10EC",
|
||||
"8086-10F1",
|
||||
"8086-10F7",
|
||||
"8086-10F8",
|
||||
"8086-10F9",
|
||||
"8086-10FB",
|
||||
"8086-10FC",
|
||||
"8086-1507",
|
||||
"8086-1508",
|
||||
"8086-150B",
|
||||
"8086-1514",
|
||||
"8086-1517",
|
||||
"8086-151C",
|
||||
"8086-1528",
|
||||
"8086-1529",
|
||||
"8086-152A",
|
||||
"8086-154A",
|
||||
"8086-154D",
|
||||
"8086-154F",
|
||||
"8086-1557",
|
||||
"8086-1558",
|
||||
"8086-1560",
|
||||
"8086-1563",
|
||||
"8086-15AA",
|
||||
"8086-15AB",
|
||||
"8086-15AC",
|
||||
"8086-15AD",
|
||||
"8086-15AE",
|
||||
"8086-15B0",
|
||||
"8086-15C2",
|
||||
"8086-15C3",
|
||||
"8086-15C4",
|
||||
"8086-15C6",
|
||||
"8086-15C7",
|
||||
"8086-15C8",
|
||||
"8086-15CE",
|
||||
"8086-15D1",
|
||||
"8086-15E4",
|
||||
"8086-15E5",
|
||||
# RtWlanU.kext, RtWlanU1827.kext and RT2870USBWirelessDriver.kext
|
||||
"0409-0408",
|
||||
"0411-0242",
|
||||
|
||||
Reference in New Issue
Block a user