cvs commit: src/sys/dev/iicbus iicbus.c
Joerg Wunsch
joerg at FreeBSD.org
Sun May 16 14:11:47 PDT 2004
joerg 2004/05/16 14:11:46 PDT
FreeBSD src repository
Modified files:
sys/dev/iicbus iicbus.c
Log:
After successfully attaching an iicbus instance, instead of using a
NULL name in device_add_child(), explicitly name all of our known
child drivers in order to give them a chance to attach to us.
Otherwise, only the first one present would be probed and attached.
Reviewed by: nsouch
MFC after: 1 month
Revision Changes Path
1.19 +3 -1 src/sys/dev/iicbus/iicbus.c
More information about the cvs-src
mailing list