Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

viapm(4) [debian 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

SMBUS(4)						   BSD Kernel Interfaces Manual 						  SMBUS(4)

NAME
smbus -- System Management Bus SYNOPSIS
device smbus device iicsmb device bktr DESCRIPTION
The smbus system provides a uniform, modular and architecture-independent system for the implementation of drivers to control various SMB devices and to utilize different SMB controllers (I2C, PIIX4, Brooktree848, vm86...). System Management Bus The System Management Bus is a two-wire interface through which simple power-related chips can communicate with rest of the system. It uses I2C as its backbone (see iicbus(4)). A system using SMB passes messages to and from devices instead of tripping individual control lines. With the SMBus, a device can provide manufacturer information, tell the system what its model/part number is, save its state for a suspend event, report different types of errors, accept control parameters, and return its status. The SMBus may share the same host device and physical bus as ACCESS bus components provided that an appropriate electrical bridge is provided between the internal SMB devices and external ACCESS bus devices. SEE ALSO
bktr(4), iicbus(4), iicsmb(4), smb(4) The SMBus specification, http://www.smbus.org/specs/. HISTORY
The smbus manual page first appeared in FreeBSD 3.0. AUTHORS
This manual page was written by Nicolas Souchu. BSD
August 10, 1998 BSD
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

AIX and SUN unix commands for hardware monitoring

(2 Replies)
Discussion started by: VeroL
2 Replies

2. Solaris

SUNWglmr -- rasctrl environment monitoring driver for i2c or SCSI device driver ?

I've been researching minimizeing Solaris 8 and found that on the web page http://www.sun.com/bigadmin/content/packagelist/s8u7PkgList/p2.html the package SUNWglmr is listed as "rasctrl environment monitoring driver for i2c, (Root) (32-bit)" while in the document "Solaris 8 minimize-updt1.pdf"... (1 Reply)
Discussion started by: roygoodwin
1 Replies

3. AIX

AIX 4.2 temperature monitoring tools included ?

Are there any AIX 4.2 commands that would give me the ability to monitor the hardware temperature ? I did a forum search and found nothing about AIX. I checked the 'diag' command but it does not say anywhere that it has this feature. I tried the 'prtdiag' command but it does not exist on the... (6 Replies)
Discussion started by: Browser_ice
6 Replies

4. IP Networking

read/write,write/write lock with smbclient fails

Hi, We have smb client running on two of the linux boxes and smb server on another linux system. During a backup operation which uses smb, read of a file was allowed while write to the same file was going on.Also simultaneous writes to the same file were allowed.Following are the settings in the... (1 Reply)
Discussion started by: swatidas11
1 Replies