xref: /freebsd/share/man/man4/acpi_ged.4 (revision 5e6bef460d9dc3a1ef567f9602b04a252b554b67)
1a9880bfeSTakanori Watanabe.\" Copyright (c) 2022 Takanori Watanabe
2a9880bfeSTakanori Watanabe.\"
3a9880bfeSTakanori Watanabe.\" Redistribution and use in source and binary forms, with or without
4a9880bfeSTakanori Watanabe.\" modification, are permitted provided that the following conditions
5a9880bfeSTakanori Watanabe.\" are met:
6a9880bfeSTakanori Watanabe.\" 1. Redistributions of source code must retain the above copyright
7a9880bfeSTakanori Watanabe.\"    notice, this list of conditions and the following disclaimer.
8a9880bfeSTakanori Watanabe.\" 2. Redistributions in binary form must reproduce the above copyright
9a9880bfeSTakanori Watanabe.\"    notice, this list of conditions and the following disclaimer in the
10a9880bfeSTakanori Watanabe.\"    documentation and/or other materials provided with the distribution.
11a9880bfeSTakanori Watanabe.\"
12a9880bfeSTakanori Watanabe.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
13a9880bfeSTakanori Watanabe.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
14a9880bfeSTakanori Watanabe.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
15a9880bfeSTakanori Watanabe.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
16a9880bfeSTakanori Watanabe.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
17a9880bfeSTakanori Watanabe.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
18a9880bfeSTakanori Watanabe.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
19a9880bfeSTakanori Watanabe.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
20a9880bfeSTakanori Watanabe.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
21a9880bfeSTakanori Watanabe.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
22a9880bfeSTakanori Watanabe.\" SUCH DAMAGE.
23a9880bfeSTakanori Watanabe.\"
24a9880bfeSTakanori Watanabe.Dd October 18, 2022
25a9880bfeSTakanori Watanabe.Dt ACPI_GED 4
26a9880bfeSTakanori Watanabe.Os
27a9880bfeSTakanori Watanabe.Sh NAME
28a9880bfeSTakanori Watanabe.Nm acpi_ged
29a9880bfeSTakanori Watanabe.Nd "ACPI Generic Event Device"
30a9880bfeSTakanori Watanabe.Sh SYNOPSIS
31a9880bfeSTakanori WatanabeTo compile this driver into the kernel,
32a9880bfeSTakanori Watanabeplace the following line in your
33a9880bfeSTakanori Watanabekernel configuration file:
34a9880bfeSTakanori Watanabe.Bd -ragged -offset indent
35a9880bfeSTakanori Watanabe.Cd "device acpi_ged"
36a9880bfeSTakanori Watanabe.Ed
37a9880bfeSTakanori Watanabe.Pp
38a9880bfeSTakanori WatanabeAlternatively, to load the driver as a
39a9880bfeSTakanori Watanabemodule at boot time, place the following line in
40a9880bfeSTakanori Watanabe.Xr loader.conf 5 :
41a9880bfeSTakanori Watanabe.Bd -literal -offset indent
42a9880bfeSTakanori Watanabeacpi_ged_load="YES"
43a9880bfeSTakanori Watanabe.Ed
44a9880bfeSTakanori Watanabe.Sh DESCRIPTION
45a9880bfeSTakanori WatanabeThe
46a9880bfeSTakanori Watanabe.Nm
47a9880bfeSTakanori Watanabedriver provides support for generic events interface.
48a9880bfeSTakanori WatanabeThis handles interrupts and evaluates the specific ACPI method.
49a9880bfeSTakanori WatanabeThis may generate optionally ACPI notify for another device.
50a9880bfeSTakanori Watanabe.Sh SEE ALSO
51a9880bfeSTakanori Watanabe.Xr acpi 4
52a9880bfeSTakanori Watanabe.Sh HISTORY
53a9880bfeSTakanori WatanabeThe
54a9880bfeSTakanori Watanabe.Nm
55a9880bfeSTakanori Watanabedevice driver first appeared in
56*5e6bef46STom Hukins.Fx 13.3 .
57a9880bfeSTakanori Watanabe.Sh AUTHORS
58a9880bfeSTakanori Watanabe.An -nosplit
59a9880bfeSTakanori WatanabeThe
60a9880bfeSTakanori Watanabe.Nm
61a9880bfeSTakanori Watanabedriver was written by
62a9880bfeSTakanori Watanabe.An Takanori Watanabe Aq Mt takawata@FreeBSD.org
63