summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/iic.44
-rw-r--r--share/man/man4/man4.macppc/Makefile6
-rw-r--r--share/man/man4/man4.macppc/fcu.445
3 files changed, 51 insertions, 4 deletions
diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4
index e6e5f58287f..6950ef8d248 100644
--- a/share/man/man4/iic.4
+++ b/share/man/man4/iic.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: iic.4,v 1.11 2005/11/18 23:16:41 jmc Exp $
+.\" $OpenBSD: iic.4,v 1.12 2005/11/28 16:58:38 deraadt Exp $
.\"
.\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org>
.\"
@@ -73,6 +73,8 @@ Analog Devices AD7416/AD7417/7418 temperature sensor
Analog Devices ADM1030 temperature sensor
.It Xr adt 4
Analog Devices ADT7460 environmental sensor
+.It Xr fcu 4
+Apple fcu fan controller
.It Xr lmenv 4
National Semiconductor LM87 temperature sensor
.It Xr lmtemp 4
diff --git a/share/man/man4/man4.macppc/Makefile b/share/man/man4/man4.macppc/Makefile
index b016f23c55d..fb180f8db16 100644
--- a/share/man/man4/man4.macppc/Makefile
+++ b/share/man/man4/man4.macppc/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.14 2005/11/20 04:20:51 brad Exp $
+# $OpenBSD: Makefile,v 1.15 2005/11/28 16:58:40 deraadt Exp $
# from: @(#)Makefile 5.1 (Berkeley) 2/12/91
# Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $
MAN= abtn.4 adb.4 aed.4 akbd.4 ams.4 aoa.4 apm.4 autoconf.4 awacs.4 bm.4 \
- daca.4 intro.4 kauaiata.4 ki2c.4 maciic.4 macobio.4 mediabay.4 mem.4 \
- onyx.4 pi2c.4 smu.4 snapper.4 tumbler.4 zs.4
+ daca.4 fcu.4 intro.4 kauaiata.4 ki2c.4 maciic.4 macobio.4 \
+ mediabay.4 mem.4 onyx.4 pi2c.4 smu.4 snapper.4 tumbler.4 zs.4
MLINKS= mem.4 kmem.4
MLINKS+= zs.4 zsc.4 zs.4 zstty.4
diff --git a/share/man/man4/man4.macppc/fcu.4 b/share/man/man4/man4.macppc/fcu.4
new file mode 100644
index 00000000000..7d77a6ae397
--- /dev/null
+++ b/share/man/man4/man4.macppc/fcu.4
@@ -0,0 +1,45 @@
+.\" $OpenBSD: fcu.4,v 1.1 2005/11/28 16:58:40 deraadt Exp $
+.\"
+.\" Copyright (c) 2005 Theo de Raadt <deraadt@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 May 16, 2004
+.Dt FCU 4
+.Os
+.Sh NAME
+.Nm fcu
+.Nd Apple cfu fan controller
+.Sh SYNOPSIS
+.Cd "fcu* at maciic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Apple FCU
+fan controller.
+The device controls and monitors fans found in some Apple
+machines.
+These values are made available through the
+.Xr sysctl 8
+interface.
+.Sh SEE ALSO
+.Xr maciic 4 ,
+.Xr intro 4 ,
+.Xr sensorsd 8 ,
+.Xr sysctl 8
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Theo de Raadt Aq deraadt@openbsd.org .