Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

smbus(7d) [opensolaris man page]

smbus(7D)							      Devices								 smbus(7D)

NAME
smbus - System Management Bus controller driver DESCRIPTION
The smbus driver is a I2C (Inter IC) nexus driver that allows the system to communicate with various system component chips. SMBus is a two-wire control bus based on the I2C protocol through which systems can communicate with various I2C devices connected to the bus. The smbus driver supports byte and block level transfer based on interrupt and polled mode. FILES
/platform/sun4u/kernel/drv/sparcv9/smbus 64 bit ELF kernel module ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcarx | +-----------------------------+-----------------------------+ |Architecture |SPARC | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5) Writing Device Drivers System Management Bus (SMBus) Specification 2.0 -- SBS Implementation Forum The I2C Bus and How To Use It --Philips Semiconductor Document # 98-8080-575-01 SunOS 5.11 23 July 2003 smbus(7D)

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

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Writing to a file in different way

HI all, If I have 3 lines in variables such as follows x=Unix Forum y=Interactive Forum z=Unix Forum is Best Forum Now I want to write these 3 lines in a file so that that file will look like Unix Forum Interactive Forum Unix Forum is Best Forum How can I do it ? ... (4 Replies)
Discussion started by: dhananjaysk
4 Replies

2. Solaris

split bus mode

Hi there, I have two SunBlade 2000s that I want to connect to a single D1000. I am told that I need to do a split bus mode. I don't really understand what that means. Does that mean that half of the storage disks will be assigned to one host and the others to the other host? How do I get... (18 Replies)
Discussion started by: Arkayev
18 Replies

3. Shell Programming and Scripting

Shell Scripted Document Management System

Over the past 4 -5 years, I have cobbled together a rudimentary 'Document Management System' for a school district I support using Linux Bash Shell scripts.. The purpose of the scripting was to supplement features of a Job Applicant Center that had very simplistic methods of handle file... (1 Reply)
Discussion started by: rmuledeer
1 Replies

4. UNIX for Advanced & Expert Users

Bus Error

(2 Replies)
Discussion started by: anbu23
2 Replies

5. UNIX for Advanced & Expert Users

Setting I2C Bus frequency

Hi All, For Linux Kernel 2.6.26 : I am using a I2C bus for command interface from my system when connecting to different devices. I have different I2C frequency requirements from different devices. Can you please suggest me a way to set the I2C frequency based on the device in use at runtime?... (0 Replies)
Discussion started by: mist4u
0 Replies

6. SCO

Need help for Dual Ethernet on SCO UNIX

Mobo contains Dual Gigabit Ethernet Controller. One Eth is on Bus 2, Device 0 Second on Bus 5, Device 2 The one that is on Bus 2 works, and it can be pinged, bu otherone on bus 5, doesn't work at all. Can anyone help me in setting both cards to work? P.S. Drivers are from Marvell Yukon... (2 Replies)
Discussion started by: PNemesis
2 Replies

7. Post Here to Contact Site Administrators and Moderators

How to become Forum Advisor / Staff?

Hi, Just curious to know how does one become a Forum Advisor or Forum Staff or Admin in unix.com? regards, Ahamed (4 Replies)
Discussion started by: ahamed101
4 Replies

8. UNIX for Dummies Questions & Answers

Benefit of Kernel

So I was wondering what are the benefits of Unix kernel? It does Process Management, File Management, Main Memory Management and Disk Management! Why couldn't operating system take care of these things? why did we need another intermediate :wall: (8 Replies)
Discussion started by: mahinkhan22
8 Replies