View | Details | Raw Unified | Return to bug 246885 | Differences between
and this patch

Collapse All | Expand All

(-)b/sys/dev/e1000/if_em.c (-1 / +3 lines)
Lines 1139-1144 em_if_attach_post(if_ctx_t ctx) Link Here
1139
	if (adapter->has_manage && !adapter->has_amt)
1139
	if (adapter->has_manage && !adapter->has_amt)
1140
		em_get_hw_control(adapter);
1140
		em_get_hw_control(adapter);
1141
1141
1142
	/* Create LED device */
1143
	iflib_led_create(ctx);
1144
1142
	INIT_DEBUGOUT("em_if_attach_post: end");
1145
	INIT_DEBUGOUT("em_if_attach_post: end");
1143
1146
1144
	return (0);
1147
	return (0);
1145
- 

Return to bug 246885