Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Fix an incomplete device_xname change in rev 1.69...
details: https://anonhg.NetBSD.org/src/rev/fe1f9f49e3cf
branches: trunk
changeset: 747384:fe1f9f49e3cf
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Sep 12 19:55:29 2009 +0000
description:
Fix an incomplete device_xname change in rev 1.69. PR kern/41861
diffstat:
sys/dev/ic/mb86960.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 114098077c12 -r fe1f9f49e3cf sys/dev/ic/mb86960.c
--- a/sys/dev/ic/mb86960.c Sat Sep 12 19:39:12 2009 +0000
+++ b/sys/dev/ic/mb86960.c Sat Sep 12 19:55:29 2009 +0000
@@ -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
}
Home |
Main Index |
Thread Index |
Old Index