Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git] / share / man / man4 / ipmi.4
blobcab80b35e0766aa593a93494cb1c9e92a880dfd0
1 .\"     $NetBSD: ipmi.4,v 1.7 2009/05/04 19:16:41 wiz Exp $
2 .\"
3 .\" Copyright (c) 2006 Manuel Bouyer.
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 ``AS IS'' AND ANY EXPRESS OR
15 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
16 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
17 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 .\"
25 .\"
26 .Dd September 8, 2008
27 .Dt IPMI 4
28 .Os
29 .Sh NAME
30 .Nm ipmi
31 .Nd Intelligent Platform Management Interface driver
32 .Sh SYNOPSIS
33 .Cd "ipmi0 at mainbus?"
34 .Sh DESCRIPTION
35 The
36 .Nm
37 device driver supports motherboards implementing the
38 Intelligent Platform Management Interface version 1.5 or 2.0,
39 and exports sensors and the watchdog through the
40 .Xr envsys 4
41 interface.
42 .Sh EVENTS
43 The
44 .Nm
45 driver is able to send events to
46 .Xr powerd 8
47 when a sensor's state has changed.
48 Intrusion sensors will send a
49 .Em critical
50 event when state is not ok.
51 Power Supply sensors will send a
52 .Em critical
53 event when the Power Supply unit is not installed and
54 .Em warning-over
55 when the Power Supply unit is installed but not powered on.
56 Fan, temperature and voltage sensors will send
57 .Em critical-over
59 .Em critical-under
60 when the value is very critical, or
61 .Em warning-over
63 .Em warning-under
64 if it's in a warning alert.
65 .Sh SEE ALSO
66 .Xr envsys 4 ,
67 .Xr envstat 8 ,
68 .Xr powerd 8 ,
69 .Xr wdogctl 8
70 .Sh HISTORY
71 The
72 .Nm
73 driver first appeared in
74 .Ox 3.9
75 and was then ported to
76 .Nx 4.0 .
77 .Sh AUTHORS
78 .An -nosplit
79 The
80 .Nm
81 driver was originally written by
82 .An Jordan Hargrave
83 and was ported to
84 .Nx
86 .An Manuel Bouyer
87 .Aq bouyer@NetBSD.org .