Module Name:    src
Committed By:   skrll
Date:           Mon Mar 14 07:43:00 UTC 2016

Modified Files:
        src/sys/arch/evbarm/rpi: vcprop.h

Log Message:
Update vcprop_tag_clockrate structure


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/rpi/vcprop.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/rpi/vcprop.h
diff -u src/sys/arch/evbarm/rpi/vcprop.h:1.13 src/sys/arch/evbarm/rpi/vcprop.h:1.14
--- src/sys/arch/evbarm/rpi/vcprop.h:1.13	Sun Sep 28 14:38:29 2014
+++ src/sys/arch/evbarm/rpi/vcprop.h	Mon Mar 14 07:43:00 2016
@@ -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_clockrate {
 	struct vcprop_tag tag;
 	uint32_t id;
 	uint32_t rate;
+	uint32_t noturbo;
 };
 
 #define VCPROP_VOLTAGE_CORE	1

Reply via email to