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:
parent
6d50fbd9f2
commit
21d823059f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user