summaryrefslogtreecommitdiff
path: root/share/man/man4/acpihpet.4
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2006-03-08 17:45:20 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2006-03-08 17:45:20 +0000
commite74ba7070b969ab165b398ae6a82c4efaab962f3 (patch)
treed2a074e7747c3c32fbae408f7cee5d0cf36931dd /share/man/man4/acpihpet.4
parent3c833352c278df1f00abbda85589a8e7fb744033 (diff)
Unbreak docs after marco.
Diffstat (limited to 'share/man/man4/acpihpet.4')
-rw-r--r--share/man/man4/acpihpet.446
1 files changed, 46 insertions, 0 deletions
diff --git a/share/man/man4/acpihpet.4 b/share/man/man4/acpihpet.4
new file mode 100644
index 00000000000..04bcab99e45
--- /dev/null
+++ b/share/man/man4/acpihpet.4
@@ -0,0 +1,46 @@
+.\" $OpenBSD: acpihpet.4,v 1.1 2006/03/08 17:45:19 grange Exp $
+.\"
+.\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org>
+.\"
+.\" 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 January 7, 2006
+.Dt ACPIHPET 4
+.Os
+.Sh NAME
+.Nm acpihpet
+.Nd ACPI High Precision Event Timer
+.Sh SYNOPSIS
+.Cd "acpihpet* at acpi?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the high precision event timer to be used
+as a timecounter for the
+.Xr tc_init 9
+framework.
+.Sh SEE ALSO
+.Xr acpi 4 ,
+.Xr intro 4 ,
+.Xr tc_init 9
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 3.8 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Thorsten Lockert Aq tholo@sigmasoft.com .