diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-09-09 03:03:23 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-09-09 03:03:23 +0000 |
commit | a421a56780d8973109013490f294ae36d95d0d82 (patch) | |
tree | 0cc7d4370ca82bc331797f1356253a79f5a129db /share/man/man4 | |
parent | 6e986934e0bafc2871ef472f1cd3699f0af1d86f (diff) |
tadpole microcontroller man page
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.sparc/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/man4.sparc/tctrl.4 | 58 |
2 files changed, 61 insertions, 3 deletions
diff --git a/share/man/man4/man4.sparc/Makefile b/share/man/man4/man4.sparc/Makefile index 982eca74bb3..f6d27a7b8e3 100644 --- a/share/man/man4/man4.sparc/Makefile +++ b/share/man/man4/man4.sparc/Makefile @@ -1,11 +1,11 @@ # from: @(#)Makefile 8.2 (Berkeley) 2/16/94 -# $Id: Makefile,v 1.16 1999/09/09 02:33:18 jason Exp $ +# $Id: Makefile,v 1.17 1999/09/09 03:03:22 jason Exp $ MAN= intro.4 MAN+= audioamd.4 audiocs.4 be.4 bwtwo.4 cgtwo.4 cgthree.4 cgfour.4 cgsix.4 MAN+= cgeight.4 cgfourteen.4 esp.4 fd.4 fga.4 hme.4 ie.4 kbd.4 le.4 magma.4 -MAN+= mem.4 ms.4 openprom.4 pnozz.4 qe.4 qec.4 scf.4 si.4 spif.4 sw.4 tcx.4 -MAN+= xbox.4 xd.4 xy.4 zs.4 +MAN+= mem.4 ms.4 openprom.4 pnozz.4 qe.4 qec.4 scf.4 si.4 spif.4 sw.4 +MAN+= tctrl.4 tcx.4 xbox.4 xd.4 xy.4 zs.4 MLINKS= mem.4 kmem.4 MLINKS+= fga.4 fvme.4 MANSUBDIR=/sparc diff --git a/share/man/man4/man4.sparc/tctrl.4 b/share/man/man4/man4.sparc/tctrl.4 new file mode 100644 index 00000000000..d84ea4ce856 --- /dev/null +++ b/share/man/man4/man4.sparc/tctrl.4 @@ -0,0 +1,58 @@ +.\" $OpenBSD: tctrl.4,v 1.1 1999/09/09 03:03:22 jason Exp $ +.\" +.\" Copyright (c) 1999 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. +.\" 3. All advertising materials mentioning features or use of this software +.\" must display the following acknowledgement: +.\" This product includes software developed by Jason L. Wright. +.\" 4. The name of the author may not be used to endorse or promote products +.\" derived from this software without specific prior written permission. +.\" +.\" 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 September 8, 1999 +.Dt TCTRL 4 sparc +.Os +.Sh NAME +.Nm tctrl +.Nd Tadpole Microcontroller Interface +.Sh SYNOPSIS +.Cd "tctrl0 at obio0" +.Sh DESCRIPTION +The +.Nm tctrl +provides control over many functions on the Tadpole 3GS and 3GX laptops. +The microcontroller is used to power the tft display down when the +laptop lid is closed and when the screen is blanked by the +.Xr pnozz 4 +driver. +The +.Nm tctrl +is also used to power the laptop off when the +.Xr reboot 2 +system call is used with the +.Ar RB_POWERDOWN +flag is set. +.Sh SEE ALSO +.Xr reboot 2 , +.Xr intro 4 , +.Xr pnozz 4 |