Subject: CVS commit: src/sys/arch/i386
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 07/10/2004 18:51:01
Module Name:	src
Committed By:	cube
Date:		Sat Jul 10 18:51:01 UTC 2004

Modified Files:
	src/sys/arch/i386/conf: GENERIC files.i386
	src/sys/arch/i386/i386: est.c

Log Message:
Add an option to allow any user to write to machdep.est.frequency.target,
which is very handy on a laptop to control EST through another program that
you don't necessarily want to run as root (in my case, gkrellm).

The option's name is EST_FREQ_USERWRITE, and is disabled by default.


To generate a diff of this commit:
cvs rdiff -r1.620 -r1.621 src/sys/arch/i386/conf/GENERIC
cvs rdiff -r1.258 -r1.259 src/sys/arch/i386/conf/files.i386
cvs rdiff -r1.3 -r1.4 src/sys/arch/i386/i386/est.c

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