diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-04-09 22:04:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-04-09 22:04:12 +0000 |
commit | 9045140f56ba1415e520cf46548d0c85bc8e166a (patch) | |
tree | 380c6d63791ff2a3a042c4e7ac5506e9c62e6fa1 /share | |
parent | 090e518be1b71a6c08072fba27d02891ba2296bc (diff) |
Recognize and support the Microchip MCP9805 JC-42.2 sensor (we hope; I am
simply going through datasheets found on the net...)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/sdtemp.4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/sdtemp.4 b/share/man/man4/sdtemp.4 index 4dbd8592607..588a4fed815 100644 --- a/share/man/man4/sdtemp.4 +++ b/share/man/man4/sdtemp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sdtemp.4,v 1.2 2008/04/09 21:56:40 deraadt Exp $ +.\" $OpenBSD: sdtemp.4,v 1.3 2008/04/09 22:04:11 deraadt Exp $ .\" .\" Copyright (c) 2008 Theo de Raadt <deraadt@openbsd.org> .\" @@ -28,7 +28,8 @@ The driver retrieves temperature sensor information from memory modules which contain sensor chips defined in JEDEC JC-42.4. .Pp -Current sensor chips include the NPX SE97, NPX SE98, and AD ADT7408. +Current sensor chips include the NPX SE97, NPX SE98, Microchip MCP9805, +and AD ADT7408. .Sh SEE ALSO .Xr iic 4 .Sh HISTORY |