diff options
author | 2006-01-13 21:55:08 +0000 | |
---|---|---|
committer | 2006-01-13 21:55:08 +0000 | |
commit | 9211a2dd73baa6d02b633d810d6fddb40bf52fdd (patch) | |
tree | 40b992f73a108c5ebbdc59a81a1ab7dbb4795842 | |
parent | handle all 3 types of chips correctly. go into continuous mode, and (diff) | |
download | wireguard-openbsd-9211a2dd73baa6d02b633d810d6fddb40bf52fdd.tar.xz wireguard-openbsd-9211a2dd73baa6d02b633d810d6fddb40bf52fdd.zip |
maxds now supports DS1624 and DS1721.
-rw-r--r-- | share/man/man4/iic.4 | 4 | ||||
-rw-r--r-- | share/man/man4/maxds.4 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4 index b6982ce4eb4..61d6743b59a 100644 --- a/share/man/man4/iic.4 +++ b/share/man/man4/iic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.4,v 1.38 2006/01/06 23:21:52 deraadt Exp $ +.\" $OpenBSD: iic.4,v 1.39 2006/01/13 21:55:08 grange Exp $ .\" .\" Copyright (c) 2004, 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -122,7 +122,7 @@ National Semiconductor LM87 temperature sensor .It Xr lmtemp 4 National Semiconductor LM75/LM77 temperature sensor .It Xr maxds 4 -Maxim DS1631 temperature sensor +Maxim DS1624/DS1631/DS1721 temperature sensor .It Xr maxtmp 4 Maxim MAX6642/MAX6690 temperature sensor .It Xr pcagpio 4 diff --git a/share/man/man4/maxds.4 b/share/man/man4/maxds.4 index ae33d954b29..e94017062fe 100644 --- a/share/man/man4/maxds.4 +++ b/share/man/man4/maxds.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: maxds.4,v 1.3 2006/01/01 20:52:28 deraadt Exp $ +.\" $OpenBSD: maxds.4,v 1.4 2006/01/13 21:55:08 grange Exp $ .\" .\" Copyright (c) 2005 Theo de Raadt <deraadt@openbsd.org> .\" @@ -19,13 +19,13 @@ .Os .Sh NAME .Nm maxds -.Nd Maxim DS1631 temperature sensor +.Nd Maxim DS1624/DS1631/DS1721 temperature sensor .Sh SYNOPSIS .Cd "maxds* at iic?" .Sh DESCRIPTION The .Nm -driver provides support for the Maxim DS1631 +driver provides support for the Maxim DS1624/DS1631/DS1721 temperature sensor. The sensor possesses just one accurate temperature sensor; the value is made available through the |