xref: /netbsd-src/share/man/man4/wbsio.4 (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1.\"	$NetBSD: wbsio.4,v 1.3 2014/03/18 18:20:39 riastradh Exp $
2.\"	$OpenBSD: wbsio.4,v 1.2 2008/02/17 16:48:47 jmc Exp $
3.\"
4.\" Copyright (c) 2008 Mark Kettenis <kettenis@openbsd.org>
5.\"
6.\" Permission to use, copy, modify, and distribute this software for any
7.\" purpose with or without fee is hereby granted, provided that the above
8.\" copyright notice and this permission notice appear in all copies.
9.\"
10.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17.\"
18.Dd February 16, 2010
19.Dt WBSIO 4
20.Os
21.Sh NAME
22.Nm wbsio
23.Nd Winbond LPC Super I/O
24.Sh SYNOPSIS
25.Cd "wbsio* at isa? port 0x2e"
26.Cd "wbsio* at isa? port 0x4e"
27.Cd "lm* at wbsio?"
28.Sh DESCRIPTION
29The
30.Nm
31driver provides support for the Winbond LPC Super I/O ICs.
32Only the hardware monitoring function is currently supported.
33.Pp
34Support for the hardware monitor function is provided through the
35.Xr lm 4
36driver.
37.Sh SEE ALSO
38.Xr intro 4 ,
39.Xr isa 4 ,
40.Xr lm 4
41.Sh HISTORY
42The
43.Nm
44driver first appeared in
45.Ox 4.3 .
46.Nx
47support was added in
48.Nx 6.0 .
49.Sh AUTHORS
50.An -nosplit
51The
52.Nm
53driver was written by
54.An Mark Kettenis Aq Mt kettenis@openbsd.org .
55It was adapted to
56.Nx
57by
58.An Constantine A. Murenin Aq Mt cnst@NetBSD.org .
59