Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

viapm(4) [netbsd man page]

VIAPM(4)                                                   BSD Kernel Interfaces Manual                                                   VIAPM(4)

NAME
viapm -- VIA chipsets Power Management controller driver SYNOPSIS
device iicbb device iicbus device iicsmb device smbus device smb device viapm DESCRIPTION
This driver provides access to the VIA chipset Power Management Unit family. They are VT82C586B, VT82C596A, VT82C596B, VT82C686A and VT8233. The embedded controller of the VIA chipset may give you access to the monitoring facilities of your mainboard. The 586B support is made by software whereas other controllers support the SMBus protocol by hardware. See smb(4) for writing user code to fetch voltages, temperature and so on from the monitoring chip of your mainboard. SEE ALSO
iicbb(4), iicbus(4), iicsmb(4), smb(4), smbus(4) HISTORY
The viapm manual page first appeared in FreeBSD 4.5. AUTHORS
This manual page was written by Nicolas Souchu <nsouch@FreeBSD.org>. BUGS
Only polling mode is supported. BSD April 20, 2002 BSD

Check Out this Related Man Page

AMDPM(4)						   BSD Kernel Interfaces Manual 						  AMDPM(4)

NAME
amdpm -- AMD 756/766/768/8111 Power Management controller driver SYNOPSIS
device smbus device smb device amdpm DESCRIPTION
This driver provides access to AMD 756/766/768/8111 Power management controllers. Currently, only the SMBus 1.0 controller function is implemented. The SMBus 2.0 functionality of the AMD 8111 controller is supported via the amdsmb(4) driver. The embedded SMBus controller of the AMD 756 chipset may give you access to the monitoring facilities of your mainboard. See smb(4) for writing user code to fetch voltages, temperature and so on from the monitoring chip of your mainboard. SEE ALSO
amdsmb(4), smb(4), smbus(4) HISTORY
The amdpm driver first appeared in FreeBSD 4.5. AUTHORS
This driver was written by Matthew C. Forman. Based heavily on the alpm driver by Nicolas Souchu. This manual page was written by Murray Stokely <murray@FreeBSD.org>. BUGS
Only polling mode is supported. BSD
December 31, 2005 BSD
Man Page