summaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/iicbus.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-2/+2
* Sync with RELENG_3.Nicolas Souchu1999-11-011-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-291-9/+11
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* Staticize.Eivind Eklund1999-04-111-2/+2
* Change /dev/smb and /dev/iic interface to allow user programs to interact withNicolas Souchu1999-01-091-11/+24
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-8/+2
* Remove broken and useless intr interface.Nicolas Souchu1998-11-221-3/+1
* Check if devclass exists for probed devices beforeNicolas Souchu1998-11-081-2/+4
* Add iic driver iff the corresponding devclass exists.Nicolas Souchu1998-11-071-7/+8
* iicbb is generic support for I2C bit-banging.Nicolas Souchu1998-10-311-31/+96
* Submitted by: nsouchNicolas Souchu1998-09-031-0/+215