NAME
wbsio
—
Winbond LPC Super I/O
SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device isa
device wbsio0 at isa? port 0x2e
device wbsio1 at isa? port 0x4e
device lm
Alternatively, to load the driver as a module at boot time, place the following lines in loader.conf(5):
lm_load="YES" wbsio_load="YES"
DESCRIPTION
Thewbsio
driver provides support for the Winbond LPC
Super I/O ICs. Only the hardware monitoring function is currently supported.
Support for the hardware monitor function is provided through the lm(4) driver.
SEE ALSO
HISTORY
The wbsio
driver first appeared in
OpenBSD 4.3. NetBSD support
was added in NetBSD 6.0.
DragonFly support was added in
DragonFly 2.5.
AUTHORS
The wbsio
driver was written by
Mark Kettenis
<kettenis@openbsd.org>.
It was adapted to NetBSD and
DragonFly by Constantine A.
Murenin, University of Waterloo.