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
*
Allow the i2c node requirements to be slightly relaxed.
adrian
2011-12-04
1
-0
/
+6
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-2
/
+1
*
bus_add_child: change type of order parameter to u_int
avg
2010-09-10
1
-1
/
+1
*
Fix iicbus_get_addr() on 64-bit big-endian systems. The bus accessor
nwhitehorn
2010-07-08
1
-1
/
+1
*
Fix iicbus_intr, iicbus_write and device_read_ivar prototypes...
imp
2009-02-10
1
-1
/
+1
*
Change the probe priority for PCI and I2C generic bus modules from
nwhitehorn
2009-01-20
1
-1
/
+1
*
Import an Open Firmware I2C bus module. This attaches firmware device tree
nwhitehorn
2009-01-15
1
-0
/
+2
*
Change the way I2C bus attachment works to allow firmware-assisted bus
nwhitehorn
2009-01-06
1
-1
/
+3
*
Add locking to the core iicbus(4) drivers:
jhb
2008-08-04
1
-8
/
+6
*
MFp4: Make the iicbus fully hinted. We no longer automatically add
imp
2007-03-23
1
-46
/
+119
*
o define transfer method
sam
2006-11-19
1
-0
/
+4
*
Allow iic bridges to support a generalized transfer, rather than
imp
2006-07-14
1
-11
/
+12
*
remove DRIVER_MODULE lines that are useless... pcf doesn't exist (only
jmg
2006-04-17
1
-2
/
+0
*
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