summaryrefslogtreecommitdiffstats
path: root/sys/dev/smbus
Commit message (Collapse)AuthorAgeFilesLines
...
* Return error codes to user-land.nsouch1999-01-141-12/+12
| | | | Submitted by: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
* Change /dev/smb and /dev/iic interface to allow user programs to interact withnsouch1999-01-094-41/+22
| | | | | | | | | | devices dynamically. That means, + only one /dev/iic or /dev/smb device for each smb/iic bus to access + I2C/SMB device address must be given to any ioctl + new devices may be plugged and accessed after boot, which was impossible previously (device addresses were hardcoded into the kernel)
* Rename smbtx to intsmb (IntelSMB interface), the future PIIX4 SMBusnsouch1998-12-281-22/+21
| | | | interface driver.
* Eliminate compiler warning.archie1998-12-101-2/+2
|
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-072-8/+6
| | | | and local variables, goto labels, and functions declared but not defined.
* Remove broken and useless intr interface.nsouch1998-11-222-5/+3
| | | | | | | Submitted by: Doug Rabson <dfr@nlsystems.com> Amancio Hasty <hasty@rah.star-gate.com> Avoid compile warnings.
* Add semicolon to INTERFACE declarationsnsouch1998-11-081-2/+2
|
* Change METHODE (french) to METHOD.nsouch1998-11-071-3/+3
| | | | Submitted by: Nick Hibma <nick.hibma@jrc.it>
* New callback mechanism to allow iicbus bus allocation when requestingnsouch1998-10-314-32/+79
| | | | smbus over iicsmb(4).
* Major number allocated for generic SMB i/o -> 106nsouch1998-09-091-5/+3
|
* Device registration temporaly removed until major number allocation ok.nsouch1998-09-041-1/+3
|
* Reviewed by: Doug Rabsonnsouch1998-09-031-0/+63
| | | | | Submitted by: nsouch I2C and SMB ioctls
* Submitted by: nsouchnsouch1998-09-036-0/+873
System Management Bus generic support over new bus architecture.
OpenPOWER on IntegriCloud