1 .\" $NetBSD: wbsio.4,v 1.1 2010/02/21 05:16:29 cnst Exp $
2 .\" $OpenBSD: wbsio.4,v 1.2 2008/02/17 16:48:47 jmc Exp $
4 .\" Copyright (c) 2008 Mark Kettenis <kettenis@openbsd.org>
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.
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.
23 .Nd Winbond LPC Super I/O
25 To compile this driver into the kernel,
26 place the following lines in your
27 kernel configuration file:
28 .Bd -ragged -offset indent
30 .Cd "device wbsio0 at isa? port 0x2e"
31 .Cd "device wbsio1 at isa? port 0x4e"
35 Alternatively, to load the driver as a
36 module at boot time, place the following lines in
38 .Bd -literal -offset indent
45 driver provides support for the Winbond LPC Super I/O ICs.
46 Only the hardware monitoring function is currently supported.
48 Support for the hardware monitor function is provided through the
58 driver first appeared in
71 .An Mark Kettenis Aq Mt kettenis@openbsd.org .
77 .An Constantine A. Murenin ,
78 University of Waterloo.