Deleted Added
full compact
acpi_wmi.4 (227823) acpi_wmi.4 (233648)
1.\" Copyright (c) 2009 Michael Gmelin
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2009 Michael Gmelin
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man4/acpi_wmi.4 227823 2011-11-22 16:44:50Z jh $
25.\" $FreeBSD: head/share/man/man4/acpi_wmi.4 233648 2012-03-29 05:02:12Z eadler $
26.\"
27.Dd November 22, 2011
28.Dt ACPI_WMI 4
29.Os
30.Sh NAME
31.Nm acpi_wmi
32.Nd "ACPI to WMI mapping driver"
33.Sh SYNOPSIS

--- 8 unchanged lines hidden (view full) ---

42module at boot time, place the following line in
43.Xr loader.conf 5 :
44.Bd -literal -offset indent
45acpi_wmi_load="YES"
46.Ed
47.Sh DESCRIPTION
48The
49.Nm
26.\"
27.Dd November 22, 2011
28.Dt ACPI_WMI 4
29.Os
30.Sh NAME
31.Nm acpi_wmi
32.Nd "ACPI to WMI mapping driver"
33.Sh SYNOPSIS

--- 8 unchanged lines hidden (view full) ---

42module at boot time, place the following line in
43.Xr loader.conf 5 :
44.Bd -literal -offset indent
45acpi_wmi_load="YES"
46.Ed
47.Sh DESCRIPTION
48The
49.Nm
50driver provides an interface for vendor specific WMI implementations
50driver provides an interface for vendor specific WMI implementations
51(e.g. HP and Acer laptops).
52It creates /dev/wmistat%d, which can be read to get
53information about GUIDs found in the system.
54.Sh FILES
55.Bl -tag -width /dev/wmistat%d -compact
56.It Pa /dev/wmistat%d
57WMI status device.
58.El

--- 38 unchanged lines hidden ---
51(e.g. HP and Acer laptops).
52It creates /dev/wmistat%d, which can be read to get
53information about GUIDs found in the system.
54.Sh FILES
55.Bl -tag -width /dev/wmistat%d -compact
56.It Pa /dev/wmistat%d
57WMI status device.
58.El

--- 38 unchanged lines hidden ---