- 积分
- 1574
- 最后登录
- 2019-12-8
- 精华
- 0
- 阅读权限
- 220
- 主题
- 351
- UID
- 4532202
- 帖子
- 3440
- PB币
- 26364
- 威望
- 33
- 贡献
- 0
- 技术
- 40
- 活跃
- 7287

远景首席吹牛体验师
- UID
- 4532202
- 帖子
- 3440
- PB币
- 26364
- 贡献
- 0
- 技术
- 40
- 活跃
- 7287
|
如题,该驱动有别RealtekRTL8111.kext,支持以下有线网卡。
- RTL8101E
- RTL8102E
- RTL8103E
- RTL8401E
- RTL8105E
- RTL8402
- RTL8106E
- RTL8106EUS
- RTL8107E
复制代码 具有如下特点:
- Version 2.0.0 requires Sierra (may work on El Capitan too but this is untested). Previous versions of OS X are supported by version 1.0.0.
- 64 bit architecture only.
- Support for multisegment packets relieving the network stack of unnecessary copy operations when assembling packets for transmission.
- No-copy receive and transmit. Only small packets are copied on reception because creating a copy is more efficient than allocating a new buffer.
- TCP, UDP and IPv4 checksum offload (receive and transmit).
- TCP segmentation offload under IPv4.
- Support for TCP/IPv6 and UDP/IPv6 checksum offload.
- Supports Wake on LAN.
- Support for Energy Efficient Ethernet (EEE) which can be disabled by setting enableEEE to NO in the drivers Info.plist without rebuild. The default is YES.
- The driver is published under GPLv2.
复制代码 2.0.1版本修复以下问题:
- Fixes a problem with retrieval of the permanent MAC address on some chips.
- Requires High Sierra.
复制代码 附件如下:
|
附件: 你需要登录才可以下载或查看附件。没有帐号?注册
|