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/8a1bf7adcd2c
branches: trunk
changeset: 350320:8a1bf7adcd2c
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Tue Jan 10 08:57:39 2017 +0000
description:
remove debug printf().
diffstat:
sys/dev/pci/if_wm.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 7a7d499f6b88 -r 8a1bf7adcd2c sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c Tue Jan 10 08:56:02 2017 +0000
+++ b/sys/dev/pci/if_wm.c Tue Jan 10 08:57:39 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wm.c,v 1.464 2017/01/10 08:56:02 msaitoh Exp $ */
+/* $NetBSD: if_wm.c,v 1.465 2017/01/10 08:57:39 msaitoh Exp $ */
/*
* Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -84,7 +84,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.464 2017/01/10 08:56:02 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.465 2017/01/10 08:57:39 msaitoh Exp $");
#ifdef _KERNEL_OPT
#include "opt_net_mpsafe.h"
@@ -3738,7 +3738,6 @@
reg = CSR_READ(sc, WMREG_RFCTL);
reg |= WMREG_RFCTL_IPV6EXDIS;
CSR_WRITE(sc, WMREG_RFCTL, reg);
- printf("XXX RFCTL=%08x\n", CSR_READ(sc, WMREG_RFCTL));
}
}
Home |
Main Index |
Thread Index |
Old Index