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
/
iicbus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make "envctrl" a known master driver for iicbus.
joerg
2004-05-27
1
-0
/
+1
*
After successfully attaching an iicbus instance, instead of using a
joerg
2004-05-16
1
-1
/
+3
*
Convert the #if 0 magic to #if SCAN_IICBUS, and make it actually compile
joerg
2004-05-12
1
-3
/
+10
*
Use __FBSDID().
obrien
2003-08-24
1
-3
/
+3
*
Major rework of the iicbus/smbus framework:
nsouch
2002-03-23
1
-135
/
+31
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-2
/
+2
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-2
/
+2
*
Sync with RELENG_3.
nsouch
1999-11-01
1
-1
/
+1
*
$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
/
+11
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-2
/
+1
*
Staticize.
eivind
1999-04-11
1
-2
/
+2
*
Change /dev/smb and /dev/iic interface to allow user programs to interact with
nsouch
1999-01-09
1
-11
/
+24
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-8
/
+2
*
Remove broken and useless intr interface.
nsouch
1998-11-22
1
-3
/
+1
*
Check if devclass exists for probed devices before
nsouch
1998-11-08
1
-2
/
+4
*
Add iic driver iff the corresponding devclass exists.
nsouch
1998-11-07
1
-7
/
+8
*
iicbb is generic support for I2C bit-banging.
nsouch
1998-10-31
1
-31
/
+96
*
Submitted by: nsouch
nsouch
1998-09-03
1
-0
/
+215