summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2017-03-16 10:03:59 -0500
committerLuiz Otavio O Souza <luiz@netgate.com>2017-03-16 10:06:23 -0500
commit85456f63ff840d61764348265c2fe0242a22b859 (patch)
tree6fba0e1e71f26f324a807c1dac3dd68d68cb18f8 /sys
parent4e93ef50a32d2bdd75d08460cf0e53a7641d0096 (diff)
downloadFreeBSD-src-85456f63ff840d61764348265c2fe0242a22b859.zip
FreeBSD-src-85456f63ff840d61764348265c2fe0242a22b859.tar.gz
Enable IXGBE_LEGACY_TX when ALTQ is enabled.
Ticket #7378 (cherry picked from commit f2504b01d55b5cd3c625058869c4b9df1cf4525e)
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ixgbe/ixgbe.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/ixgbe/ixgbe.h b/sys/dev/ixgbe/ixgbe.h
index 696eb21..fad519e 100644
--- a/sys/dev/ixgbe/ixgbe.h
+++ b/sys/dev/ixgbe/ixgbe.h
@@ -36,6 +36,9 @@
#ifndef _IXGBE_H_
#define _IXGBE_H_
+#ifdef ALTQ
+#define IXGBE_LEGACY_TX
+#endif
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud