Initial import from FreeBSD RELENG_4:
[dragonfly.git] / share / man / man4 / man4.i386 / amdpm.4
1 .\" Copyright (c) 2001 Murray Stokely
2 .\" Copyright (c) 1999 Takanori Watanabe
3 .\" All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in the
12 .\"    documentation and/or other materials provided with the distribution.
13 .\"
14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 .\" SUCH DAMAGE.
25 .\"
26 .\" $FreeBSD: src/share/man/man4/man4.i386/amdpm.4,v 1.1.2.3 2002/03/12 12:28:48 murray Exp $
27 .\"
28 .Dd September 16, 2001
29 .Dt AMDPM 4 i386
30 .Os
31 .Sh NAME
32 .Nm amdpm
33 .Nd AMD 756 Power Management controller driver
34 .Sh SYNOPSIS
35 .Cd device smbus
36 .Cd device smb
37 .Cd device amdpm
38 .Sh DESCRIPTION
39 This driver provides access to the
40 .Tn AMD 756 Power management controller .
41 Currently, only smbus controller function is implemented.
42 .Pp
43 The embedded SMBus controller of the AMD 756 chipset may give you access
44 to the monitoring facilities of your mainboard.
45 See
46 .Xr smb 4
47 for writing user code to fetch voltages, temperature and so on from the
48 monitoring chip of your mainboard.
49 .Sh SEE ALSO
50 .Xr smb 4 ,
51 .Xr smbus 4
52 .Sh HISTORY
53 The
54 .Nm
55 driver first appeared in
56 .Fx 4.5 .
57 .Sh AUTHORS
58 This driver was written by Matthew C. Forman.
59 Based heavily on the
60 .Nm alpm
61 driver by
62 .An Nicolas Souchu .
63 This manual page was written by
64 .An Murray Stokely Aq murray@FreeBSD.org .
65 .Sh BUGS
66 Only polling mode is supported.