diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-20 19:15:36 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-20 19:15:36 +0000 |
commit | 35bce366d067f8f84d3c285916f738301870c524 (patch) | |
tree | 6116e7dd8aa0ce67af57ccb109f93389ab5711f8 /share | |
parent | 2b3c1d70a2889fa5083418e85d93e2f80d783d02 (diff) |
Here cometh the blinkenlichten on VAXens.
Register information from NetBSD (except for KA53), logic from OpenBSD/sparc.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.vax/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.vax/led.4 | 54 |
2 files changed, 56 insertions, 2 deletions
diff --git a/share/man/man4/man4.vax/Makefile b/share/man/man4/man4.vax/Makefile index 4a665e0ee0d..e41f1e4a264 100644 --- a/share/man/man4/man4.vax/Makefile +++ b/share/man/man4/man4.vax/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2003/03/06 22:57:29 jason Exp $ +# $OpenBSD: Makefile,v 1.20 2006/07/20 19:15:34 miod Exp $ # $NetBSD: Makefile,v 1.6 1996/03/03 17:13:09 thorpej Exp $ # from: @(#)Makefile 5.4 (Berkeley) 5/11/90 @@ -7,7 +7,7 @@ # ec.4 en.4 ex.4 fl.4 hdh.4 hk.4 ht.4 hy.4 ik.4 il.4 ix.4 kg.4 lp.4 np.4 # pcl.4 ps.4 tm.4 tmscp.4 tu.4 up.4 ut.4 uu.4 va.4 vp.4 vv.4 MAN= asc.4 autoconf.4 cons.4 de.4 dhu.4 dz.4 hp.4 ibus.4 intro.4 \ - le.4 lkkbd.4 lkms.4 mem.4 mscpbus.4 mt.4 mtc.4 ncr.4 \ + le.4 led.4 lkkbd.4 lkms.4 mem.4 mscpbus.4 mt.4 mtc.4 ncr.4 \ qe.4 ra.4 rx.4 smg.4 ts.4 uba.4 uda.4 vsbus.4 ze.4 MLINKS= mem.4 kmem.4 MANSUBDIR=vax diff --git a/share/man/man4/man4.vax/led.4 b/share/man/man4/man4.vax/led.4 new file mode 100644 index 00000000000..7eee6ef3f8a --- /dev/null +++ b/share/man/man4/man4.vax/led.4 @@ -0,0 +1,54 @@ +.\" $OpenBSD: led.4,v 1.1 2006/07/20 19:15:34 miod Exp $ +.\" +.\" Copyright (c) 2001 Jason L. Wright (jason@thought.net) +.\" 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 ``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 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. +.\" +.Dd July 20, 2006 +.Dt LED 4 vax +.Os +.Sh NAME +.Nm led +.Nd VAX LED driver +.Sh SYNOPSIS +.Cd led0 at mainbus0 +.Sh DESCRIPTION +The +.Nm +driver provides an indicator of load average based on blinking of the +LEDs on some systems. +The pattern takes one second per whole number of load average to repeat. +The LED must be explicitly enabled with the +.Xr sysctl 3 +variable +.Nm machdep.led_blink . +.Sh SEE ALSO +.Xr sysctl 3 , +.Xr intro 4 , +.Xr sysctl 8 +.Sh HISTORY +.Ox +support for the +.Nm +first appeared in +.Ox 4.0 . |