From 7b94bf8258a545f258e7365c51e84a677c90c487 Mon Sep 17 00:00:00 2001 From: Peter Valchev Date: Mon, 27 Dec 2004 00:46:41 +0000 Subject: remove useless debugging leftover --- sys/dev/pci/if_vge.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys') 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; -- cgit v1.2.3