PERFORCE change 134358 for review

Scott Long scottl at FreeBSD.org
Mon Jan 28 22:14:27 PST 2008


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

Change 134358 by scottl at scottl-deimos on 2008/01/29 06:13:41

	Probe xenhub child before attaching them.

Affected files ...

.. //depot/projects/xen31-xenbus/sys/xen/xenbus/xenbus_probe.c#6 edit

Differences ...

==== //depot/projects/xen31-xenbus/sys/xen/xenbus/xenbus_probe.c#6 (text+ko) ====

@@ -1078,6 +1078,7 @@
 		device_set_ivars(child, &xenbus_backend);
 #endif
 
+		bus_generic_probe(dev);
 		bus_generic_attach(dev);
 		
 	}


More information about the p4-projects mailing list