summaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/iicsmb.c
Commit message (Expand)AuthorAgeFilesLines
* Minor overhaul of SMBus support:John Baldwin2006-09-111-5/+7
* newbus will zero softc, so no need to duplicate the zeroing here.Warner Losh2006-04-041-2/+0
* Don't hardcode unit numer '0'.Bernd Walter2003-08-101-1/+1
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-231-40/+66
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-3/+3
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Allow these drivers to be detached.Jake Burkholder2000-06-161-0/+1
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-2/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* $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-11/+2
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* iicbb is generic support for I2C bit-banging.Nicolas Souchu1998-10-311-39/+89
* Submitted by: nsouchNicolas Souchu1998-09-031-0/+450