View | Details | Raw Unified | Return to bug 248869
Collapse All | Expand All

(-)b/sys/dev/e1000/if_em.c (-2 / +1 lines)
Lines 1342-1348 em_if_init(if_ctx_t ctx) Link Here
1342
	}
1342
	}
1343
1343
1344
	/* Don't lose promiscuous settings */
1344
	/* Don't lose promiscuous settings */
1345
	em_if_set_promisc(ctx, IFF_PROMISC);
1345
	em_if_set_promisc(ctx, if_getflags(ifp));
1346
	e1000_clear_hw_cntrs_base_generic(&adapter->hw);
1346
	e1000_clear_hw_cntrs_base_generic(&adapter->hw);
1347
1347
1348
	/* MSI-X configuration for 82574 */
1348
	/* MSI-X configuration for 82574 */
1349
- 

Return to bug 248869