From 6c9183a0b33d821b1c84f8f014aaa17e791968b3 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 19 Nov 2004 17:31:31 +0000 Subject: Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456]. --- tools/test/ppsapi/Makefile | 2 +- tools/test/ppsapi/README | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/test') diff --git a/tools/test/ppsapi/Makefile b/tools/test/ppsapi/Makefile index 99d29f5..bf46cc6 100644 --- a/tools/test/ppsapi/Makefile +++ b/tools/test/ppsapi/Makefile @@ -8,4 +8,4 @@ WARNS?= 5 .include test: ${PROG} - ./${PROG} /dev/cuaa0 + ./${PROG} /dev/cuad0 diff --git a/tools/test/ppsapi/README b/tools/test/ppsapi/README index 1460a5f..ad8dacf 100644 --- a/tools/test/ppsapi/README +++ b/tools/test/ppsapi/README @@ -16,7 +16,7 @@ Options: The output looks like: -# ./ppsapitest -C /dev/cuaa4 +# ./ppsapitest -C /dev/cuad4 1070915603 .703680117 119 1070915940 .902275676 121 1070915941 .703657317 120 1070915941 .902327516 122 1070915942 .703657077 121 1070915942 .902367957 123 @@ -36,7 +36,7 @@ Columns: (If the -C option had not been specified, twice as many lines would be output: -# ./ppsapitest /dev/cuaa4 +# ./ppsapitest /dev/cuad4 1070916432 .703624557 125 1070915945 .902527078 126 1070916432 .703624557 125 1070916432 .902303156 127 1070916433 .703624557 126 1070916432 .902303156 127 -- cgit v1.1