Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci wm_linkintr_msix() should use WM_DEBUG_LINK inst...



details:   https://anonhg.NetBSD.org/src/rev/a105a53c612e
branches:  trunk
changeset: 811126:a105a53c612e
user:      knakahara <knakahara%NetBSD.org@localhost>
date:      Tue Oct 13 10:26:21 2015 +0000

description:
wm_linkintr_msix() should use WM_DEBUG_LINK instead of WM_DEBUG_TX.

diffstat:

 sys/dev/pci/if_wm.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d2b8f9741169 -r a105a53c612e sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Tue Oct 13 10:21:21 2015 +0000
+++ b/sys/dev/pci/if_wm.c       Tue Oct 13 10:26:21 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.368 2015/10/13 10:21:21 knakahara Exp $    */
+/*     $NetBSD: if_wm.c,v 1.369 2015/10/13 10:26:21 knakahara Exp $    */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -83,7 +83,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.368 2015/10/13 10:21:21 knakahara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.369 2015/10/13 10:26:21 knakahara Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_net_mpsafe.h"
@@ -7516,7 +7516,7 @@
        struct wm_softc *sc = arg;
        uint32_t reg;
 
-       DPRINTF(WM_DEBUG_TX,
+       DPRINTF(WM_DEBUG_LINK,
            ("%s: LINK: got link intr\n", device_xname(sc->sc_dev)));
 
        reg = CSR_READ(sc, WMREG_ICR);



Home | Main Index | Thread Index | Old Index