aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/ucom.4
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2015-03-18 14:49:16 +0000
committerIan Lepore <ian@FreeBSD.org>2015-03-18 14:49:16 +0000
commit5994d9f10c7dad10d583b032659486735b5a4c13 (patch)
tree9465b1231183be74b5a95a4d9def1f716dabed47 /share/man/man4/ucom.4
parente1f65999b6099f392b079fc4a695bcf2ef378f73 (diff)
downloadsrc-5994d9f10c7dad10d583b032659486735b5a4c13.tar.gz
src-5994d9f10c7dad10d583b032659486735b5a4c13.zip
Update ucom(4) with information about the new PPS capture abilities.
Differential Revision: https://reviews.freebsd.org/D2049
Notes
Notes: svn path=/head/; revision=280221
Diffstat (limited to 'share/man/man4/ucom.4')
-rw-r--r--share/man/man4/ucom.431
1 files changed, 27 insertions, 4 deletions
diff --git a/share/man/man4/ucom.4 b/share/man/man4/ucom.4
index a13d4d939b25..db672064f113 100644
--- a/share/man/man4/ucom.4
+++ b/share/man/man4/ucom.4
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 3, 2014
+.Dd March 11, 2015
.Dt UCOM 4
.Os
.Sh NAME
@@ -63,11 +63,34 @@ This means that normal programs such as
or
.Xr ppp 8
can be used to access the device.
+.Sh Pulse Per Second (PPS) Timing Interface
+The
+.Nm
+driver can capture PPS timing information as defined in RFC 2783.
+The API, accessed via
+.Xr ioctl 8 ,
+is available on the tty device.
+To use the PPS capture feature with
+.Xr ntpd 8 ,
+symlink the tty device to
+.Va /dev/pps0.
.Pp
The
-.Va portno
-locater can be used to decide which port to use for devices that have
-multiple external ports.
+.Va hw.usb.ucom.pps_mode
+sysctl configures the PPS capture mode.
+It can be set in
+.Xr loader.conf 5
+or
+.Xr sysctl.conf 5 .
+The following capture modes are available:
+.Bl -tag -compact -offset "mmmm" -width "mmmm"
+.It 0
+Capture disabled (default).
+.It 1
+Capture pulses on the CTS line.
+.It 2
+Capture pulses on the DCD line.
+.El
.Sh FILES
.Bl -tag -width ".Pa /dev/cuaU?"
.It Pa /dev/cuaU?