From owner-cvs-all Mon Oct 14 7:40:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E5D537B401; Mon, 14 Oct 2002 07:40:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAAF943EBE; Mon, 14 Oct 2002 07:40:41 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EEe8Mt005372; Mon, 14 Oct 2002 07:40:08 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EEe87t005371; Mon, 14 Oct 2002 07:40:08 -0700 (PDT) Message-Id: <200210141440.g9EEe87t005371@repoman.freebsd.org> From: John Baldwin Date: Mon, 14 Oct 2002 07:40:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 nexus.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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