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

(-)sys/conf/NOTES (+1 lines)
Lines 728-733 Link Here
728
options 	ALTQ_CDNR	# Traffic conditioner
728
options 	ALTQ_CDNR	# Traffic conditioner
729
options 	ALTQ_PRIQ	# Priority Queueing
729
options 	ALTQ_PRIQ	# Priority Queueing
730
options 	ALTQ_NOPCC	# Required if the TSC is unusable
730
options 	ALTQ_NOPCC	# Required if the TSC is unusable
731
options 	ALTQ_IGB	# Enable ALTQ on igb(4) devices
731
options 	ALTQ_DEBUG
732
options 	ALTQ_DEBUG
732
733
733
# netgraph(4). Enable the base netgraph code with the NETGRAPH option.
734
# netgraph(4). Enable the base netgraph code with the NETGRAPH option.
(-)sys/conf/options (+1 lines)
Lines 397-402 Link Here
397
ALTQ_DEBUG		opt_altq.h
397
ALTQ_DEBUG		opt_altq.h
398
ALTQ_HFSC		opt_altq.h
398
ALTQ_HFSC		opt_altq.h
399
ALTQ_FAIRQ		opt_altq.h
399
ALTQ_FAIRQ		opt_altq.h
400
ALTQ_IGB		opt_altq.h
400
ALTQ_NOPCC		opt_altq.h
401
ALTQ_NOPCC		opt_altq.h
401
ALTQ_PRIQ		opt_altq.h
402
ALTQ_PRIQ		opt_altq.h
402
ALTQ_RED		opt_altq.h
403
ALTQ_RED		opt_altq.h
(-)sys/dev/e1000/if_igb.h (-1 / +1 lines)
Lines 35-41 Link Here
35
#ifndef _IF_IGB_H_
35
#ifndef _IF_IGB_H_
36
#define _IF_IGB_H_
36
#define _IF_IGB_H_
37
37
38
#ifdef ALTQ
38
#ifdef ALTQ_IGB
39
#define IGB_LEGACY_TX
39
#define IGB_LEGACY_TX
40
#endif
40
#endif
41
41

Return to bug 213257