Module Name: src
Committed By: tsutsui
Date: Sat Sep 12 19:55:29 UTC 2009
Modified Files:
src/sys/dev/ic: mb86960.c
Log Message:
Fix an incomplete device_xname change in rev 1.69. PR kern/41861
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/dev/ic/mb86960.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/ic/mb86960.c
diff -u src/sys/dev/ic/mb86960.c:1.73 src/sys/dev/ic/mb86960.c:1.74
--- src/sys/dev/ic/mb86960.c:1.73 Tue May 12 14:25:17 2009
+++ src/sys/dev/ic/mb86960.c Sat Sep 12 19:55:29 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: mb86960.c,v 1.73 2009/05/12 14:25:17 cegger Exp $ */
+/* $NetBSD: mb86960.c,v 1.74 2009/09/12 19:55:29 tsutsui Exp $ */
/*
* All Rights Reserved, Copyright (C) Fujitsu Limited 1995
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mb86960.c,v 1.73 2009/05/12 14:25:17 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mb86960.c,v 1.74 2009/09/12 19:55:29 tsutsui Exp $");
/*
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
@@ -417,7 +417,7 @@
(*sc->stop_card)(sc);
#if FE_DEBUG >= 3
- log(LOG_INFO, "%s: end of mb86960_stop()\n", sc->sc_dev));
+ log(LOG_INFO, "%s: end of mb86960_stop()\n", device_xname(sc->sc_dev));
mb86960_dump(LOG_INFO, sc);
#endif
}