Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].
This commit is contained in:
parent
671e1584d6
commit
21fc3b7b6a
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Example for /etc/ppp/options file.
|
||||
#
|
||||
/dev/cuaa4
|
||||
/dev/cuad4
|
||||
115200
|
||||
modem
|
||||
crtscts
|
||||
|
@ -8,4 +8,4 @@ WARNS?= 5
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
test: ${PROG}
|
||||
./${PROG} /dev/cuaa0
|
||||
./${PROG} /dev/cuad0
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user