Date: Sun, 16 May 2004 14:11:46 -0700 (PDT) From: Joerg Wunsch <joerg@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/iicbus iicbus.c Message-ID: <200405162111.i4GLBk4O015672@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405162111.i4GLBk4O015672>