diff options
author | 2006-02-10 23:06:05 +0000 | |
---|---|---|
committer | 2006-02-10 23:06:05 +0000 | |
commit | 1f46aa5b9ae47cdf9eba3ef03d6134892916fe4f (patch) | |
tree | e49b8bee278d20853851d703bfc5a917964f18e4 | |
parent | Fix LBA48 access for ServerWorks SATA. (diff) | |
download | wireguard-openbsd-1f46aa5b9ae47cdf9eba3ef03d6134892916fe4f.tar.xz wireguard-openbsd-1f46aa5b9ae47cdf9eba3ef03d6134892916fe4f.zip |
basic manpage for pcfadc sensor (Philips PCF8591 A/D)
-rw-r--r-- | share/man/man4/pcfadc.4 | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/share/man/man4/pcfadc.4 b/share/man/man4/pcfadc.4 new file mode 100644 index 00000000000..6e5111963f3 --- /dev/null +++ b/share/man/man4/pcfadc.4 @@ -0,0 +1,45 @@ +.\" $OpenBSD: pcfadc.4,v 1.1 2006/02/10 23:06:05 djm Exp $ +.\" +.\" Copyright (c) 2006 Damien Miller <djm@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 February 11, 2006 +.Dt PCFADC 4 +.Os +.Sh NAME +.Nm pcfadc +.Nd Philips PCF8591 I2C Analogue to Digital Converter +.Sh SYNOPSIS +.Cd "pcfadc* at iic?" +.Sh DESCRIPTION +The +.Nm +driver supports the PCF8591 I2C Analogue to Digital Converter, making +its readings available through a +.Xr sysctl 8 +interface. +.Pp +The driver reads up to four A/D lines configured as temperature inputs. +Sensor names, type and calibration information are read from OpenFirmware. +.Sh SEE ALSO +.Xr iic 4 , +.Xr intro 4 , +.Xr sensorsd 8 , +.Xr sysctl 8 +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Damien Miller Aq djm@openbsd.org . |