aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/iicsmb.c
Commit message (Expand)AuthorAgeFilesLines
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-9/+5
* Fix iicbus_intr, iicbus_write and device_read_ivar prototypes...Warner Losh2009-02-101-3/+3
* Change the way I2C bus attachment works to allow firmware-assisted busNathan Whitehorn2009-01-061-1/+1
* Add locking to the core iicbus(4) drivers:John Baldwin2008-08-041-37/+13
* Explicitly lock Giant in smbus_if methods in the bktr_i2c and iicsmbJohn Baldwin2008-06-061-8/+41
* 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