diff options
-rw-r--r-- | sys/dev/e1000/if_igb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/e1000/if_igb.h b/sys/dev/e1000/if_igb.h index a0c35be..a30fc99 100644 --- a/sys/dev/e1000/if_igb.h +++ b/sys/dev/e1000/if_igb.h @@ -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 |