summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2004-12-27 00:46:41 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2004-12-27 00:46:41 +0000
commit7b94bf8258a545f258e7365c51e84a677c90c487 (patch)
treef4dd045c1cda7fd0cc29c1fdffcbe1bc23b25a84 /sys
parente14d5e2b8f2fbb66f0ef25dd949bb18edcfe6124 (diff)
remove useless debugging leftover
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_vge.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/pci/if_vge.c b/sys/dev/pci/if_vge.c
index 69ee6d831ea..65402bac0f9 100644
--- a/sys/dev/pci/if_vge.c
+++ b/sys/dev/pci/if_vge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_vge.c,v 1.4 2004/12/26 05:58:25 pvalchev Exp $ */
+/* $OpenBSD: if_vge.c,v 1.5 2004/12/27 00:46:40 pvalchev Exp $ */
/* $FreeBSD: if_vge.c,v 1.3 2004/09/11 22:13:25 wpaul Exp $ */
/*
* Copyright (c) 2004
@@ -1014,9 +1014,6 @@ vge_rxeof(struct vge_softc *sc)
* or an intermediate fragment. Either way, we want to
* accumulate the buffers.
*/
- if (rxstat & VGE_RXPKT_MOF || rxstat & VGE_RXPKT_EOF ||
- rxstat & VGE_RXPKT_ONEFRAG)
- printf("vge_rxeof: bizzarre!\n");
if (rxstat & VGE_RXPKT_SOF) {
DPRINTF(("vge_rxeof: SOF\n"));
m->m_len = MCLBYTES;