diff options
author | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2007-10-14 15:37:45 +0000 |
---|---|---|
committer | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2007-10-14 15:37:45 +0000 |
commit | 63eb135bd550f5b1fa24d2ec99dffc704174bf45 (patch) | |
tree | 11caa8038e92b1a95795e0f421d2cea295655c62 /share/man/man4/wbng.4 | |
parent | 59a67481eb4a67952e68a92e3ea637483c3251d9 (diff) |
wbng(4) manual page for Winbond W83793G; 'commit it' deraadt
Diffstat (limited to 'share/man/man4/wbng.4')
-rw-r--r-- | share/man/man4/wbng.4 | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/share/man/man4/wbng.4 b/share/man/man4/wbng.4 new file mode 100644 index 00000000000..7ed227bfe0e --- /dev/null +++ b/share/man/man4/wbng.4 @@ -0,0 +1,49 @@ +.\" $OpenBSD: wbng.4,v 1.1 2007/10/14 15:37:44 cnst Exp $ +.\" +.\" Copyright (c) 2007 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: October 14 2007 $ +.Dt WBNG 4 +.Os +.Sh NAME +.Nm wbng +.Nd Winbond W83793G voltage, temperature and fan sensor +.Sh SYNOPSIS +.Cd "wbng* at iic?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Winbond W83793G Hardware Monitor. +The device provides 10 voltage sensors, +6 temperature sensors and 12 fan sensors. +Sensor values are made available through the +.Xr sysctl 8 +interface. +.Sh SEE ALSO +.Xr iic 4 , +.Xr intro 4 , +.Xr sensorsd 8 , +.Xr sysctl 8 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.3 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Constantine A. Murenin Aq cnst@openbsd.org . |