diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-06-20 03:18:43 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-06-20 03:18:43 +0000 |
commit | d23ca966057a09bf2f8bb17bb73a957399e9bba8 (patch) | |
tree | 65ae4c2236b7019fe771eb591a65011770afef4f /share/man/man4/man4.sparc | |
parent | 90ce77bfe7296c211514402e637074af418b73b8 (diff) |
auxreg man page
Diffstat (limited to 'share/man/man4/man4.sparc')
-rw-r--r-- | share/man/man4/man4.sparc/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/man4.sparc/auxreg.4 | 50 |
2 files changed, 53 insertions, 3 deletions
diff --git a/share/man/man4/man4.sparc/Makefile b/share/man/man4/man4.sparc/Makefile index 0d387a2dc98..fb2c71f712e 100644 --- a/share/man/man4/man4.sparc/Makefile +++ b/share/man/man4/man4.sparc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.35 2003/06/19 09:00:39 deraadt Exp $ +# $OpenBSD: Makefile,v 1.36 2003/06/20 03:18:42 jason Exp $ # from: @(#)Makefile 8.2 (Berkeley) 2/16/94 -MAN= agten.4 audioamd.4 audiocs.4 autoconf.4 be.4 bwtwo.4 cgtwo.4 \ - cgthree.4 cgfour.4 cgsix.4 cgeight.4 cgtwelve.4 cgfourteen.4 \ +MAN= agten.4 audioamd.4 audiocs.4 autoconf.4 auxreg.4 be.4 bwtwo.4 \ + cgtwo.4 cgthree.4 cgfour.4 cgsix.4 cgeight.4 cgtwelve.4 cgfourteen.4 \ daadio.4 esp.4 fd.4 fga.4 ie.4 intro.4 le.4 led.4 magma.4 mem.4 \ mgx.4 openprom.4 pninek.4 pnozz.4 presto.4 qe.4 qec.4 scf.4 si.4 \ spif.4 sw.4 tctrl.4 tcx.4 tvtwo.4 vigra.4 xbox.4 xd.4 xy.4 zs.4 \ diff --git a/share/man/man4/man4.sparc/auxreg.4 b/share/man/man4/man4.sparc/auxreg.4 new file mode 100644 index 00000000000..3cef0a48a89 --- /dev/null +++ b/share/man/man4/man4.sparc/auxreg.4 @@ -0,0 +1,50 @@ +.\" $OpenBSD: auxreg.4,v 1.1 2003/06/20 03:18:42 jason Exp $ +.\" +.\" Copyright (c) 2003 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 June 19, 2003 +.Dt AUXREG 4 sparc +.Os +.Sh NAME +.Nm auxreg +.Nd SPARC auxilliary register +.Sh SYNOPSIS +.Cd "auxreg0 at mainbus0 " Pq "sun4c" +.Cd "auxreg0 at obio0 " Pq "sun4m" +.Sh DESCRIPTION +The +.Nm +device contains miscellaneous system controls, including the front panel LED. +This LED can be made to blink based on the load average by setting the +.Xr sysctl 3 +variable +.Ar machdep.led_blink +to a non-zero value. +Internally, various status bits for the floppy controller are found +in +.Nm auxreg . +.Sh SEE ALSO +.Xr sysctl 3 , +.Xr intro 4 |