aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ti
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1999-09-17 18:04:14 +0000
committerBill Paul <wpaul@FreeBSD.org>1999-09-17 18:04:14 +0000
commitd1e8f983efda310efca20ac03ccf649215054fb2 (patch)
tree512cfc89f0404face230a0c43b88137d3f9c6d43 /sys/dev/ti
parent1ea586719fbcd120f130c335350e1209a5212f92 (diff)
Notes
Diffstat (limited to 'sys/dev/ti')
-rw-r--r--sys/dev/ti/if_ti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c
index 0d47987a23f3..7fefb8e3f0f4 100644
--- a/sys/dev/ti/if_ti.c
+++ b/sys/dev/ti/if_ti.c
@@ -1428,7 +1428,7 @@ static int ti_gibinit(sc)
rcb = &sc->ti_rdata->ti_info.ti_mini_rx_rcb;
TI_HOSTADDR(rcb->ti_hostaddr) =
vtophys(&sc->ti_rdata->ti_rx_mini_ring);
- rcb->ti_max_len = MHLEN;
+ rcb->ti_max_len = MHLEN - ETHER_ALIGN;
if (sc->ti_hwrev == TI_HWREV_TIGON)
rcb->ti_flags = TI_RCB_FLAG_RING_DISABLED;
else