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
/
iic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the correct type for i when iterating over `buf` to avoid unlikely
ngie
2016-01-30
1
-1
/
+2
*
Fix numerous issues in iic(4) and iicbus(4):
jah
2015-04-21
1
-172
/
+265
*
Revert r268543.
rpaulo
2014-07-12
1
-1
/
+1
*
Move iic.h to sys/ so that it's automatically installed in /usr/include/sys.
rpaulo
2014-07-12
1
-1
/
+1
*
Ignore IIC_ENOADDR from iicbus_reset() as it only means we have a
loos
2014-05-31
1
-0
/
+6
*
Check the return value of uiomove(9).
kevlo
2012-11-13
1
-1
/
+5
*
Revert r226398 and instead move the allocation of usrbufs after the error check.
brueffer
2011-10-16
1
-4
/
+2
*
Properly free resources in an error case.
brueffer
2011-10-15
1
-1
/
+3
*
Teach iic(4) the 'repeated start' I2C condition. This will be used by the
raj
2009-01-26
1
-0
/
+5
*
Revert revision 186833 and try a different strategy to allow this device to
nwhitehorn
2009-01-15
1
-2
/
+6
*
Change the way I2C bus attachment works to allow firmware-assisted bus
nwhitehorn
2009-01-06
1
-2
/
+2
*
Add locking to the core iicbus(4) drivers:
jhb
2008-08-04
1
-40
/
+81
*
MFp4: Make the iicbus fully hinted. We no longer automatically add
imp
2007-03-23
1
-5
/
+4
*
<blush> copyout on read, not write.
imp
2006-11-22
1
-2
/
+2
*
jhb points out that these mallocs don't need to be checked because
imp
2006-09-06
1
-16
/
+0
*
MFp4: check the return value of malloc and report an error when invalid.
imp
2006-09-06
1
-0
/
+16
*
Allow iic bridges to support a generalized transfer, rather than
imp
2006-07-14
1
-1
/
+28
*
newbus will zero softc, so no need to duplicate the zeroing here.
imp
2006-04-04
1
-7
/
+1
*
Replace hard coded '0' with symbolic constant IIC_UNKNOWN to reflect what
imp
2006-04-04
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-6
/
+6
*
Another candidate that didn't use copyin/copyout for user<->kernel
joerg
2004-05-16
1
-3
/
+23
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Don't hardcode unit numer '0'.
ticso
2003-08-10
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+7
*
move <machine/iic.h> and <machine/smb.h> to <dev/iicbus/iic.h> and
peter
2002-09-19
1
-3
/
+1
*
Major rework of the iicbus/smbus framework:
nsouch
2002-03-23
1
-19
/
+50
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-2
/
+2
*
KSE Milestone 2
julian
2001-09-12
1
-3
/
+3
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
Convert iic to use make_dev() rather than cdevsw_add(). This stops the
peter
1999-11-18
1
-1
/
+3
*
Use cdevsw_add() explicitly and DRIVER_MODULE().
peter
1999-11-08
1
-1
/
+2
*
Fix: WARNING: "iic" is usurping "iic"'s cdevsw[] - the DEV_DRIVER_MODULE()
peter
1999-10-04
1
-4
/
+0
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Remove cmaj and bmaj args from DEV_DRIVER_MODULE.
phk
1999-07-04
1
-3
/
+2
*
Simplify cdevsw registration.
phk
1999-05-31
1
-17
/
+5
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-5
/
+22
*
Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference between
phk
1999-05-09
1
-2
/
+2
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-2
/
+1
*
Continue where Julian left off in July 1998:
phk
1999-05-07
1
-3
/
+3
*
Handle correctly iicbus request/release mechanism. Add iicbus allocation
nsouch
1999-02-13
1
-1
/
+19
*
Change /dev/smb and /dev/iic interface to allow user programs to interact with
nsouch
1999-01-09
1
-3
/
+13
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-3
/
+1
*
iicbb is generic support for I2C bit-banging.
nsouch
1998-10-31
1
-3
/
+3
*
Major number allocated for generic I2C i/o -> 105
nsouch
1998-09-09
1
-5
/
+4
*
Device registration temporaly removed until major number allocation ok.
nsouch
1998-09-04
1
-4
/
+5
[next]