Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Mar 2009 15:19:57 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 158717 for review
Message-ID:  <200903051519.n25FJve9019745@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

http://perforce.freebsd.org/chv.cgi?CH=158717

Change 158717 by jhb@jhb_jhbbsd on 2009/03/05 15:19:38

	ia64 will need to probe its nexus early as well so acpi will DTRT
	since acpi_probe_order() is mostly gone.

Affected files ...

.. //depot/projects/multipass/sys/ia64/ia64/nexus.c#2 edit

Differences ...

==== //depot/projects/multipass/sys/ia64/ia64/nexus.c#2 (text+ko) ====

@@ -151,7 +151,8 @@
 };
 static devclass_t nexus_devclass;
 
-DRIVER_MODULE(nexus, root, nexus_driver, nexus_devclass, 0, 0);
+EARLY_DRIVER_MODULE(nexus, root, nexus_driver, nexus_devclass, 0, 0,
+    BUS_PASS_BUS);
 
 static int
 nexus_probe(device_t dev)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903051519.n25FJve9019745>