Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/mii s/__diagused/__debugused/ for KDASSERT
details: https://anonhg.NetBSD.org/src/rev/fde3108128c3
branches: trunk
changeset: 332518:fde3108128c3
user: ryo <ryo%NetBSD.org@localhost>
date: Fri Sep 26 08:05:00 2014 +0000
description:
s/__diagused/__debugused/ for KDASSERT
diffstat:
sys/dev/mii/micphy.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 82e7dd14541d -r fde3108128c3 sys/dev/mii/micphy.c
--- a/sys/dev/mii/micphy.c Fri Sep 26 05:34:15 2014 +0000
+++ b/sys/dev/mii/micphy.c Fri Sep 26 08:05:00 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: micphy.c,v 1.2 2014/09/10 22:46:34 ryo Exp $ */
+/* $NetBSD: micphy.c,v 1.3 2014/09/26 08:05:00 ryo Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: micphy.c,v 1.2 2014/09/10 22:46:34 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: micphy.c,v 1.3 2014/09/26 08:05:00 ryo Exp $");
#include "opt_mii.h"
@@ -219,7 +219,7 @@
static void micphy_writexreg(struct mii_softc *sc, uint32_t reg, uint32_t wval)
{
- int rval __diagused;
+ int rval __debugused;
PHY_WRITE(sc, XREG_CONTROL, XREG_CTL_SEL_WRITE | reg);
PHY_WRITE(sc, XREG_WRITE, wval);
Home |
Main Index |
Thread Index |
Old Index