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

(-)b/sys/dev/e1000/if_em.c (-2 / +1 lines)
Lines 495-501 SYSCTL_INT(_hw_em, OID_AUTO, smart_pwr_down, CTLFLAG_RDTUN, &em_smart_pwr_down, Link Here
495
    0, "Set to true to leave smart power down enabled on newer adapters");
495
    0, "Set to true to leave smart power down enabled on newer adapters");
496
496
497
/* Controls whether promiscuous also shows bad packets */
497
/* Controls whether promiscuous also shows bad packets */
498
static int em_debug_sbp = TRUE;
498
static int em_debug_sbp = FALSE;
499
SYSCTL_INT(_hw_em, OID_AUTO, sbp, CTLFLAG_RDTUN, &em_debug_sbp, 0,
499
SYSCTL_INT(_hw_em, OID_AUTO, sbp, CTLFLAG_RDTUN, &em_debug_sbp, 0,
500
    "Show bad packets in promiscuous mode");
500
    "Show bad packets in promiscuous mode");
501
501
502
- 

Return to bug 248934