summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2009-09-21 19:51:05 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2009-09-21 19:51:05 +0000
commitd8eb55805ebdb7d7ee0a00de4ec91e09842c5d54 (patch)
treec0670254c7158773c824b3c5c0b1c7028e95f96d /share/man
parentddfee5d2006488578c891e1111b6085a8fcd1e4c (diff)
lom(4)
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/man4.sparc64/Makefile5
-rw-r--r--share/man/man4/man4.sparc64/ebus.46
-rw-r--r--share/man/man4/man4.sparc64/lom.447
3 files changed, 54 insertions, 4 deletions
diff --git a/share/man/man4/man4.sparc64/Makefile b/share/man/man4/man4.sparc64/Makefile
index 14661e92fc2..42272036e90 100644
--- a/share/man/man4/man4.sparc64/Makefile
+++ b/share/man/man4/man4.sparc64/Makefile
@@ -1,9 +1,10 @@
-# $OpenBSD: Makefile,v 1.76 2009/07/05 17:13:25 kettenis Exp $
+# $OpenBSD: Makefile,v 1.77 2009/09/21 19:51:04 kettenis Exp $
MAN= agten.4 apio.4 asio.4 audioce.4 audiocs.4 autoconf.4 auxio.4 \
bbc.4 be.4 beeper.4 bpp.4 bwtwo.4 cbus.4 central.4 cgsix.4 cgthree.4 \
cgtwelve.4 clkbrd.4 clock.4 cmp.4 comkbd.4 comms.4 core.4 creator.4 \
- ebus.4 ecadc.4 environ.4 esp.4 fhc.4 gfxp.4 ifb.4 intro.4 le.4 led.4 \
+ ebus.4 ecadc.4 environ.4 esp.4 fhc.4 gfxp.4 ifb.4 intro.4 \
+ le.4 led.4 lom.4 \
machfb.4 magma.4 mem.4 mgx.4 openprom.4 \
pcons.4 pmc.4 power.4 ppm.4 prtc.4 psycho.4 pyro.4 qe.4 qec.4 \
radeonfb.4 raptor.4 rfx.4 \
diff --git a/share/man/man4/man4.sparc64/ebus.4 b/share/man/man4/man4.sparc64/ebus.4
index 37ba99eef18..0c4c8a10161 100644
--- a/share/man/man4/man4.sparc64/ebus.4
+++ b/share/man/man4/man4.sparc64/ebus.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ebus.4,v 1.19 2009/05/20 18:22:32 miod Exp $
+.\" $OpenBSD: ebus.4,v 1.20 2009/09/21 19:51:04 kettenis Exp $
.\" $NetBSD: ebus.4,v 1.3 2002/03/13 21:42:20 wiz Exp $
.\"
.\" Copyright (c) 1999 Matthew R. Green
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 20 2009 $
+.Dd $Mdocdate: September 21 2009 $
.Dt EBUS 4 sparc64
.Os
.Sh NAME
@@ -75,6 +75,8 @@ serial keyboard driver
serial mouse driver
.It Xr led 4
SPARC64 LED driver
+.It Xr lom 4
+lights out management
.It Xr lpt 4
parallel port driver
.It Xr pcfiic 4
diff --git a/share/man/man4/man4.sparc64/lom.4 b/share/man/man4/man4.sparc64/lom.4
new file mode 100644
index 00000000000..0c517e75578
--- /dev/null
+++ b/share/man/man4/man4.sparc64/lom.4
@@ -0,0 +1,47 @@
+.\" $OpenBSD: lom.4,v 1.1 2009/09/21 19:51:04 kettenis Exp $
+.\"
+.\" Copyright (c) 2009 Mark Kettenis <kettenis@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: September 21 2009 $
+.Dt LOM 4 sparc64
+.Os
+.Sh NAME
+.Nm lom
+.Nd Lights Out Management
+.Sh SYNOPSIS
+.Cd "lom* at ebus?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the LOMlite2 lights out management module found
+on Sun Fire V100/V120 and Sun Netra X1 systems.
+Temperature readings provided by the LOM are made available through the
+.Xr sysctl 8
+interface.
+.Sh SEE ALSO
+.Xr ebus 4 ,
+.Xr intro 4 ,
+.Xr sensorsd 8 ,
+.Xr sysctl 8
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 4.7 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq kettenis@openbsd.org .