summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_vr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_vr.c')
-rw-r--r--sys/pci/if_vr.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c
index 608d43b..53b0bc4 100644
--- a/sys/pci/if_vr.c
+++ b/sys/pci/if_vr.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_vr.c,v 1.4 1998/12/14 06:32:56 dillon Exp $
+ * $Id: if_vr.c,v 1.5 1998/12/24 18:03:17 wpaul Exp $
*/
/*
@@ -97,7 +97,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_vr.c,v 1.4 1998/12/14 06:32:56 dillon Exp $";
+ "$Id: if_vr.c,v 1.5 1998/12/24 18:03:17 wpaul Exp $";
#endif
/*
@@ -1303,8 +1303,7 @@ static void vr_rxeof(sc)
*/
if (vr_newbuf(sc, cur_rx) == ENOBUFS) {
ifp->if_ierrors++;
- cur_rx->vr_ptr->vr_status =
- VR_RXSTAT_FIRSTFRAG|VR_RXSTAT_LASTFRAG;
+ cur_rx->vr_ptr->vr_status = VR_RXSTAT;
cur_rx->vr_ptr->vr_ctl =
VR_RXCTL_CHAIN | (MCLBYTES - 1);
continue;
OpenPOWER on IntegriCloud