aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/iic.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r268543.Rui Paulo2014-07-121-0/+67
* Move iic.h to sys/ so that it's automatically installed in /usr/include/sys.Rui Paulo2014-07-121-67/+0
* Fix typo in comment.Joel Dahl2010-08-071-1/+1
* Add two new flags (IIC_M_NOSTOP and IIC_M_NOSTART) to struct iic_msg toNathan Whitehorn2010-06-051-0/+2
* Teach iic(4) the 'repeated start' I2C condition. This will be used by theRafal Jaworowski2009-01-261-0/+1
* Add a fake flag for write. Many drivers have started to use it and itWarner Losh2006-11-281-1/+2
* Allow iic bridges to support a generalized transfer, rather thanWarner Losh2006-07-141-0/+16
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Change /dev/smb and /dev/iic interface to allow user programs to interact withNicolas Souchu1999-01-091-6/+13
* Reviewed by: Doug RabsonNicolas Souchu1998-09-031-0/+40