index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
iicbus
/
iiconf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow the i2c node requirements to be slightly relaxed.
adrian
2011-12-04
1
-4
/
+4
*
Provide support for IIC_M_NOSTOP/IIC_M_NOSTART for bit-banging and
nwhitehorn
2010-11-08
1
-5
/
+29
*
Revert changes accidentally committed as part of r209298.
nwhitehorn
2010-06-18
1
-29
/
+5
*
Provide for multiple, cascaded PICs on PowerPC systems, and extend the
nwhitehorn
2010-06-18
1
-5
/
+29
*
Handle errors from device_get_chidlren.
imp
2008-08-23
1
-2
/
+5
*
Add locking to the core iicbus(4) drivers:
jhb
2008-08-04
1
-15
/
+19
*
MFp4: Make iicbus_trasnfer_gen suitable for bridge drivers. Use it in the
imp
2007-03-23
1
-6
/
+10
*
const poison
imp
2006-12-05
1
-1
/
+1
*
Allow iic bridges to support a generalized transfer, rather than
imp
2006-07-14
1
-0
/
+42
*
Use __FBSDID().
obrien
2003-08-24
1
-3
/
+4
*
Major rework of the iicbus/smbus framework:
nsouch
2002-03-23
1
-33
/
+0
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-1
/
+1
*
Sync with RELENG_3.
nsouch
1999-11-01
1
-2
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Handle correctly iicbus request/release mechanism. Add iicbus allocation
nsouch
1999-02-13
1
-8
/
+9
*
Changed to use IICBUS_REPEATED_START
roger
1999-02-06
1
-2
/
+2
*
Submitted by: Nicolas Souchu <nsouch@freebsd.org>
roger
1999-01-28
1
-1
/
+50
*
Change /dev/smb and /dev/iic interface to allow user programs to interact with
nsouch
1999-01-09
1
-4
/
+95
*
Remove broken and useless intr interface.
nsouch
1998-11-22
1
-2
/
+2
*
iicbb is generic support for I2C bit-banging.
nsouch
1998-10-31
1
-29
/
+44
*
Submitted by: nsouch
nsouch
1998-09-03
1
-0
/
+207