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
/
iicbb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide pre/post transfer method callbacks for icbbb
kan
2012-03-01
1
-1
/
+17
*
IIC bitbang changes - prepare to make the bit delay configurable; debug print...
adrian
2011-12-20
1
-31
/
+42
*
Fix iicbus_intr, iicbus_write and device_read_ivar prototypes...
imp
2009-02-10
1
-2
/
+2
*
Add locking to the various iicbus(4) bridge drivers:
jhb
2008-08-04
1
-10
/
+1
*
MFp4: Make iicbus_trasnfer_gen suitable for bridge drivers. Use it in the
imp
2007-03-23
1
-0
/
+2
*
More properly cleanup the iicbus child when deleting it.
imp
2006-12-05
1
-6
/
+27
*
Reference Hauppage's cxm_iic bit-bang device here.
imp
2006-12-05
1
-0
/
+5
*
MFp4: Add ixpiic bit-bang driver.
imp
2006-11-22
1
-0
/
+1
*
Minor style(9) treatment to make things a little more consistant
imp
2006-08-21
1
-17
/
+30
*
newbus will zero softc, so no need to duplicate the zeroing here.
imp
2006-04-04
1
-4
/
+0
*
Use __FBSDID().
obrien
2003-08-24
1
-3
/
+3
*
make iicbb_devclass and iicbb_driver globally visible. This will let
jmg
2003-06-19
1
-2
/
+2
*
Major rework of the iicbus/smbus framework:
nsouch
2002-03-23
1
-28
/
+98
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Allow these drivers to be detached.
jake
2000-06-16
1
-0
/
+1
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-2
/
+0
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
1
-9
/
+10
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-2
/
+1
*
Submitted by: Nicolas Souchu <nsouch@freebsd.org>
roger
1999-01-28
1
-2
/
+2
*
Properly reset parent to get interface addr.
nsouch
1998-11-04
1
-3
/
+3
*
iicbb is generic support for I2C bit-banging.
nsouch
1998-10-31
1
-0
/
+323