FreeBSD Bugzilla – Attachment 148039 Details for
Bug 194197
[igb] [patch] IGB cards need a kernel option to enable legacy mode (to support ALTQ)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Adds IGB_LEGACY_TX and IXGBE_LEGACY_TX to kernel options
igb.patch (text/plain), 1.54 KB, created by
Dan
on 2014-10-06 18:15:56 UTC
(
hide
)
Description:
Adds IGB_LEGACY_TX and IXGBE_LEGACY_TX to kernel options
Filename:
MIME Type:
Creator:
Dan
Created:
2014-10-06 18:15:56 UTC
Size:
1.54 KB
patch
obsolete
>Index: sys/conf/options >=================================================================== >--- sys/conf/options (revision 272659) >+++ sys/conf/options (working copy) >@@ -405,6 +405,8 @@ > ETHER_8023 opt_ef.h > ETHER_II opt_ef.h > ETHER_SNAP opt_ef.h >+IGB_LEGACY_TX opt_igb.h >+IXGBE_LEGACY_TX opt_ixgbe.h > INET opt_inet.h > INET6 opt_inet6.h > IPDIVERT >Index: sys/dev/e1000/if_igb.c >=================================================================== >--- sys/dev/e1000/if_igb.c (revision 272659) >+++ sys/dev/e1000/if_igb.c (working copy) >@@ -33,6 +33,7 @@ > /*$FreeBSD$*/ > > >+#include "opt_igb.h" > #include "opt_inet.h" > #include "opt_inet6.h" > >Index: sys/dev/e1000/if_igb.h >=================================================================== >--- sys/dev/e1000/if_igb.h (revision 272659) >+++ sys/dev/e1000/if_igb.h (working copy) >@@ -35,6 +35,8 @@ > #ifndef _IGB_H_DEFINED_ > #define _IGB_H_DEFINED_ > >+#include "opt_igb.h" >+ > /* Tunables */ > > /* >Index: sys/dev/ixgbe/ixgbe.c >=================================================================== >--- sys/dev/ixgbe/ixgbe.c (revision 272659) >+++ sys/dev/ixgbe/ixgbe.c (working copy) >@@ -33,6 +33,7 @@ > /*$FreeBSD$*/ > > >+#include "opt_ixgbe.h" > #include "opt_inet.h" > #include "opt_inet6.h" > #include "ixgbe.h" >Index: sys/dev/ixgbe/ixgbe.h >=================================================================== >--- sys/dev/ixgbe/ixgbe.h (revision 272659) >+++ sys/dev/ixgbe/ixgbe.h (working copy) >@@ -36,6 +36,7 @@ > #ifndef _IXGBE_H_ > #define _IXGBE_H_ > >+#include "opt_ixgbe.h" > > #include <sys/param.h> > #include <sys/systm.h>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194197
: 148039