Module Name: src Committed By: skrll Date: Tue Jun 1 10:24:15 UTC 2010
Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4/man4.hp700: Makefile Added Files: src/share/man/man4/man4.hp700: lcd.4 Log Message: Add a man page for the hp700 lcd(4) driver. To generate a diff of this commit: cvs rdiff -u -r1.1212 -r1.1213 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/man4.hp700/Makefile cvs rdiff -u -r0 -r1.1 src/share/man/man4/man4.hp700/lcd.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/sets/lists/man/mi diff -u src/distrib/sets/lists/man/mi:1.1212 src/distrib/sets/lists/man/mi:1.1213 --- src/distrib/sets/lists/man/mi:1.1212 Mon May 31 14:46:22 2010 +++ src/distrib/sets/lists/man/mi Tue Jun 1 10:24:14 2010 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1212 2010/05/31 14:46:22 pgoyette Exp $ +# $NetBSD: mi,v 1.1213 2010/06/01 10:24:14 skrll Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -1018,6 +1018,7 @@ ./usr/share/man/cat4/hp700/intro.0 man-sys-catman .cat ./usr/share/man/cat4/hp700/io.0 man-sys-catman .cat ./usr/share/man/cat4/hp700/lasi.0 man-sys-catman .cat +./usr/share/man/cat4/hp700/lcd.0 man-sys-catman .cat ./usr/share/man/cat4/hp700/mem.0 man-sys-catman .cat ./usr/share/man/cat4/hp700/mongoose.0 man-sys-catman .cat ./usr/share/man/cat4/hp700/pdc.0 man-sys-catman .cat @@ -3672,6 +3673,7 @@ ./usr/share/man/html4/hp700/intro.html man-sys-htmlman html ./usr/share/man/html4/hp700/io.html man-sys-htmlman html ./usr/share/man/html4/hp700/lasi.html man-sys-htmlman html +./usr/share/man/html4/hp700/lcd.html man-sys-htmlman html ./usr/share/man/html4/hp700/mem.html man-sys-htmlman html ./usr/share/man/html4/hp700/mongoose.html man-sys-htmlman html ./usr/share/man/html4/hp700/pdc.html man-sys-htmlman html @@ -6124,6 +6126,7 @@ ./usr/share/man/man4/hp700/intro.4 man-sys-man .man ./usr/share/man/man4/hp700/io.4 man-sys-man .man ./usr/share/man/man4/hp700/lasi.4 man-sys-man .man +./usr/share/man/man4/hp700/lcd.4 man-sys-man .man ./usr/share/man/man4/hp700/mem.4 man-sys-man .man ./usr/share/man/man4/hp700/mongoose.4 man-sys-man .man ./usr/share/man/man4/hp700/pdc.4 man-sys-man .man Index: src/share/man/man4/man4.hp700/Makefile diff -u src/share/man/man4/man4.hp700/Makefile:1.5 src/share/man/man4/man4.hp700/Makefile:1.6 --- src/share/man/man4/man4.hp700/Makefile:1.5 Mon May 31 09:46:25 2010 +++ src/share/man/man4/man4.hp700/Makefile Tue Jun 1 10:24:15 2010 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2010/05/31 09:46:25 skrll Exp $ +# $NetBSD: Makefile,v 1.6 2010/06/01 10:24:15 skrll Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/18/93 MAN= asp.4 astro.4 cpu.4 dino.4 elroy.4 gsc.4 gsckbc.4 harmony.4 intro.4 \ - io.4 lasi.4 mem.4 mongoose.4 pdc.4 phantomas.4 ssio.4 wax.4 + io.4 lasi.4 lcd.4 mem.4 mongoose.4 pdc.4 phantomas.4 ssio.4 wax.4 USETBL= Added files: Index: src/share/man/man4/man4.hp700/lcd.4 diff -u /dev/null src/share/man/man4/man4.hp700/lcd.4:1.1 --- /dev/null Tue Jun 1 10:24:15 2010 +++ src/share/man/man4/man4.hp700/lcd.4 Tue Jun 1 10:24:15 2010 @@ -0,0 +1,48 @@ +.\" $NetBSD: lcd.4,v 1.1 2010/06/01 10:24:15 skrll Exp $ +.\" OpenBSD: lcd.4,v 1.2 2007/07/20 22:41:57 kettenis Exp +.\" +.\" Copyright (c) 2007 Mark Kettenis <kette...@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 June 1, 2010 +.Dt LCD 4 hp700 +.Os +.Sh NAME +.Nm lcd +.Nd front panel LCD display +.Sh SYNOPSIS +.Cd "lcd0 at mainbus0" +.Sh DESCRIPTION +The +.Nm +driver provides support for the front panel LCD display found on newer +HP PA-RISC workstations and servers. +This LCD can be made to show a heartbeat based on the load average by +setting the +.Xr sysctl 3 +variable +.Ar machdep.lcd_blink +to a non-zero value. +.Sh SEE ALSO +.Xr sysctl 3 , +.Xr intro 4 , +.Xr sysctl 8 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.2 . +It was ported to +.Nx 6.0 +by Adam Hoka and Nick Hudson.