diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2006-10-29 12:18:46 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2006-10-29 12:18:46 +0000 |
commit | 1414ac9389f8e30734dd523671e86feaf46e6a57 (patch) | |
tree | 31ce8131e158425057ec95d0d5246c7462cabbc4 /share | |
parent | bd0c4759fecd753a639ca6d94f62b4f8748cea74 (diff) |
Add acpibtn based on initial submission from Dmitri Alenitchev and
boiled down a bit by me after discussion with jmc.
ok jmc
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/acpi.4 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4 index abd59fa3bac..67898dd2fe2 100644 --- a/share/man/man4/acpi.4 +++ b/share/man/man4/acpi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acpi.4,v 1.14 2006/10/13 07:19:28 jmc Exp $ +.\" $OpenBSD: acpi.4,v 1.15 2006/10/29 12:18:45 mk Exp $ .\" .\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -21,6 +21,7 @@ .Nm acpi , .Nm acpiac , .Nm acpibat , +.Nm acpibtn , .Nm acpiec , .Nm acpihpet , .Nm acpitimer , @@ -30,6 +31,7 @@ .Cd "acpi0 at mainbus?" .Cd "acpiac* at acpi?" .Cd "acpibat* at acpi?" +.Cd "acpibtn* at acpi?" .Cd "acpiec* at acpi?" .Cd "acpihpet* at acpi?" .Cd "acpitimer* at acpi?" @@ -64,6 +66,12 @@ if the implementation supports it, via an event. .Pp The +.Nm acpibtn +driver is used to power down the system safely when the user presses +an ACPI power button +.Pq usually the main system power button . +.Pp +The .Nm acpiec driver supports ACPI Embedded Controllers. It provides embedded controller access for other ACPI devices. @@ -154,9 +162,10 @@ and .An Jordan Hargrave Aq jordan@openbsd.org . .Pp The -.Nm acpiac +.Nm acpiac , +.Nm acpibat , and -.Nm acpibat +.Nm acpibtn drivers were written by .An Marco Peereboom Aq marco@openbsd.org . .Pp |