man.bsd.lv manual page server

Manual Page Search Parameters

WBSIO(4) Device Drivers Manual WBSIO(4)

wbsioWinbond LPC Super I/O

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"

The wbsio 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.

intro(4), isa(4), lm(4)

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.

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.

March 8, 2010 DragonFly-5.6.1