Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 01/03/2008 04:42:13
Module Name:	src
Committed By:	dyoung
Date:		Thu Jan  3 04:42:13 UTC 2008

Modified Files:
	src/sys/kern: kern_tc.c
	src/sys/sys: timetc.h

Log Message:
Add tc_detach() for detaching a timecounter.  It is good enough to
detach the AMD Geode SC1100 27 MHz clock, geodecntr(4), but there
may be synchronization problems on MP machines.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/kern/kern_tc.c
cvs rdiff -r1.3 -r1.4 src/sys/sys/timetc.h

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