xref: /freebsd/share/man/man4/acpi_dock.4 (revision 6c89995002b9c6d1a9c7365483c55c106fc752d5)
1674a743aSChristian Brueffer.\" Copyright (c) 2006 Christian Brueffer
2674a743aSChristian Brueffer.\" All rights reserved.
3674a743aSChristian Brueffer.\"
4674a743aSChristian Brueffer.\" Redistribution and use in source and binary forms, with or without
5674a743aSChristian Brueffer.\" modification, are permitted provided that the following conditions
6674a743aSChristian Brueffer.\" are met:
7674a743aSChristian Brueffer.\" 1. Redistributions of source code must retain the above copyright
8674a743aSChristian Brueffer.\"    notice, this list of conditions and the following disclaimer.
9674a743aSChristian Brueffer.\" 2. Redistributions in binary form must reproduce the above copyright
10674a743aSChristian Brueffer.\"    notice, this list of conditions and the following disclaimer in the
11674a743aSChristian Brueffer.\"    documentation and/or other materials provided with the distribution.
12674a743aSChristian Brueffer.\"
13674a743aSChristian Brueffer.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14674a743aSChristian Brueffer.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15674a743aSChristian Brueffer.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16674a743aSChristian Brueffer.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17674a743aSChristian Brueffer.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18674a743aSChristian Brueffer.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19674a743aSChristian Brueffer.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20674a743aSChristian Brueffer.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21674a743aSChristian Brueffer.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22674a743aSChristian Brueffer.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23674a743aSChristian Brueffer.\" SUCH DAMAGE.
24674a743aSChristian Brueffer.\"
25674a743aSChristian Brueffer.\" $FreeBSD$
26674a743aSChristian Brueffer.\"
27674a743aSChristian Brueffer.Dd May 20, 2006
28ae91966bSRuslan Ermilov.Dt ACPI_DOCK 4
29674a743aSChristian Brueffer.Os
30674a743aSChristian Brueffer.Sh NAME
31674a743aSChristian Brueffer.Nm acpi_dock
32674a743aSChristian Brueffer.Nd "Laptop Docking Station device driver"
33674a743aSChristian Brueffer.Sh SYNOPSIS
34674a743aSChristian BruefferTo compile this driver into the kernel,
35674a743aSChristian Bruefferplace the following lines in your
36674a743aSChristian Bruefferkernel configuration file:
37674a743aSChristian Brueffer.Bd -ragged -offset indent
38674a743aSChristian Brueffer.Cd "device acpi_dock"
39674a743aSChristian Brueffer.Ed
40674a743aSChristian Brueffer.Pp
41674a743aSChristian BruefferAlternatively, to load the driver as a
42674a743aSChristian Brueffermodule at boot time, place the following line in
43674a743aSChristian Brueffer.Xr loader.conf 5 :
44674a743aSChristian Brueffer.Bd -literal -offset indent
45674a743aSChristian Bruefferacpi_dock_load="YES"
46674a743aSChristian Brueffer.Ed
47674a743aSChristian Brueffer.Sh DESCRIPTION
48674a743aSChristian BruefferThe
49674a743aSChristian Brueffer.Nm
50674a743aSChristian Bruefferdriver provides support for laptop docking stations.
51674a743aSChristian Brueffer.Sh SEE ALSO
52674a743aSChristian Brueffer.Xr acpi 4
53674a743aSChristian Brueffer.Sh HISTORY
54674a743aSChristian BruefferThe
55674a743aSChristian Brueffer.Nm
56674a743aSChristian Bruefferdevice driver first appeared in
57674a743aSChristian Brueffer.Fx 7.0 .
58674a743aSChristian Brueffer.Sh AUTHORS
59674a743aSChristian BruefferThe
60674a743aSChristian Brueffer.Nm
61674a743aSChristian Bruefferdevice driver was written by
62*6c899950SBaptiste Daroussin.An Mitsuru IWASAKI Aq Mt iwasaki@FreeBSD.org .
63