summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2019-01-11 08:25:35 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2019-01-11 08:25:35 +0000
commitf5d617d57d948c668c261b1bf775e640bb47f751 (patch)
tree87399ebe95e6272a4b018c34141e021a012d767b
parent873c4009e98a34db2aa0d63026a3465b92753ab9 (diff)
Add manpage for abcrtc(4)
Requested by kettenis@
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/abcrtc.445
2 files changed, 47 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index d204dd889c9..e0970a82c46 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.698 2018/12/20 23:00:55 dlg Exp $
+# $OpenBSD: Makefile,v 1.699 2019/01/11 08:25:34 patrick Exp $
-MAN= aac.4 ac97.4 acphy.4 acrtc.4 \
+MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \
acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \
acpibtn.4 acpicbkbd.4 acpicpu.4 acpidock.4 acpihve.4 \
acpiec.4 acpihpet.4 acpimadt.4 acpimcfg.4 acpiprt.4 acpipwrres.4 \
diff --git a/share/man/man4/abcrtc.4 b/share/man/man4/abcrtc.4
new file mode 100644
index 00000000000..f24ef75e1c9
--- /dev/null
+++ b/share/man/man4/abcrtc.4
@@ -0,0 +1,45 @@
+.\" $OpenBSD: abcrtc.4,v 1.1 2019/01/11 08:25:34 patrick Exp $
+.\"
+.\" Copyright (c) 2006 Theo de Raadt <deraadt@openbsd.org>
+.\" Copyright (c) 2018 Mark Kettenis <ketttenis@openbsd.org>
+.\" Copyright (c) 2018 Patrick Wildt <patrick@blueri.se>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: January 11 2019 $
+.Dt ABCRTC 4
+.Os
+.Sh NAME
+.Nm abcrtc
+.Nd Abracon AB1805 Real Time Clock
+.Sh SYNOPSIS
+.Cd "abcrtc* at iic? addr 0x69"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Abracon AB1805 Real Time Clock chip
+and similar variants.
+.Sh SEE ALSO
+.Xr iic 4 ,
+.Xr intro 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 6.5 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Patrick Wildt Aq Mt patrick@blueri.se .