Date: Mon, 14 Oct 2002 07:40:08 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 nexus.c Message-ID: <200210141440.g9EEe87t005371@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/10/14 07:40:08 PDT Modified files: (Branch: RELENG_4) sys/i386/i386 nexus.c Log: Argh, use 'BUS_ADD_CHILD()' instead of 'device_add_child()' to add eisa0 and friends. We have to use the kobj version so that the nexus driver's nexus_add_child() function gets called and device ivars get setup. Tested by: many Pointy hat to: jhb Revision Changes Path 1.26.2.8 +4 -4 src/sys/i386/i386/nexus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210141440.g9EEe87t005371>