If ALTQ is defined in the kern conf, switch to Legacy Mode.

PR:		208409
Submitted by:	freebsd@mcwest.org
MFC after:	2 weeks
This commit is contained in:
sbruno 2016-05-06 15:41:38 +00:00
parent 6d50fbd9f2
commit 21d823059f

View File

@ -35,6 +35,10 @@
#ifndef _IF_IGB_H_
#define _IF_IGB_H_
#ifdef ALTQ
#define IGB_LEGACY_TX
#endif
#include <sys/param.h>
#include <sys/systm.h>
#ifndef IGB_LEGACY_TX