Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 add manpage for the PC87366 superI/O chip, te...
details: https://anonhg.NetBSD.org/src/rev/d1d55f55b200
branches: trunk
changeset: 534927:d1d55f55b200
user: drochner <drochner%NetBSD.org@localhost>
date: Tue Aug 06 16:44:50 2002 +0000
description:
add manpage for the PC87366 superI/O chip, temperature monitor part,
driver
diffstat:
share/man/man4/Makefile | 5 +++--
share/man/man4/nsclpcsio.4 | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+), 2 deletions(-)
diffs (59 lines):
diff -r c3d4477072e5 -r d1d55f55b200 share/man/man4/Makefile
--- a/share/man/man4/Makefile Tue Aug 06 16:08:47 2002 +0000
+++ b/share/man/man4/Makefile Tue Aug 06 16:44:50 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.265 2002/08/03 00:40:03 thorpej Exp $
+# $NetBSD: Makefile,v 1.266 2002/08/06 16:44:50 drochner Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= aac.4 acphy.4 adv.4 adw.4 agp.4 ahb.4 ahc.4 amdpm.4 \
@@ -18,7 +18,8 @@
lc.4 ld.4 lkm.4 \
lo.4 lxtphy.4 mainbus.4 makphy.4 mbe.4 mca.4 mcclock.4 \
md.4 mfb.4 mhzc.4 midi.4 mii.4 \
- mk48txx.4 mlx.4 mly.4 mpu.4 mtio.4 ne.4 neo.4 netintro.4 ns.4 nsip.4 \
+ mk48txx.4 mlx.4 mly.4 mpu.4 mtio.4 ne.4 neo.4 netintro.4 ns.4 \
+ nsclpcsio.4 nsip.4 \
nsphy.4 nsphyter.4 ntwoc.4 null.4 opl.4 options.4 osiop.4 pas.4 \
pcdisplay.4 pciide.4 pckbc.4 pckbd.4 pcn.4 pcppi.4 pcscp.4 pcweasel.4 \
pms.4 pnaphy.4 ppp.4 pppoe.4 pty.4 puc.4 px.4 pxg.4 qsphy.4 \
diff -r c3d4477072e5 -r d1d55f55b200 share/man/man4/nsclpcsio.4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/nsclpcsio.4 Tue Aug 06 16:44:50 2002 +0000
@@ -0,0 +1,36 @@
+.\" $NetBSD: nsclpcsio.4,v 1.1 2002/08/06 16:44:50 drochner Exp $
+.\"
+.Dd August 6, 2002
+.Dt NSCLPCSIO 4
+.Os
+.Sh NAME
+.Nm nsclpcsio
+.Nd National Semiconductor PC87366 hardware monitor
+.Sh SYNOPSIS
+.Cd "nsclpcsio* at isa?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the hardware monitor part of the
+.Tn National Semiconductor
+PC87366 LPC Super I/O chip to be used with
+the
+.Xr envsys 4
+API.
+.Pp
+Currently, only the 3 temperature monitors are supported:
+Two external inputs and one sensor built into the PC87366 chip.
+.Sh SEE ALSO
+.Xr envsys 4 ,
+.Xr envstat 8
+.Sh HISTORY
+The
+.Nm
+device appeared in
+.Nx 2.0 .
+.Sh BUGS
+The chip decodes address ranges which are not obvious and
+cannot be controlled by the kernel configuration file
+(must be set up by the BIOS).
+.Pp
+Voltage and Fan monitoring is not supported yet.
Home |
Main Index |
Thread Index |
Old Index