e1000: 3 new driver stats for managability testing
Add 3 extra packet redirect counters for tracking purposes to make sure we can test that all packets arrive properly. Originally from Jesse Brandeburg <jesse.brandeburg@intel.com>, rewritten to use feature flags by me. Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
@@ -458,6 +458,9 @@ e1000_set_mac_type(struct e1000_hw *hw)
|
||||
if (hw->mac_type == e1000_80003es2lan)
|
||||
hw->rx_needs_kicking = TRUE;
|
||||
|
||||
if (hw->mac_type > e1000_82544)
|
||||
hw->has_smbus = TRUE;
|
||||
|
||||
return E1000_SUCCESS;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user