diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-19 19:33:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-19 19:33:13 +0000 |
commit | bca7dc9919620723627d081efe61087b7891051a (patch) | |
tree | d63ab83b15cac9d4bde8fabdaa1392f9c5307c46 /share/man | |
parent | 12418e0de2c157eeeb1327c96be267760732809f (diff) |
Driver for Fintek F71805F LPC sensor based on lm78 driver code;
written by Geoff Steckel
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/fins.4 | 50 | ||||
-rw-r--r-- | share/man/man4/isa.4 | 6 |
3 files changed, 56 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index bd97fce082c..db7f45f0527 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.442 2008/02/17 15:12:30 kettenis Exp $ +# $OpenBSD: Makefile,v 1.443 2008/03/19 19:33:12 deraadt Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -18,7 +18,7 @@ MAN= aac.4 ac97.4 acphy.4 \ drum.4 eap.4 ec.4 eephy.4 ef.4 eg.4 ehci.4 eisa.4 el.4 em.4 \ emu.4 enc.4 envy.4 ep.4 epic.4 esa.4 \ eso.4 ess.4 et.4 etphy.4 ex.4 exphy.4 \ - faith.4 fd.4 fdc.4 fintek.4 fms.4 fpa.4 fxp.4 gdt.4 \ + faith.4 fd.4 fdc.4 fins.4 fintek.4 fms.4 fpa.4 fxp.4 gdt.4 \ gentbi.4 gem.4 gif.4 \ glenv.4 gpio.4 gpioiic.4 gpioow.4 gpr.4 gre.4 gscsio.4 gtp.4 \ hifn.4 hil.4 hilid.4 hilkbd.4 hilms.4 hme.4 hotplug.4 hsq.4 \ diff --git a/share/man/man4/fins.4 b/share/man/man4/fins.4 new file mode 100644 index 00000000000..87e34398908 --- /dev/null +++ b/share/man/man4/fins.4 @@ -0,0 +1,50 @@ +.\" $OpenBSD: fins.4,v 1.1 2008/03/19 19:33:12 deraadt Exp $ +.\" +.\" Copyright (c) 2005 Alexander Yurchenko <grange@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 $Mdocdate: March 19 2008 $ +.Dt FINS 4 +.Os +.Sh NAME +.Nm fins +.Nd Fintek F71805F LPC Super I/O +.Sh SYNOPSIS +.Cd "fins0 at isa? port 0x4e" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Fintek F71805F LPC Super I/O IC. +.Pp +The hardware monitor provides hardware monitoring capabilities +to be used with the +.Xr sysctl 8 +interface. +.Sh SEE ALSO +.Xr intro 4 , +.Xr isa 4 , +.Xr watchdog 4 , +.Xr sensorsd 8 , +.Xr sysctl 8 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 3.8 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Geoff Steckel . + diff --git a/share/man/man4/isa.4 b/share/man/man4/isa.4 index 0165ba62a27..a211140283c 100644 --- a/share/man/man4/isa.4 +++ b/share/man/man4/isa.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isa.4,v 1.59 2008/02/17 16:48:47 jmc Exp $ +.\" $OpenBSD: isa.4,v 1.60 2008/03/19 19:33:12 deraadt Exp $ .\" $NetBSD: isa.4,v 1.19 2000/03/18 16:54:37 augustss Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -31,7 +31,7 @@ .\" (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 $Mdocdate: February 17 2008 $ +.Dd $Mdocdate: March 19 2008 $ .Dt ISA 4 .Os .Sh NAME @@ -191,6 +191,8 @@ SoundForte RadioLink SF16-FMR2 FM radio device .Bl -tag -width 12n -offset ind -compact .It Xr aps 4 ThinkPad Active Protection System accelerometer +.It Xr fins 4 +Fintek F71805F LPC Super I/O .It Xr it 4 ITE IT8705F/IT8712F/IT8716F/IT8718F/IT8726F and SiS SiS950 temperature, voltage, and fan sensor with watchdog timer |