xref: /freebsd-src/share/man/man4/acpi_dock.4 (revision fa9896e082a1046ff4fbc75fcba4d18d1f2efc19)
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.Dd May 20, 2006
26ae91966bSRuslan Ermilov.Dt ACPI_DOCK 4
27674a743aSChristian Brueffer.Os
28674a743aSChristian Brueffer.Sh NAME
29674a743aSChristian Brueffer.Nm acpi_dock
30674a743aSChristian Brueffer.Nd "Laptop Docking Station device driver"
31674a743aSChristian Brueffer.Sh SYNOPSIS
32674a743aSChristian BruefferTo compile this driver into the kernel,
33674a743aSChristian Bruefferplace the following lines in your
34674a743aSChristian Bruefferkernel configuration file:
35674a743aSChristian Brueffer.Bd -ragged -offset indent
36674a743aSChristian Brueffer.Cd "device acpi_dock"
37674a743aSChristian Brueffer.Ed
38674a743aSChristian Brueffer.Pp
39674a743aSChristian BruefferAlternatively, to load the driver as a
40674a743aSChristian Brueffermodule at boot time, place the following line in
41674a743aSChristian Brueffer.Xr loader.conf 5 :
42674a743aSChristian Brueffer.Bd -literal -offset indent
43674a743aSChristian Bruefferacpi_dock_load="YES"
44674a743aSChristian Brueffer.Ed
45674a743aSChristian Brueffer.Sh DESCRIPTION
46674a743aSChristian BruefferThe
47674a743aSChristian Brueffer.Nm
48674a743aSChristian Bruefferdriver provides support for laptop docking stations.
49674a743aSChristian Brueffer.Sh SEE ALSO
50674a743aSChristian Brueffer.Xr acpi 4
51674a743aSChristian Brueffer.Sh HISTORY
52674a743aSChristian BruefferThe
53674a743aSChristian Brueffer.Nm
54674a743aSChristian Bruefferdevice driver first appeared in
55674a743aSChristian Brueffer.Fx 7.0 .
56674a743aSChristian Brueffer.Sh AUTHORS
57674a743aSChristian BruefferThe
58674a743aSChristian Brueffer.Nm
59674a743aSChristian Bruefferdevice driver was written by
60*6c899950SBaptiste Daroussin.An Mitsuru IWASAKI Aq Mt iwasaki@FreeBSD.org .
61