aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/smbus
Commit message (Collapse)AuthorAgeFilesLines
* Ooops, forgot the EWOULDBLOCK fix to prevent infinite loop when tryingNicolas Souchu1999-11-011-1/+1
| | | | | | | to request the smbus Notes: svn path=/stable/3/; revision=52777
* MFC.Nicolas Souchu1999-11-014-26/+73
| | | | | | | | | | Update smbus stack, then add alpm(4) and intpm(4) low level smbus drivers. - intpm: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp> Notes: svn path=/stable/3/; revision=52772
* $Id$ -> $FreeBSD$Peter Wemm1999-08-296-6/+6
| | | | Notes: svn path=/stable/3/; revision=50583
* MFC: place parens around SMBPRI to ensure correct eavluation. ->1.3Julian Elischer1999-03-131-2/+2
| | | | Notes: svn path=/stable/3/; revision=44697
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-211-64/+0
| | | | Notes: svn path=/stable/3/; revision=42951
* Return error codes to user-land.Nicolas Souchu1999-01-141-12/+12
| | | | | | | Submitted by: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp> Notes: svn path=/head/; revision=42670
* Change /dev/smb and /dev/iic interface to allow user programs to interact withNicolas Souchu1999-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) Notes: svn path=/head/; revision=42442
* Rename smbtx to intsmb (IntelSMB interface), the future PIIX4 SMBusNicolas Souchu1998-12-281-22/+21
| | | | | | | interface driver. Notes: svn path=/head/; revision=42129
* Eliminate compiler warning.Archie Cobbs1998-12-101-2/+2
| | | | Notes: svn path=/head/; revision=41635
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-072-8/+6
| | | | | | | and local variables, goto labels, and functions declared but not defined. Notes: svn path=/head/; revision=41591
* Remove broken and useless intr interface.Nicolas Souchu1998-11-222-5/+3
| | | | | | | | | | Submitted by: Doug Rabson <dfr@nlsystems.com> Amancio Hasty <hasty@rah.star-gate.com> Avoid compile warnings. Notes: svn path=/head/; revision=41296
* Add semicolon to INTERFACE declarationsNicolas Souchu1998-11-081-2/+2
| | | | Notes: svn path=/head/; revision=41012
* Change METHODE (french) to METHOD.Nicolas Souchu1998-11-071-3/+3
| | | | | | | Submitted by: Nick Hibma <nick.hibma@jrc.it> Notes: svn path=/head/; revision=40994
* New callback mechanism to allow iicbus bus allocation when requestingNicolas Souchu1998-10-314-32/+79
| | | | | | | smbus over iicsmb(4). Notes: svn path=/head/; revision=40785
* Major number allocated for generic SMB i/o -> 106Nicolas Souchu1998-09-091-5/+3
| | | | Notes: svn path=/head/; revision=39024
* Device registration temporaly removed until major number allocation ok.Nicolas Souchu1998-09-041-1/+3
| | | | Notes: svn path=/head/; revision=38813
* Reviewed by: Doug RabsonNicolas Souchu1998-09-031-0/+63
| | | | | | | | Submitted by: nsouch I2C and SMB ioctls Notes: svn path=/head/; revision=38780
* Submitted by: nsouchNicolas Souchu1998-09-036-0/+873
System Management Bus generic support over new bus architecture. Notes: svn path=/cvs2svn/branches/NSOUCH/; revision=38776