diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1999-05-24 14:56:55 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1999-05-24 14:56:55 +0000 |
| commit | 497760a16ab7dba23bf40505df1b571f8f4f49e8 (patch) | |
| tree | 68b9481e1d1991b4cd0490f7a52b72437120c406 | |
| parent | e142fadecb5cca130e89a7f373202629f6c8a155 (diff) | |
Notes
| -rw-r--r-- | sys/dev/ti/if_ti.c | 6 | ||||
| -rw-r--r-- | sys/pci/if_ti.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index 2e3e7664c0e5..96370ed69714 100644 --- a/sys/dev/ti/if_ti.c +++ b/sys/dev/ti/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 1999/04/29 16:27:51 wpaul Exp $ + * $Id: if_ti.c,v 1.5 1999/05/09 17:07:00 peter Exp $ */ /* @@ -128,7 +128,7 @@ #if !defined(lint) static const char rcsid[] = - "$Id: if_ti.c,v 1.4 1999/04/29 16:27:51 wpaul Exp $"; + "$Id: if_ti.c,v 1.5 1999/05/09 17:07:00 peter Exp $"; #endif /* @@ -2061,7 +2061,7 @@ static int ti_encap(sc, m_head, txidx) TI_BDFLAG_END; else sc->ti_rdata->ti_tx_ring[cur].ti_flags |= TI_BDFLAG_END; - sc->ti_cdata.ti_tx_chain[*txidx] = m_head; + sc->ti_cdata.ti_tx_chain[cur] = m_head; *txidx = frag; diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c index 2e3e7664c0e5..96370ed69714 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 1999/04/29 16:27:51 wpaul Exp $ + * $Id: if_ti.c,v 1.5 1999/05/09 17:07:00 peter Exp $ */ /* @@ -128,7 +128,7 @@ #if !defined(lint) static const char rcsid[] = - "$Id: if_ti.c,v 1.4 1999/04/29 16:27:51 wpaul Exp $"; + "$Id: if_ti.c,v 1.5 1999/05/09 17:07:00 peter Exp $"; #endif /* @@ -2061,7 +2061,7 @@ static int ti_encap(sc, m_head, txidx) TI_BDFLAG_END; else sc->ti_rdata->ti_tx_ring[cur].ti_flags |= TI_BDFLAG_END; - sc->ti_cdata.ti_tx_chain[*txidx] = m_head; + sc->ti_cdata.ti_tx_chain[cur] = m_head; *txidx = frag; |
