Module Name: src
Committed By: knakahara
Date: Tue Oct 13 10:26:21 UTC 2015
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
wm_linkintr_msix() should use WM_DEBUG_LINK instead of WM_DEBUG_TX.
To generate a diff of this commit:
cvs rdiff -u -r1.368 -r1.369 src/sys/dev/pci/if_wm.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_wm.c
diff -u src/sys/dev/pci/if_wm.c:1.368 src/sys/dev/pci/if_wm.c:1.369
--- src/sys/dev/pci/if_wm.c:1.368 Tue Oct 13 10:21:21 2015
+++ src/sys/dev/pci/if_wm.c Tue Oct 13 10:26:21 2015
@@ -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 @@ wm_linkintr_msix(void *arg)
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);