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 Update vcprop_tag_clockrate structure



details:   https://anonhg.NetBSD.org/src/rev/1f5e3c7dd59c
branches:  trunk
changeset: 344126:1f5e3c7dd59c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Mar 14 07:43:00 2016 +0000

description:
Update vcprop_tag_clockrate structure

diffstat:

 sys/arch/evbarm/rpi/vcprop.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6c91d268beac -r 1f5e3c7dd59c sys/arch/evbarm/rpi/vcprop.h
--- a/sys/arch/evbarm/rpi/vcprop.h      Mon Mar 14 07:42:15 2016 +0000
+++ b/sys/arch/evbarm/rpi/vcprop.h      Mon Mar 14 07:43:00 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vcprop.h,v 1.13 2014/09/28 14:38:29 macallan Exp $     */
+/*     $NetBSD: vcprop.h,v 1.14 2016/03/14 07:43:00 skrll Exp $        */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -186,6 +186,7 @@
        struct vcprop_tag tag;
        uint32_t id;
        uint32_t rate;
+       uint32_t noturbo;
 };
 
 #define VCPROP_VOLTAGE_CORE    1



Home | Main Index | Thread Index | Old Index