Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/rpi fwrev is a timestamp, print in decimal.



details:   https://anonhg.NetBSD.org/src/rev/c4f6ee49fb08
branches:  trunk
changeset: 802882:c4f6ee49fb08
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Tue Oct 07 08:37:18 2014 +0000

description:
fwrev is a timestamp, print in decimal.

diffstat:

 sys/arch/evbarm/rpi/rpi_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7de7db4d9929 -r c4f6ee49fb08 sys/arch/evbarm/rpi/rpi_machdep.c
--- a/sys/arch/evbarm/rpi/rpi_machdep.c Tue Oct 07 08:30:05 2014 +0000
+++ b/sys/arch/evbarm/rpi/rpi_machdep.c Tue Oct 07 08:37:18 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rpi_machdep.c,v 1.54 2014/10/04 13:05:57 macallan Exp $        */
+/*     $NetBSD: rpi_machdep.c,v 1.55 2014/10/07 08:37:18 mlelstv Exp $ */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rpi_machdep.c,v 1.54 2014/10/04 13:05:57 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rpi_machdep.c,v 1.55 2014/10/07 08:37:18 mlelstv Exp $");
 
 #include "opt_evbarm_boardtype.h"
 #include "opt_ddb.h"
@@ -1082,7 +1082,7 @@
            NULL, 0, NULL, 0, CTL_MACHDEP, CTL_EOL);
 
        sysctl_createv(clog, 0, NULL, NULL,
-           CTLFLAG_PERMANENT|CTLFLAG_READONLY|CTLFLAG_HEX,
+           CTLFLAG_PERMANENT|CTLFLAG_READONLY,
            CTLTYPE_INT, "firmware_revision", NULL, NULL, 0,
            &vb.vbt_fwrev.rev, 0, CTL_MACHDEP, CTL_CREATE, CTL_EOL);
 



Home | Main Index | Thread Index | Old Index