Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add a man page for the hp700 lcd(4) driver.
details: https://anonhg.NetBSD.org/src/rev/5414f3e07041
branches: trunk
changeset: 755320:5414f3e07041
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Jun 01 10:24:14 2010 +0000
description:
Add a man page for the hp700 lcd(4) driver.
diffstat:
distrib/sets/lists/man/mi | 5 +++-
share/man/man4/man4.hp700/Makefile | 4 +-
share/man/man4/man4.hp700/lcd.4 | 48 ++++++++++++++++++++++++++++++++++++++
3 files changed, 54 insertions(+), 3 deletions(-)
diffs (99 lines):
diff -r c6334bad91e0 -r 5414f3e07041 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Tue Jun 01 10:20:28 2010 +0000
+++ b/distrib/sets/lists/man/mi Tue Jun 01 10:24:14 2010 +0000
@@ -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
diff -r c6334bad91e0 -r 5414f3e07041 share/man/man4/man4.hp700/Makefile
--- a/share/man/man4/man4.hp700/Makefile Tue Jun 01 10:20:28 2010 +0000
+++ b/share/man/man4/man4.hp700/Makefile Tue Jun 01 10:24:14 2010 +0000
@@ -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=
diff -r c6334bad91e0 -r 5414f3e07041 share/man/man4/man4.hp700/lcd.4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.hp700/lcd.4 Tue Jun 01 10:24:14 2010 +0000
@@ -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 <kettenis%openbsd.org@localhost>
+.\"
+.\" 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.
Home |
Main Index |
Thread Index |
Old Index