diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2006-09-27 15:53:59 -0400 |
---|---|---|
committer | Auke Kok <juke-jan.h.kok@intel.com> | 2006-09-27 15:53:59 -0400 |
commit | 4f5f2317fbb3655edae21de3ada0f1692523eeef (patch) | |
tree | 9b9110f8d315d35891507917b20ceee0c654cd3c /drivers/net | |
parent | caeccb682a2483a79162bb66a431175d4134ae0b (diff) |
e1000: reduce RAR entries available for ICH8
Manageability is using one more RAR entry than we anticipated earlier
for ICH8.
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/e1000/e1000_hw.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/e1000/e1000_hw.h b/drivers/net/e1000/e1000_hw.h index 434492cc329e..a523ffab3527 100644 --- a/drivers/net/e1000/e1000_hw.h +++ b/drivers/net/e1000/e1000_hw.h | |||
@@ -573,10 +573,10 @@ int32_t e1000_check_phy_reset_block(struct e1000_hw *hw); | |||
573 | * E1000_RAR_ENTRIES - 1 multicast addresses. | 573 | * E1000_RAR_ENTRIES - 1 multicast addresses. |
574 | */ | 574 | */ |
575 | #define E1000_RAR_ENTRIES 15 | 575 | #define E1000_RAR_ENTRIES 15 |
576 | #define E1000_RAR_ENTRIES_ICH8LAN 7 | 576 | #define E1000_RAR_ENTRIES_ICH8LAN 6 |
577 | 577 | ||
578 | #define MIN_NUMBER_OF_DESCRIPTORS 8 | 578 | #define MIN_NUMBER_OF_DESCRIPTORS 8 |
579 | #define MAX_NUMBER_OF_DESCRIPTORS 0xFFF8 | 579 | #define MAX_NUMBER_OF_DESCRIPTORS 0xFFF8 |
580 | 580 | ||
581 | /* Receive Descriptor */ | 581 | /* Receive Descriptor */ |
582 | struct e1000_rx_desc { | 582 | struct e1000_rx_desc { |