Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 01/23/2004 05:01:19
Module Name:	src
Committed By:	simonb
Date:		Fri Jan 23 05:01:19 UTC 2004

Modified Files:
	src/sys/dev/ic: com.c z8530tty.c
	src/sys/kern: kern_clock.c
	src/sys/sys: systm.h timepps.h

Log Message:
Fix NTP PPSAPI support (enabled with "options PPS_SYNC"):

From PR kern/13702 from Charles Carvalho.  Tested on alpha and
i386 with a Laipac TF10 PPS-capable GPS.  The com.c change was
copied wholesale from Charles' z8530tty.c patch.


To generate a diff of this commit:
cvs rdiff -r1.223 -r1.224 src/sys/dev/ic/com.c
cvs rdiff -r1.93 -r1.94 src/sys/dev/ic/z8530tty.c
cvs rdiff -r1.88 -r1.89 src/sys/kern/kern_clock.c
cvs rdiff -r1.169 -r1.170 src/sys/sys/systm.h
cvs rdiff -r1.5 -r1.6 src/sys/sys/timepps.h

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