- Remove BCE_JUMBO_HDRSPLIT kernel option which was forgotten in r218423.

Approved by:	davidch
Approved by:	kib (mentor)
This commit is contained in:
zont 2012-10-30 13:22:39 +00:00
parent a46a7a285c
commit a93bdbb610
3 changed files with 0 additions and 8 deletions

View File

@ -2142,12 +2142,6 @@ device ral # Ralink Technology RT2500 wireless NICs.
# This option requires the TI_SF_BUF_JUMBO option above.
#options TI_JUMBO_HDRSPLIT
#
# Use header splitting feature on bce(4) adapters.
# This may help to reduce the amount of jumbo-sized memory buffers used.
#
options BCE_JUMBO_HDRSPLIT
# These two options allow manipulating the mbuf cluster size and mbuf size,
# respectively. Be very careful with NIC driver modules when changing
# these from their default values, because that can potentially cause a

View File

@ -523,7 +523,6 @@ SOCKET_SEND_COW opt_zero.h
SOCKET_RECV_PFLIP opt_zero.h
TI_SF_BUF_JUMBO opt_ti.h
TI_JUMBO_HDRSPLIT opt_ti.h
BCE_JUMBO_HDRSPLIT opt_bce.h
# XXX Conflict: # of devices vs network protocol (Native ATM).
# This makes "atm.h" unusable.

View File

@ -289,7 +289,6 @@
*
* #define BCE_DEBUG
* #define BCE_NVRAM_WRITE_SUPPORT
* #define BCE_JUMBO_HDRSPLIT
*/
/****************************************************************************/