diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-03-10 23:14:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-03-10 23:14:31 +0000 |
commit | bcc53476188646a13fa8afe78d5b87a831c1cc08 (patch) | |
tree | 18fcfead63bc509bf94191c1f304a0d240941527 /share/man/man4 | |
parent | b25c6f5b64e72a1079b92f61c32abdafffe3b7c7 (diff) |
Add support for detecting the NXP SA56004X (we have not actually
seen it in the wild yet, but the detection seems easy). Few bugs spotted
by kettenis.
ok kettenis
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/admtemp.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/admtemp.4 b/share/man/man4/admtemp.4 index 12422a06335..12cb0b98568 100644 --- a/share/man/man4/admtemp.4 +++ b/share/man/man4/admtemp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: admtemp.4,v 1.8 2007/05/31 19:19:48 jmc Exp $ +.\" $OpenBSD: admtemp.4,v 1.9 2011/03/10 23:14:29 deraadt Exp $ .\" .\" Copyright (c) 2005 Theo de Raadt <deraadt@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: March 10 2011 $ .Dt ADMTEMP 4 .Os .Sh NAME @@ -27,8 +27,8 @@ The .Nm driver provides support for the Analog Devices ADM1021, Analog Devices ADM1023, Analog Devices ADM1032, Genesys Logic GL523SM, -Global Mixed-mode Technology G781, Maxim 1617, and Xeon embedded -temperature sensors. +Global Mixed-mode Technology G781, Maxim 1617, NXP SA56004x, +and Xeon embedded temperature sensors. The device possesses internal and external temperature sensors. These values are made available through the .Xr sysctl 8 |