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 which was added in rev. 1.437.
details: https://anonhg.NetBSD.org/src/rev/e8af20325508
branches: trunk
changeset: 348801:e8af20325508
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Tue Nov 08 09:38:36 2016 +0000
description:
Remove debug printf which was added in rev. 1.437.
diffstat:
sys/dev/pci/if_wm.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r 1475f9a15800 -r e8af20325508 sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c Tue Nov 08 08:54:30 2016 +0000
+++ b/sys/dev/pci/if_wm.c Tue Nov 08 09:38:36 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wm.c,v 1.439 2016/11/08 08:54:30 msaitoh Exp $ */
+/* $NetBSD: if_wm.c,v 1.440 2016/11/08 09:38:36 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.439 2016/11/08 08:54:30 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.440 2016/11/08 09:38:36 msaitoh Exp $");
#ifdef _KERNEL_OPT
#include "opt_net_mpsafe.h"
@@ -8373,9 +8373,6 @@
sc->sc_phytype = WMPHY_IGP_3;
ifmedia_set(&mii->mii_media, IFM_ETHER | IFM_AUTO);
-
- printf("XXX OUI = %08x, model = %04x, rev = %04x\n",
- child->mii_mpd_oui, child->mii_mpd_model, child->mii_mpd_rev);
}
}
Home |
Main Index |
Thread Index |
Old Index