Sun Jan 4 20:41:59 2009 UTC ()
fix status translation (two missing P in PPS* bits)


(kardel)
diff -r1.15 -r1.16 src/sys/sys/timex.h

cvs diff -r1.15 -r1.16 src/sys/sys/timex.h (expand / switch to context diff)
--- src/sys/sys/timex.h 2008/12/23 20:52:07 1.15
+++ src/sys/sys/timex.h 2009/01/04 20:41:58 1.16
@@ -1,4 +1,4 @@
-/*	$NetBSD: timex.h,v 1.15 2008/12/23 20:52:07 christos Exp $	*/
+/*	$NetBSD: timex.h,v 1.16 2009/01/04 20:41:58 kardel Exp $	*/
 
 /*-
  ***********************************************************************
@@ -161,13 +161,13 @@
 #define STA_FMT	"\177\020\
 b\0PLL\0\
 b\1PPSFREQ\0\
-b\2PSTIME\0\
+b\2PPSTIME\0\
 b\3FLL\0\
 b\4INS\0\
 b\5DEL\0\
 b\6UNSYNC\0\
 b\7FREQHOLD\0\
-b\x8PSSIGNAL\0\
+b\x8PPSSIGNAL\0\
 b\x9PPSJITTER\0\
 b\xaPPSWANDER\0\
 b\xbPPSERROR\0\