From 1b8d84fe500e911625fdfb40b989323316c931fa Mon Sep 17 00:00:00 2001 From: donatengit Date: Sat, 27 Aug 2022 19:19:47 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fba8eb9..ea56cc7 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,10 @@ #### Intel onboard LAN driver for macOS. Courtesy of [hnak](https://www.insanelymac.com/forum/profile/228503-hnak/?wr=eyJhcHAiOiJmb3J1bXMiLCJtb2R1bGUiOiJmb3J1bXMtY29tbWVudCIsImlkXzEiOjI3MzA3MywiaWRfMiI6MTc3NTc1Mn0=), refer to the [original post](https://www.insanelymac.com/forum/topic/273073-appleigbkext/) for more details.
- - Updated to [Intel IGB source v5.7.2](https://www.intel.com/content/www/us/en/download/14098/13663/intel-network-adapter-driver-for-82575-6-82580-i350-and-i210-211-based-gigabit-network-connections-for-linux.html) (by [Shanee](https://github.com/Shaneee)) + - Updated to [Intel's IGB source 5.11.4](https://www.intel.com/content/www/us/en/download/14098/intel-network-adapter-driver-for-82575-6-82580-i350-and-i210-211-based-gigabit-network-connections-for-linux.html) (initial update to [5.7.2](https://www.intel.com/content/www/us/en/download/14098/13663/intel-network-adapter-driver-for-82575-6-82580-i350-and-i210-211-based-gigabit-network-connections-for-linux.html) by [Shanee](https://github.com/Shaneee)) - Adopting/merging IntelMausi link management and code structure approach (for potential further merge) - Explicitly stalling packets when transmit queue is busy (as in IntelMausi) - - Increased default queue capacity from 256 to 1024 - - Added options to (un)select EEE mode (there are notes that disabling it could fix spontaneous link problems) + - Added options to (un)select EEE mode (there are notes that disabling it could fix spontaneous link problems) - Ensured software interrupt register in watchdog for rx ring cleaned