Date: Mon, 30 Sep 2002 11:47:11 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 legacy.c nexus.c Message-ID: <200209301847.g8UIlBWr062140@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/09/30 11:47:11 PDT Modified files: sys/i386/i386 legacy.c nexus.c Log: - Give legacy an identify routine that always adds 'legacy0' at an order of 1 so that it is not probed until after acpi0 is probed and attached. - In legacy_probe(), return ENXIO if acpi0 is around and alive. - nexus_attach() is now much simpler and just lets its child drivers do all the work. Revision Changes Path 1.49 +21 -0 src/sys/i386/i386/legacy.c 1.49 +0 -6 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?200209301847.g8UIlBWr062140>