summaryrefslogtreecommitdiff
path: root/sys/dev/iicbus
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.4.0_cvscvs2svn1999-12-2010-10/+10
* Fix compile error.Nicolas Souchu1999-11-021-0/+1
* MFC.Nicolas Souchu1999-11-013-3/+27
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2910-10/+10
* Changed to use IICBUS_REPEATED_STARTRoger Hardiman1999-02-041-2/+2
* Updated iicbus_repeated_start() for bt848 MSP34xx audio chip supportRoger Hardiman1999-01-271-3/+2
* Submitted by: Roger HardimanRoger Hardiman1999-01-271-1/+23
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>Roger Hardiman1999-01-261-1/+28
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>Roger Hardiman1999-01-261-1/+5
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>Roger Hardiman1999-01-261-2/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-211-47/+0
* Change /dev/smb and /dev/iic interface to allow user programs to interact withNicolas Souchu1999-01-096-34/+157
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-073-13/+4
* Remove broken and useless intr interface.Nicolas Souchu1998-11-222-5/+3
* Check if devclass exists for probed devices beforeNicolas Souchu1998-11-081-2/+4
* Add semicolon to INTERFACE declarationsNicolas Souchu1998-11-082-4/+4
* Add iic driver iff the corresponding devclass exists.Nicolas Souchu1998-11-071-7/+8
* Properly reset parent to get interface addr.Nicolas Souchu1998-11-041-3/+3
* iicbb is generic support for I2C bit-banging.Nicolas Souchu1998-10-3110-120/+665
* Major number allocated for generic I2C i/o -> 105Nicolas Souchu1998-09-091-5/+4
* Device registration temporaly removed until major number allocation ok.Nicolas Souchu1998-09-041-4/+5
* Reviewed by: Doug RabsonNicolas Souchu1998-09-031-0/+40
* Submitted by: nsouchNicolas Souchu1998-09-038-0/+1843