Module Name: src
Committed By: msaitoh
Date: Sat May 23 13:44:40 UTC 2015
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
Remove debug printf().
To generate a diff of this commit:
cvs rdiff -u -r1.290 -r1.291 src/sys/dev/pci/if_bge.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/if_bge.c
diff -u src/sys/dev/pci/if_bge.c:1.290 src/sys/dev/pci/if_bge.c:1.291
--- src/sys/dev/pci/if_bge.c:1.290 Mon May 18 01:06:35 2015
+++ src/sys/dev/pci/if_bge.c Sat May 23 13:44:40 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: if_bge.c,v 1.290 2015/05/18 01:06:35 msaitoh Exp $ */
+/* $NetBSD: if_bge.c,v 1.291 2015/05/23 13:44:40 msaitoh Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@@ -79,7 +79,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.290 2015/05/18 01:06:35 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.291 2015/05/23 13:44:40 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -4745,7 +4745,6 @@ bge_intr(void *xsc)
if (sc->bge_flags & BGEF_TAGGED_STATUS) {
if (sc->bge_lasttag == statustag &&
(~pcistate & intrmask)) {
- printf("[SP]");
return (0);
}
sc->bge_lasttag = statustag;