Date: Sun, 1 Oct 2000 02:34:55 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 nexus.c Message-ID: <200010010934.CAA14383@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010010934.CAA14383>