1999-02-13 17:48:41 +00:00
|
|
|
.\" Copyright (c) 1999 Nicolas Souchu
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
1999-08-28 00:22:10 +00:00
|
|
|
.\" $FreeBSD$
|
1999-02-13 17:48:41 +00:00
|
|
|
.\"
|
2000-12-11 15:47:53 +00:00
|
|
|
.Dd February 13, 1999
|
2010-02-08 23:30:28 +00:00
|
|
|
.Dt ALPM 4
|
2001-07-10 15:31:11 +00:00
|
|
|
.Os
|
1999-02-13 17:48:41 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm alpm
|
2001-04-18 15:54:10 +00:00
|
|
|
.Nd Acer Aladdin 15x3 Power Management controller driver
|
1999-02-13 17:48:41 +00:00
|
|
|
.Sh SYNOPSIS
|
2000-01-23 17:00:18 +00:00
|
|
|
.Cd device smbus
|
2001-09-18 02:50:24 +00:00
|
|
|
.Cd device smb
|
2000-01-23 17:00:18 +00:00
|
|
|
.Cd device alpm
|
1999-02-13 17:48:41 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
This driver provides access to the
|
2001-02-01 16:38:02 +00:00
|
|
|
.Tn Aladdin 15x3 Power Management Unit .
|
2001-07-14 19:41:16 +00:00
|
|
|
Currently, only smbus controller
|
1999-02-13 17:48:41 +00:00
|
|
|
function is implemented.
|
2000-12-29 09:18:45 +00:00
|
|
|
.Pp
|
1999-02-13 17:48:41 +00:00
|
|
|
The embedded SMBus controller of the Aladdin chipset may give you access
|
2000-03-03 14:05:08 +00:00
|
|
|
to the monitoring facilities of your mainboard.
|
|
|
|
See
|
1999-02-13 17:48:41 +00:00
|
|
|
.Xr smb 4
|
|
|
|
for writing user code to fetch voltages, temperature and so on from the
|
|
|
|
monitoring chip of your mainboard.
|
|
|
|
.Sh SEE ALSO
|
1999-08-15 10:48:36 +00:00
|
|
|
.Xr smb 4 ,
|
|
|
|
.Xr smbus 4
|
1999-02-13 17:48:41 +00:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
2002-03-23 15:26:20 +00:00
|
|
|
manual page first appeared in
|
1999-08-15 10:48:36 +00:00
|
|
|
.Fx 4.0 .
|
1999-02-13 17:48:41 +00:00
|
|
|
.Sh AUTHORS
|
|
|
|
This
|
|
|
|
manual page was written by
|
1999-08-15 10:48:36 +00:00
|
|
|
.An Nicolas Souchu Aq nsouch@FreeBSD.org
|
1999-02-13 17:48:41 +00:00
|
|
|
.Sh BUGS
|
|
|
|
Only polling mode is supported.
|