This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
dev
/
iicbus
History
Justin Hibbits
e17bec9172
Make more unsigned ints signed.
...
Found by: clang (powerpc64) MFC after: 1 week
2013-12-07 22:25:07 +00:00
..
ad7417.c
…
ad7418.c
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays
2013-01-30 18:01:20 +00:00
ds133x.c
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays
2013-01-30 18:01:20 +00:00
ds1374.c
…
ds1631.c
Make more unsigned ints signed.
2013-12-07 22:25:07 +00:00
ds1672.c
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays
2013-01-30 18:01:20 +00:00
ds1775.c
Make more unsigned ints signed.
2013-12-07 22:25:07 +00:00
icee.c
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays
2013-01-30 18:01:20 +00:00
if_ic.c
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
2013-10-26 17:58:36 +00:00
iic.c
…
iic.h
…
iicbb_if.m
…
iicbb.c
…
iicbus_if.m
…
iicbus.c
…
iicbus.h
…
iicoc.c
…
iicoc.h
…
iiconf.c
…
iiconf.h
…
iicsmb.c
…
max6690.c
Fix some integer signs. These unsigned integers should all be signed.
2013-12-07 19:55:34 +00:00
pcf8563.c
…
pcf8563reg.h
…
s35390a.c
…