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
/
iicsmb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-9
/
+5
*
Fix iicbus_intr, iicbus_write and device_read_ivar prototypes...
imp
2009-02-10
1
-3
/
+3
*
Change the way I2C bus attachment works to allow firmware-assisted bus
nwhitehorn
2009-01-06
1
-1
/
+1
*
Add locking to the core iicbus(4) drivers:
jhb
2008-08-04
1
-37
/
+13
*
Explicitly lock Giant in smbus_if methods in the bktr_i2c and iicsmb
jhb
2008-06-06
1
-8
/
+41
*
Minor overhaul of SMBus support:
jhb
2006-09-11
1
-5
/
+7
*
newbus will zero softc, so no need to duplicate the zeroing here.
imp
2006-04-04
1
-2
/
+0
*
Don't hardcode unit numer '0'.
ticso
2003-08-10
1
-1
/
+1
*
Major rework of the iicbus/smbus framework:
nsouch
2002-03-23
1
-40
/
+66
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-3
/
+3
*
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
-11
/
+2
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-2
/
+1
*
iicbb is generic support for I2C bit-banging.
nsouch
1998-10-31
1
-39
/
+89
*
Submitted by: nsouch
nsouch
1998-09-03
1
-0
/
+450