Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Remove debug printf().
details: https://anonhg.NetBSD.org/src/rev/cab6de9ee37c
branches: trunk
changeset: 338420:cab6de9ee37c
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sat May 23 13:44:40 2015 +0000
description:
Remove debug printf().
diffstat:
sys/dev/pci/if_bge.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r d09feea99fe3 -r cab6de9ee37c sys/dev/pci/if_bge.c
--- a/sys/dev/pci/if_bge.c Sat May 23 11:48:31 2015 +0000
+++ b/sys/dev/pci/if_bge.c Sat May 23 13:44:40 2015 +0000
@@ -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 @@
if (sc->bge_flags & BGEF_TAGGED_STATUS) {
if (sc->bge_lasttag == statustag &&
(~pcistate & intrmask)) {
- printf("[SP]");
return (0);
}
sc->bge_lasttag = statustag;
Home |
Main Index |
Thread Index |
Old Index