cvs commit: src/sys/dev/iicbus iic.c iicbus.c
Warner Losh
imp at FreeBSD.org
Fri Mar 23 23:08:28 UTC 2007
imp 2007-03-23 23:08:28 UTC
FreeBSD src repository
Modified files:
sys/dev/iicbus iic.c iicbus.c
Log:
MFp4: Make the iicbus fully hinted. We no longer automatically add
some devices (and not others). To get instances onto the iicbus, one
now needs hints or an identify routine. We also do not probe the bus
for devices because many iic devices cannot be safely probed (and when
they can, the probe order turns out to be somewhat difficult to get
right).
# I'm not 100% sure that the iicsmb removal is right. Please contact me if
# this causes difficulty.
Revision Changes Path
1.39 +4 -5 src/sys/dev/iicbus/iic.c
1.24 +119 -46 src/sys/dev/iicbus/iicbus.c
More information about the cvs-src
mailing list