From owner-cvs-all Sun Oct 1 2:34:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A62037B502; Sun, 1 Oct 2000 02:34:56 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA14383; Sun, 1 Oct 2000 02:34:56 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200010010934.CAA14383@freefall.freebsd.org> From: Peter Wemm Date: Sun, 1 Oct 2000 02:34:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 nexus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/10/01 02:34:55 PDT Modified files: sys/i386/i386 nexus.c Log: Fix the no-pci case of attaching isa, eisa and mca devices. device_add_child() is meant to be called by the bus add_child method, not to replace the bus add_child method. We could have called nexus_add_device directly too, that would have also worked. PR: 21657 Tested by: markm Revision Changes Path 1.36 +4 -8 src/sys/i386/i386/nexus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message