summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstantine A. Murenin <cnst@cvs.openbsd.org>2008-04-29 05:33:25 +0000
committerConstantine A. Murenin <cnst@cvs.openbsd.org>2008-04-29 05:33:25 +0000
commita4b5755d2f4186c8c0f0954c317d6ce2257ed669 (patch)
tree4ba1e8517cac83f6929c9f742eb4b8844805405f
parente1af1db8c8506b35f4e74420987efbe324ae5d7a (diff)
km(4) manual page
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/km.462
-rw-r--r--share/man/man4/pci.46
3 files changed, 68 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index b4e65735f90..e9865a41434 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.451 2008/04/27 16:23:16 jcs Exp $
+# $OpenBSD: Makefile,v 1.452 2008/04/29 05:33:24 cnst Exp $
MAN= aac.4 ac97.4 acphy.4 \
acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
@@ -28,7 +28,7 @@ MAN= aac.4 ac97.4 acphy.4 \
iopsp.4 ip.4 ip6.4 ipcomp.4 ipgphy.4 ipmi.4 ips.4 ipsec.4 ipw.4 \
isa.4 isagpio.4 isapnp.4 ises.4 isp.4 it.4 iwi.4 iwn.4 ixgb.4 \
jmb.4 \
- kate.4 ksyms.4 kue.4 lc.4 lge.4 lii.4 lkm.4 lm.4 \
+ kate.4 km.4 ksyms.4 kue.4 lc.4 lge.4 lii.4 lkm.4 lm.4 \
lmc.4 lmenv.4 lmn.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 luphy.4 \
maestro.4 mainbus.4 malo.4 maxds.4 maxtmp.4 mbg.4 midi.4 mii.4 mfi.4 \
moscom.4 mpi.4 mpu.4 msk.4 msts.4 mtd.4 mtdphy.4 multicast.4 mtio.4 \
diff --git a/share/man/man4/km.4 b/share/man/man4/km.4
new file mode 100644
index 00000000000..522557d9b61
--- /dev/null
+++ b/share/man/man4/km.4
@@ -0,0 +1,62 @@
+.\" $OpenBSD: km.4,v 1.1 2008/04/29 05:33:24 cnst Exp $
+.\"
+.\" Copyright (c) 2008 Constantine A. Murenin <cnst+openbsd@bugmail.mojo.ru>
+.\"
+.\" 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: April 29 2008 $
+.Dt KM 4
+.Os
+.Sh NAME
+.Nm km
+.Nd AMD K10 temperature sensor
+.Sh SYNOPSIS
+.Cd "km* at pci?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the temperature sensors available in the
+AMD Family 10h processors.
+.Pp
+Each chip reports one temperature sensor.
+Multiprocessor systems would have one instance of
+.Nm
+per each chip.
+.Pp
+Sensor values are made available through the
+.Xr sysctl 8
+interface.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr pci 4 ,
+.Xr sensorsd 8 ,
+.Xr sysctl 8
+.Rs
+.%T "BIOS and Kernel Developer's Guide for AMD Family 10h Processors"
+.%D March 26, 2008
+.%R Publication # 31116
+.%P pp. 236--237 and pp. 243--244
+.\" .%O http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/31116.PDF
+.Re
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 4.4 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Constantine A. Murenin Aq cnst@openbsd.org ,
+University of Waterloo.
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index 120bfd64f17..918f67422aa 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci.4,v 1.248 2008/03/27 01:54:44 cnst Exp $
+.\" $OpenBSD: pci.4,v 1.249 2008/04/29 05:33:24 cnst Exp $
.\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna 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: March 27 2008 $
+.Dd $Mdocdate: April 29 2008 $
.Dt PCI 4
.Os
.Sh NAME
@@ -387,6 +387,8 @@ Geode SC1100/SCx200 IAOC watchdog timer device
Intel 6300ESB ICH watchdog timer device
.It Xr kate 4
AMD K8 temperature sensor
+.It Xr km 4
+AMD K10 temperature sensor
.It Xr pwdog 4
Quancom PWDOG1 watchdog timer device
.It Xr viaenv 4