summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMichael Knudsen <mk@cvs.openbsd.org>2006-10-02 19:40:22 +0000
committerMichael Knudsen <mk@cvs.openbsd.org>2006-10-02 19:40:22 +0000
commitb2384672db5bdeb556ce6d6d440ec999610db2bd (patch)
tree7e0faae9ae672935dca0fbda847f4103a0069de4 /share
parent1e199e56887497bde4288c52806d70a426452b31 (diff)
Remove old ACPI pages.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/acpibat.455
-rw-r--r--share/man/man4/acpihpet.446
-rw-r--r--share/man/man4/acpitimer.446
3 files changed, 0 insertions, 147 deletions
diff --git a/share/man/man4/acpibat.4 b/share/man/man4/acpibat.4
deleted file mode 100644
index 6be8329f323..00000000000
--- a/share/man/man4/acpibat.4
+++ /dev/null
@@ -1,55 +0,0 @@
-.\" $OpenBSD: acpibat.4,v 1.2 2006/09/20 08:07:34 jmc Exp $
-.\"
-.\" Copyright (c) 2006 Dmitri Alenitchev <dmitri@wave.net.ru>
-.\"
-.\" 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 August 29, 2006
-.Dt ACPIBAT 4
-.Os
-.Sh NAME
-.Nm acpibat
-.Nd ACPI Control Method Battery
-.Sh SYNOPSIS
-.Cd "acpibat* at acpi?"
-.Sh DESCRIPTION
-The
-.Nm
-driver supports the ACPI Control Method Battery interface between the
-battery and the host.
-Information about the battery, such as capacity, recharge rate, voltage,
-and serial number, is available through this driver.
-Battery status is updated every 10 seconds and can be monitored using
-.Xr sysctl 8
-or
-.Xr sensorsd 8 .
-.Sh SEE ALSO
-.Xr acpi 4 ,
-.Xr intro 4 ,
-.Xr sensorsd 8 ,
-.Xr sysctl 8
-.Sh HISTORY
-The
-.Nm
-driver first appeared in
-.Ox 3.8 .
-.Sh AUTHORS
-.An -nosplit
-The
-.Nm
-driver was written by
-.An Marco Peereboom Aq marco@openbsd.org .
-.Sh BUGS
-Some systems do not propagate battery insertion up to the driver.
-.Pp
-Smart Battery Specification-based batteries are not supported.
diff --git a/share/man/man4/acpihpet.4 b/share/man/man4/acpihpet.4
deleted file mode 100644
index 04bcab99e45..00000000000
--- a/share/man/man4/acpihpet.4
+++ /dev/null
@@ -1,46 +0,0 @@
-.\" $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 .
diff --git a/share/man/man4/acpitimer.4 b/share/man/man4/acpitimer.4
deleted file mode 100644
index afb67c02f45..00000000000
--- a/share/man/man4/acpitimer.4
+++ /dev/null
@@ -1,46 +0,0 @@
-.\" $OpenBSD: acpitimer.4,v 1.2 2006/01/07 15:21:39 jmc 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 ACPITIMER 4
-.Os
-.Sh NAME
-.Nm acpitimer
-.Nd ACPI power management timer
-.Sh SYNOPSIS
-.Cd "acpitimer* at acpi?"
-.Sh DESCRIPTION
-The
-.Nm
-driver allows access to a power management timer through the ACPI.
-The timer is 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 .