diff options
author | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2007-04-21 22:14:27 +0000 |
---|---|---|
committer | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2007-04-21 22:14:27 +0000 |
commit | 27e1b397833ae6ba78771d8a5f36b356978b8260 (patch) | |
tree | 64bd0f36570002e5ff1430b9cc449b18e3f43798 /share/man | |
parent | f1962253191567e6c9f7d4960a64a3e32d8319d3 (diff) |
As promised a manpage for blinkenlights.
ok jmc
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.macppc/Makefile | 11 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/blinkenlights.4 | 41 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/macobio.4 | 6 |
3 files changed, 51 insertions, 7 deletions
diff --git a/share/man/man4/man4.macppc/Makefile b/share/man/man4/man4.macppc/Makefile index d8b77ef75f5..e1a94c5435a 100644 --- a/share/man/man4/man4.macppc/Makefile +++ b/share/man/man4/man4.macppc/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.23 2007/01/01 21:14:59 gwk Exp $ +# $OpenBSD: Makefile,v 1.24 2007/04/21 22:14:26 gwk Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ -MAN= abtn.4 adb.4 aoa.4 apm.4 asms.4 autoconf.4 awacs.4 bm.4 \ - daca.4 esp.4 fcu.4 ht.4 intro.4 kauaiata.4 ki2c.4 \ - macobio.4 mc.4 mediabay.4 mem.4 mesh.4 onyx.4 pi2c.4 \ - smu.4 snapper.4 tpms.4 tumbler.4 zs.4 +MAN= abtn.4 adb.4 aoa.4 apm.4 asms.4 autoconf.4 awacs.4 \ + blinkenlights.4 bm.4 daca.4 esp.4 fcu.4 ht.4 intro.4 \ + kauaiata.4 ki2c.4 macobio.4 mc.4 mediabay.4 mem.4 \ + mesh.4 onyx.4 pi2c.4 smu.4 snapper.4 tpms.4 \ + tumbler.4 zs.4 MLINKS= mem.4 kmem.4 MLINKS+= zs.4 zsc.4 zs.4 zstty.4 diff --git a/share/man/man4/man4.macppc/blinkenlights.4 b/share/man/man4/man4.macppc/blinkenlights.4 new file mode 100644 index 00000000000..0e45aee6330 --- /dev/null +++ b/share/man/man4/man4.macppc/blinkenlights.4 @@ -0,0 +1,41 @@ +.\" $OpenBSD: blinkenlights.4,v 1.1 2007/04/21 22:14:26 gwk Exp $ +.\" +.\" Copyright (c) 2007 Gordon Willem Klok <gwk@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 April 21, 2007 +.Dt BLINKENLIGHTS 4 macppc +.Os +.Sh NAME +.Nm blinkenlights +.Nd Xserve G4 and G5 front panel LEDs +.Sh SYNOPSIS +.Cd "blinkenlights* at macobio?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the on-board i2s virtual sound device +that drives the front panel LEDs of Apple G4 and G5 Xserve machines. +.Pp +The lights provide an indication of system load and health. +System load is indicated by three dots travelling in a ring around the sixteen +LEDs found on the front panel. +When the system is lightly loaded these dots travel quickly and slow down +as system load increases. +System health is indicated by the absence of the dots which +means a hung machine or one that is in +.Xr DDB 4 . +.Sh SEE ALSO +.Xr intro 4 , +.Xr macobio 4 diff --git a/share/man/man4/man4.macppc/macobio.4 b/share/man/man4/man4.macppc/macobio.4 index 1280d6a9fb9..1ddff3ccca8 100644 --- a/share/man/man4/man4.macppc/macobio.4 +++ b/share/man/man4/man4.macppc/macobio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: macobio.4,v 1.10 2007/01/28 17:48:33 martin Exp $ +.\" $OpenBSD: macobio.4,v 1.11 2007/04/21 22:14:26 gwk Exp $ .\" .\" Copyright (c) 2003 Dale Rahn. .\" All rights reserved. @@ -42,11 +42,13 @@ Pangea, and Shasta modules. .Ox provides support for the following devices: .Pp -.Bl -tag -width 12n -offset indent -compact +.Bl -tag -width 16n -offset indent -compact .It Xr aoa 4 Apple aoa audio device .It Xr awacs 4 Apple awacs audio device +.It Xr blinkenlights 4 +Xserve G4 and G5 front panel LEDs .It Xr bm 4 Apple BMAC Ethernet device .It Xr daca 4 |