aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000/e1000_80003es2lan.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/e1000/e1000_80003es2lan.c')
-rw-r--r--sys/dev/e1000/e1000_80003es2lan.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/e1000/e1000_80003es2lan.c b/sys/dev/e1000/e1000_80003es2lan.c
index db32f8cbe363..af32ee0f1fcd 100644
--- a/sys/dev/e1000/e1000_80003es2lan.c
+++ b/sys/dev/e1000/e1000_80003es2lan.c
@@ -231,7 +231,9 @@ static s32 e1000_init_mac_params_80003es2lan(struct e1000_hw *hw)
mac->rar_entry_count = E1000_RAR_ENTRIES;
/* Set if part includes ASF firmware */
mac->asf_firmware_present = TRUE;
- /* Set if manageability features are enabled. */
+ /* FWSM register */
+ mac->has_fwsm = TRUE;
+ /* ARC supported; valid only if manageability features are enabled. */
mac->arc_subsystem_valid =
(E1000_READ_REG(hw, E1000_FWSM) & E1000_FWSM_MODE_MASK)
? TRUE : FALSE;