aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1998-12-29 15:39:35 +0000
committerBill Paul <wpaul@FreeBSD.org>1998-12-29 15:39:35 +0000
commit8964eeb288e438eadda5d51fdb5d6068f8a1bc71 (patch)
tree899e3a36e16458e39eac36251153774489f8fe37 /sys/pci
parentf77edc9e19b11204d19a0c2196b09fdeab98e421 (diff)
Notes
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_tl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c
index 61500c6953e97..b202fb5de8db3 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.22 1998/12/10 19:02:07 wpaul Exp $
+ * $Id: if_tl.c,v 1.23 1998/12/14 06:32:56 dillon Exp $
*/
/*
@@ -218,7 +218,7 @@
#if !defined(lint)
static const char rcsid[] =
- "$Id: if_tl.c,v 1.22 1998/12/10 19:02:07 wpaul Exp $";
+ "$Id: if_tl.c,v 1.23 1998/12/14 06:32:56 dillon Exp $";
#endif
#ifdef TL_DEBUG
@@ -2475,7 +2475,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;
+ sc->tl_cdata.tl_tx_tail = cur_tx;
}
/*