summaryrefslogtreecommitdiffstats
path: root/sys/dev/iicbus/iicbus.c
Commit message (Expand)AuthorAgeFilesLines
* o define transfer methodsam2006-11-191-0/+4
* Allow iic bridges to support a generalized transfer, rather thanimp2006-07-141-11/+12
* remove DRIVER_MODULE lines that are useless... pcf doesn't exist (onlyjmg2006-04-171-2/+0
* Make "envctrl" a known master driver for iicbus.joerg2004-05-271-0/+1
* After successfully attaching an iicbus instance, instead of using ajoerg2004-05-161-1/+3
* Convert the #if 0 magic to #if SCAN_IICBUS, and make it actually compilejoerg2004-05-121-3/+10
* Use __FBSDID().obrien2003-08-241-3/+3
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-135/+31
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-2/+2
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-2/+2
* Sync with RELENG_3.nsouch1999-11-011-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-9/+11
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* Staticize.eivind1999-04-111-2/+2
* Change /dev/smb and /dev/iic interface to allow user programs to interact withnsouch1999-01-091-11/+24
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-8/+2
* Remove broken and useless intr interface.nsouch1998-11-221-3/+1
* Check if devclass exists for probed devices beforensouch1998-11-081-2/+4
* Add iic driver iff the corresponding devclass exists.nsouch1998-11-071-7/+8
* iicbb is generic support for I2C bit-banging.nsouch1998-10-311-31/+96
* Submitted by: nsouchnsouch1998-09-031-0/+215
OpenPOWER on IntegriCloud