xref: /dflybsd-src/share/man/man4/smbacpi.4 (revision e3a5d46d5f0403a4a3272574b1384a2623b81e95)
1*e3a5d46dSImre Vadász.\"
2*e3a5d46dSImre Vadász.\" Copyright (c) 2016 The DragonFly Project.  All rights reserved.
3*e3a5d46dSImre Vadász.\"
4*e3a5d46dSImre Vadász.\" Redistribution and use in source and binary forms, with or without
5*e3a5d46dSImre Vadász.\" modification, are permitted provided that the following conditions
6*e3a5d46dSImre Vadász.\" are met:
7*e3a5d46dSImre Vadász.\"
8*e3a5d46dSImre Vadász.\" 1. Redistributions of source code must retain the above copyright
9*e3a5d46dSImre Vadász.\"    notice, this list of conditions and the following disclaimer.
10*e3a5d46dSImre Vadász.\" 2. Redistributions in binary form must reproduce the above copyright
11*e3a5d46dSImre Vadász.\"    notice, this list of conditions and the following disclaimer in
12*e3a5d46dSImre Vadász.\"    the documentation and/or other materials provided with the
13*e3a5d46dSImre Vadász.\"    distribution.
14*e3a5d46dSImre Vadász.\" 3. Neither the name of The DragonFly Project nor the names of its
15*e3a5d46dSImre Vadász.\"    contributors may be used to endorse or promote products derived
16*e3a5d46dSImre Vadász.\"    from this software without specific, prior written permission.
17*e3a5d46dSImre Vadász.\"
18*e3a5d46dSImre Vadász.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19*e3a5d46dSImre Vadász.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20*e3a5d46dSImre Vadász.\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
21*e3a5d46dSImre Vadász.\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
22*e3a5d46dSImre Vadász.\" COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
23*e3a5d46dSImre Vadász.\" INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING,
24*e3a5d46dSImre Vadász.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25*e3a5d46dSImre Vadász.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
26*e3a5d46dSImre Vadász.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27*e3a5d46dSImre Vadász.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
28*e3a5d46dSImre Vadász.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29*e3a5d46dSImre Vadász.\" SUCH DAMAGE.
30*e3a5d46dSImre Vadász.\"
31*e3a5d46dSImre Vadász.Dd June 1, 2016
32*e3a5d46dSImre Vadász.Dt SMBACPI 4
33*e3a5d46dSImre Vadász.Os
34*e3a5d46dSImre Vadász.Sh NAME
35*e3a5d46dSImre Vadász.Nm smbacpi
36*e3a5d46dSImre Vadász.Nd ACPI support for I2cSerialBus Connections
37*e3a5d46dSImre Vadász.Sh SYNOPSIS
38*e3a5d46dSImre VadászTo compile this module into the kernel,
39*e3a5d46dSImre Vadászplace the following lines in your
40*e3a5d46dSImre Vadászkernel configuration file:
41*e3a5d46dSImre Vadász.Bd -ragged -offset indent
42*e3a5d46dSImre Vadász.Cd device acpi
43*e3a5d46dSImre Vadász.Cd device smbus
44*e3a5d46dSImre Vadász.Cd device smbacpi
45*e3a5d46dSImre Vadász.Ed
46*e3a5d46dSImre Vadász.Pp
47*e3a5d46dSImre VadászAlternatively, to load the module at boot time,
48*e3a5d46dSImre Vadászplace the following line in
49*e3a5d46dSImre Vadász.Xr loader.conf 5 :
50*e3a5d46dSImre Vadász.Bd -literal -offset indent
51*e3a5d46dSImre Vadászsmbacpi_load="YES"
52*e3a5d46dSImre Vadász.Ed
53*e3a5d46dSImre Vadász.Sh DESCRIPTION
54*e3a5d46dSImre VadászThe
55*e3a5d46dSImre Vadász.Nm
56*e3a5d46dSImre Vadászmodule provides ACPI support for accesses to I2cSerialBus Connections
57*e3a5d46dSImre Vadászspecified in ACPI-5.0 GenericSerialBus Operation Regions.
58*e3a5d46dSImre Vadász.Sh SEE ALSO
59*e3a5d46dSImre Vadász.Xr acpi 4 ,
60*e3a5d46dSImre Vadász.Xr gpio_acpi 4 ,
61*e3a5d46dSImre Vadász.Xr ichiic 4 ,
62*e3a5d46dSImre Vadász.Xr smbus 4
63*e3a5d46dSImre Vadász.Sh AUTHORS
64*e3a5d46dSImre Vadász.An Imre Vadasz
65