summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_fxpreg.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-12-05 11:49:55 +0000
committerdg <dg@FreeBSD.org>1995-12-05 11:49:55 +0000
commit4c3cdc73fb46c7b616f1cd84a0027cd5f4685319 (patch)
tree4d5fe536f8b02cbb509229fdf516c692c986b869 /sys/pci/if_fxpreg.h
parenta17d9df23f1bf98846cd69f58e3710c7ace0ec6e (diff)
downloadFreeBSD-src-4c3cdc73fb46c7b616f1cd84a0027cd5f4685319.zip
FreeBSD-src-4c3cdc73fb46c7b616f1cd84a0027cd5f4685319.tar.gz
Increased the number of Tx segments from 13 to 29 to reduce the need to
recopy to near zero. Wrote the necessary code to recopy the mbuf chain into another buffer if there are too many mbufs in the chain.
Diffstat (limited to 'sys/pci/if_fxpreg.h')
-rw-r--r--sys/pci/if_fxpreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/if_fxpreg.h b/sys/pci/if_fxpreg.h
index 61c3a5f..7c7b81d 100644
--- a/sys/pci/if_fxpreg.h
+++ b/sys/pci/if_fxpreg.h
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: if_fxpreg.h,v 1.1 1995/11/28 23:55:26 davidg Exp $
*/
#define FXP_VENDORID_INTEL 0x8086
@@ -177,7 +177,7 @@ struct fxp_cb_tx {
/*
* The following isn't actually part of the TxCB.
*/
- volatile struct fxp_tbd tbd[13];
+ volatile struct fxp_tbd tbd[29];
struct mbuf *mb_head;
struct fxp_cb_tx *next;
};
OpenPOWER on IntegriCloud