diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1999-08-14 15:46:01 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1999-08-14 15:46:01 +0000 |
| commit | 33cca7c55f36727ceb55d4f23c19fdbd0cf48760 (patch) | |
| tree | 28a215f08a834837f8c09fb4a097c12f6c5f5ebf | |
| parent | e17cbfeb5911de38fc0d1954dc8c40487b36e9c9 (diff) | |
Notes
| -rw-r--r-- | sys/pci/if_ti.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c index 5743c9cbe533..e9da1da3319f 100644 --- a/sys/pci/if_ti.c +++ b/sys/pci/if_ti.c @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_ti.c,v 1.4.2.4 1999/07/05 20:20:34 wpaul Exp $ + * $Id: if_ti.c,v 1.4.2.5 1999/07/23 18:49:15 wpaul Exp $ */ /* @@ -128,7 +128,7 @@ #if !defined(lint) static const char rcsid[] = - "$Id: if_ti.c,v 1.4.2.4 1999/07/05 20:20:34 wpaul Exp $"; + "$Id: if_ti.c,v 1.4.2.5 1999/07/23 18:49:15 wpaul Exp $"; #endif /* @@ -874,7 +874,7 @@ static int ti_newbuf_jumbo(sc, i, m) m_new->m_ext.ext_size = TI_JUMBO_FRAMELEN; } - m_adj(m, ETHER_ALIGN); + m_adj(m_new, ETHER_ALIGN); /* Set up the descriptor. */ r = &sc->ti_rdata->ti_rx_jumbo_ring[i]; sc->ti_cdata.ti_rx_jumbo_chain[i] = m_new; |
