PERFORCE change 158717 for review

John Baldwin jhb at FreeBSD.org
Thu Mar 5 07:19:59 PST 2009


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

Change 158717 by jhb at 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)


More information about the p4-projects mailing list