xref: /dflybsd-src/share/man/man4/wbsio.4 (revision e18a87e3e42a0303e48a8cf40af7f21e606277f2)
1a5261280SConstantine A. Murenin.\"	$NetBSD: wbsio.4,v 1.1 2010/02/21 05:16:29 cnst Exp $
2a5261280SConstantine A. Murenin.\"	$OpenBSD: wbsio.4,v 1.2 2008/02/17 16:48:47 jmc Exp $
3a5261280SConstantine A. Murenin.\"
4a5261280SConstantine A. Murenin.\" Copyright (c) 2008 Mark Kettenis <kettenis@openbsd.org>
5a5261280SConstantine A. Murenin.\"
6a5261280SConstantine A. Murenin.\" Permission to use, copy, modify, and distribute this software for any
7a5261280SConstantine A. Murenin.\" purpose with or without fee is hereby granted, provided that the above
8a5261280SConstantine A. Murenin.\" copyright notice and this permission notice appear in all copies.
9a5261280SConstantine A. Murenin.\"
10a5261280SConstantine A. Murenin.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11a5261280SConstantine A. Murenin.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12a5261280SConstantine A. Murenin.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13a5261280SConstantine A. Murenin.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14a5261280SConstantine A. Murenin.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15a5261280SConstantine A. Murenin.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16a5261280SConstantine A. Murenin.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17a5261280SConstantine A. Murenin.\"
18f81520edSConstantine A. Murenin.Dd March 8, 2010
19a5261280SConstantine A. Murenin.Dt WBSIO 4
20a5261280SConstantine A. Murenin.Os
21a5261280SConstantine A. Murenin.Sh NAME
22a5261280SConstantine A. Murenin.Nm wbsio
23a5261280SConstantine A. Murenin.Nd Winbond LPC Super I/O
24a5261280SConstantine A. Murenin.Sh SYNOPSIS
25fa130c02SConstantine A. MureninTo compile this driver into the kernel,
26fa130c02SConstantine A. Mureninplace the following lines in your
27fa130c02SConstantine A. Mureninkernel configuration file:
28fa130c02SConstantine A. Murenin.Bd -ragged -offset indent
29fa130c02SConstantine A. Murenin.Cd "device isa"
30f81520edSConstantine A. Murenin.Cd "device wbsio0 at isa? port 0x2e"
31f81520edSConstantine A. Murenin.Cd "device wbsio1 at isa? port 0x4e"
32f81520edSConstantine A. Murenin.Cd "device lm"
33fa130c02SConstantine A. Murenin.Ed
34fa130c02SConstantine A. Murenin.Pp
35fa130c02SConstantine A. MureninAlternatively, to load the driver as a
36fa130c02SConstantine A. Mureninmodule at boot time, place the following lines in
37fa130c02SConstantine A. Murenin.Xr loader.conf 5 :
38fa130c02SConstantine A. Murenin.Bd -literal -offset indent
39fa130c02SConstantine A. Mureninlm_load="YES"
40fa130c02SConstantine A. Mureninwbsio_load="YES"
41fa130c02SConstantine A. Murenin.Ed
42a5261280SConstantine A. Murenin.Sh DESCRIPTION
43a5261280SConstantine A. MureninThe
44a5261280SConstantine A. Murenin.Nm
45a5261280SConstantine A. Murenindriver provides support for the Winbond LPC Super I/O ICs.
46a5261280SConstantine A. MureninOnly the hardware monitoring function is currently supported.
47a5261280SConstantine A. Murenin.Pp
48a5261280SConstantine A. MureninSupport for the hardware monitor function is provided through the
49a5261280SConstantine A. Murenin.Xr lm 4
50a5261280SConstantine A. Murenindriver.
51a5261280SConstantine A. Murenin.Sh SEE ALSO
52a5261280SConstantine A. Murenin.Xr intro 4 ,
53a5261280SConstantine A. Murenin.Xr isa 4 ,
54a5261280SConstantine A. Murenin.Xr lm 4
55a5261280SConstantine A. Murenin.Sh HISTORY
56a5261280SConstantine A. MureninThe
57a5261280SConstantine A. Murenin.Nm
58a5261280SConstantine A. Murenindriver first appeared in
59a5261280SConstantine A. Murenin.Ox 4.3 .
60a5261280SConstantine A. Murenin.Nx
61a5261280SConstantine A. Mureninsupport was added in
62a5261280SConstantine A. Murenin.Nx 6.0 .
63f81520edSConstantine A. Murenin.Dx
64f81520edSConstantine A. Mureninsupport was added in
65f81520edSConstantine A. Murenin.Dx 2.5 .
66a5261280SConstantine A. Murenin.Sh AUTHORS
67a5261280SConstantine A. Murenin.An -nosplit
68a5261280SConstantine A. MureninThe
69a5261280SConstantine A. Murenin.Nm
70a5261280SConstantine A. Murenindriver was written by
71*e18a87e3SFranco Fichtner.An Mark Kettenis Aq Mt kettenis@openbsd.org .
72a5261280SConstantine A. MureninIt was adapted to
73a5261280SConstantine A. Murenin.Nx
74f81520edSConstantine A. Mureninand
75f81520edSConstantine A. Murenin.Dx
76a5261280SConstantine A. Mureninby
77f81520edSConstantine A. Murenin.An Constantine A. Murenin ,
78f81520edSConstantine A. MureninUniversity of Waterloo.
79