Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f5f2317 authored by Jeff Kirsher's avatar Jeff Kirsher Committed by Auke Kok
Browse files

e1000: reduce RAR entries available for ICH8



Manageability is using one more RAR entry than we anticipated earlier
for ICH8.

Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: default avatarAuke Kok <auke-jan.h.kok@intel.com>
parent caeccb68
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -573,7 +573,7 @@ int32_t e1000_check_phy_reset_block(struct e1000_hw *hw);
 * E1000_RAR_ENTRIES - 1 multicast addresses.
 * E1000_RAR_ENTRIES - 1 multicast addresses.
 */
 */
#define E1000_RAR_ENTRIES 15
#define E1000_RAR_ENTRIES 15
#define E1000_RAR_ENTRIES_ICH8LAN  7
#define E1000_RAR_ENTRIES_ICH8LAN  6


#define MIN_NUMBER_OF_DESCRIPTORS  8
#define MIN_NUMBER_OF_DESCRIPTORS  8
#define MAX_NUMBER_OF_DESCRIPTORS  0xFFF8
#define MAX_NUMBER_OF_DESCRIPTORS  0xFFF8