Skip to content

Commit 792187d

Browse files
committed
Version 2.3.0d10 - Reworked medium section and EEE support to resolve problems with connection establishment and stability.
1 parent 12a2a78 commit 792187d

16 files changed

+7282
-100
lines changed

Diff for: .DS_Store

0 Bytes
Binary file not shown.

Diff for: RealtekRTL8111.xcodeproj/project.pbxproj

+14-3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
D37BD69C16C6068D00C255A2 /* mii.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mii.h; sourceTree = "<group>"; };
3232
D37BD69D16C6068D00C255A2 /* if_ether.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = if_ether.h; sourceTree = "<group>"; };
3333
D37BD69E16C6068D00C255A2 /* ethertool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ethertool.h; sourceTree = "<group>"; };
34+
D38070CD243F618A00CCC89B /* IOEthernetInterface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IOEthernetInterface.h; sourceTree = "<group>"; };
35+
D38070CE243F618A00CCC89B /* IOEthernetController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IOEthernetController.h; sourceTree = "<group>"; };
36+
D38070D0243F656600CCC89B /* kpi_interface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = kpi_interface.h; sourceTree = "<group>"; };
37+
D38070D1243F66B300CCC89B /* kpi_mbuf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = kpi_mbuf.h; sourceTree = "<group>"; };
3438
D3C8EF0C22FA0BDF00F3BF68 /* RealtekRTL8111Hardware.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = RealtekRTL8111Hardware.cpp; sourceTree = "<group>"; };
3539
D3C8EF0F22FA0D0C00F3BF68 /* RealtekRTL8111Linux-804704.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "RealtekRTL8111Linux-804704.cpp"; sourceTree = "<group>"; };
3640
D3C8EF1022FA0D0C00F3BF68 /* RealtekRTL8111Linux-804704.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = "RealtekRTL8111Linux-804704.hpp"; sourceTree = "<group>"; };
@@ -52,6 +56,10 @@
5256
children = (
5357
D34D36CA1AD2F7C500EEEC08 /* IONetworkController.h */,
5458
D34D36CB1AD2F7C500EEEC08 /* IONetworkInterface.h */,
59+
D38070CE243F618A00CCC89B /* IOEthernetController.h */,
60+
D38070CD243F618A00CCC89B /* IOEthernetInterface.h */,
61+
D38070D0243F656600CCC89B /* kpi_interface.h */,
62+
D38070D1243F66B300CCC89B /* kpi_mbuf.h */,
5563
);
5664
name = "Apple Headers";
5765
sourceTree = "<group>";
@@ -159,7 +167,7 @@
159167
D37BD67416C605F500C255A2 /* Project object */ = {
160168
isa = PBXProject;
161169
attributes = {
162-
LastUpgradeCheck = 1030;
170+
LastUpgradeCheck = 1140;
163171
ORGANIZATIONNAME = "Laura Müller";
164172
};
165173
buildConfigurationList = D37BD67716C605F500C255A2 /* Build configuration list for PBXProject "RealtekRTL8111" */;
@@ -168,6 +176,7 @@
168176
hasScannedForEncodings = 0;
169177
knownRegions = (
170178
en,
179+
Base,
171180
);
172181
mainGroup = D37BD67216C605F500C255A2;
173182
productRefGroup = D37BD68016C605F500C255A2 /* Products */;
@@ -240,8 +249,9 @@
240249
INSTALL_GROUP = "$(GROUP)";
241250
INSTALL_OWNER = "$(USER)";
242251
MACOSX_DEPLOYMENT_TARGET = 10.14;
252+
MARKETING_VERSION = $MODULE_VERSION;
243253
MODULE_NAME = com.insanelymac.RealtekRTL8111;
244-
MODULE_VERSION = 2.3.0d7;
254+
MODULE_VERSION = 2.3.0d10;
245255
PRODUCT_BUNDLE_IDENTIFIER = "com.insanelymac.${PRODUCT_NAME:rfc1034identifier}";
246256
PRODUCT_NAME = RealtekRTL8111;
247257
SDKROOT = macosx;
@@ -267,8 +277,9 @@
267277
INSTALL_OWNER = "$(USER)";
268278
LLVM_LTO = YES;
269279
MACOSX_DEPLOYMENT_TARGET = 10.14;
280+
MARKETING_VERSION = $MODULE_VERSION;
270281
MODULE_NAME = com.insanelymac.RealtekRTL8111;
271-
MODULE_VERSION = 2.3.0d7;
282+
MODULE_VERSION = 2.3.0d10;
272283
PRODUCT_BUNDLE_IDENTIFIER = "com.insanelymac.${PRODUCT_NAME:rfc1034identifier}";
273284
PRODUCT_NAME = RealtekRTL8111;
274285
SDKROOT = macosx;

Diff for: RealtekRTL8111.xcodeproj/xcuserdata/laura.xcuserdatad/xcschemes/RealtekRTL8111-V2.xcscheme

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1030"
3+
LastUpgradeVersion = "1140"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -29,8 +29,6 @@
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
3131
</Testables>
32-
<AdditionalOptions>
33-
</AdditionalOptions>
3432
</TestAction>
3533
<LaunchAction
3634
buildConfiguration = "Debug"
@@ -51,8 +49,6 @@
5149
ReferencedContainer = "container:RealtekRTL8111.xcodeproj">
5250
</BuildableReference>
5351
</MacroExpansion>
54-
<AdditionalOptions>
55-
</AdditionalOptions>
5652
</LaunchAction>
5753
<ProfileAction
5854
buildConfiguration = "Release"

Diff for: RealtekRTL8111.xcodeproj/xcuserdata/laura.xcuserdatad/xcschemes/RealtekRTL8111.xcscheme

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1030"
3+
LastUpgradeVersion = "1140"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -29,8 +29,6 @@
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
3131
</Testables>
32-
<AdditionalOptions>
33-
</AdditionalOptions>
3432
</TestAction>
3533
<LaunchAction
3634
buildConfiguration = "Debug"
@@ -51,8 +49,6 @@
5149
ReferencedContainer = "container:RealtekRTL8111.xcodeproj">
5250
</BuildableReference>
5351
</MacroExpansion>
54-
<AdditionalOptions>
55-
</AdditionalOptions>
5652
</LaunchAction>
5753
<ProfileAction
5854
buildConfiguration = "Release"

0 commit comments

Comments
 (0)