diff options
| author | David Greenman <dg@FreeBSD.org> | 1996-07-13 10:49:53 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1996-07-13 10:49:53 +0000 |
| commit | 4611b3971057149877bf06d0ac5ed977371ba4d7 (patch) | |
| tree | 3ca1a523a09c21316e0d6e083cca74a6ce8ec404 /sys/dev/ep | |
| parent | c8ec0156eff7092936ad2fa3e28627be51f855db (diff) | |
Notes
Diffstat (limited to 'sys/dev/ep')
| -rw-r--r-- | sys/dev/ep/if_ep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c index 691034c8c6395..4542c7b3d7fc7 100644 --- a/sys/dev/ep/if_ep.c +++ b/sys/dev/ep/if_ep.c @@ -38,7 +38,7 @@ */ /* - * $Id: if_ep.c,v 1.48 1996/06/15 00:43:03 nate Exp $ + * $Id: if_ep.c,v 1.49 1996/06/18 01:22:21 bde Exp $ * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select @@ -964,7 +964,7 @@ startagain: } IF_DEQUEUE(&ifp->if_snd, m); - outw(BASE + EP_W1_TX_PIO_WR_1, len); + outw(BASE + EP_W1_TX_PIO_WR_1, len | 0x8000); /* XXX */ outw(BASE + EP_W1_TX_PIO_WR_1, 0x0); /* Second dword meaningless */ /* compute the Tx start threshold for this packet */ |
