diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c index d778794b16a..abf68c9e2b8 100644 --- a/sys/pci/if_tl.c +++ b/sys/pci/if_tl.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_tl.c,v 1.16 1998/09/24 17:14:23 wpaul Exp $ + * $Id: if_tl.c,v 1.17 1998/10/04 18:47:38 wpaul Exp $ */ /* @@ -218,7 +218,7 @@ #ifndef lint static char rcsid[] = - "$Id: if_tl.c,v 1.16 1998/09/24 17:14:23 wpaul Exp $"; + "$Id: if_tl.c,v 1.17 1998/10/04 18:47:38 wpaul Exp $"; #endif #ifdef TL_DEBUG @@ -2469,6 +2469,7 @@ static void tl_start(ifp) evset(sc, EV_START_Q); #endif sc->tl_cdata.tl_tx_tail->tl_next = start_tx; + sc->tl_cdata.tl_tx_tail = start_tx; } /*