diff options
| author | Andrey Zonov <zont@FreeBSD.org> | 2012-10-30 13:22:39 +0000 |
|---|---|---|
| committer | Andrey Zonov <zont@FreeBSD.org> | 2012-10-30 13:22:39 +0000 |
| commit | df0adc13c79cc759e23b3f3c35da46e75f66c464 (patch) | |
| tree | c0cf03a8e63e667ea0adceedda5c617846b752b4 /sys | |
| parent | 207c7ec8427c72e59006605ab50b765bc930a658 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/NOTES | 6 | ||||
| -rw-r--r-- | sys/conf/options | 1 | ||||
| -rw-r--r-- | sys/dev/bce/if_bcereg.h | 1 |
3 files changed, 0 insertions, 8 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index aaf4c98c7a07f..19fa20bc5b51b 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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 diff --git a/sys/conf/options b/sys/conf/options index c0b262a652529..69a6eface5c34 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -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. diff --git a/sys/dev/bce/if_bcereg.h b/sys/dev/bce/if_bcereg.h index be206081a2968..fc37b2c75f923 100644 --- a/sys/dev/bce/if_bcereg.h +++ b/sys/dev/bce/if_bcereg.h @@ -289,7 +289,6 @@ * * #define BCE_DEBUG * #define BCE_NVRAM_WRITE_SUPPORT - * #define BCE_JUMBO_HDRSPLIT */ /****************************************************************************/ |
