PERFORCE change 134359 for review

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


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

Change 134359 by scottl at scottl-deimos on 2008/01/29 06:14:17

	Parent the xc device on xenhub

Affected files ...

.. //depot/projects/xen31-xenbus/sys/dev/xen/console/console.c#4 edit

Differences ...

==== //depot/projects/xen31-xenbus/sys/dev/xen/console/console.c#4 (text+ko) ====

@@ -552,7 +552,7 @@
 	}
 }
 
-DRIVER_MODULE(xc, nexus, xc_driver, xc_devclass, 0, 0);
+DRIVER_MODULE(xc, xenhub, xc_driver, xc_devclass, 0, 0);
 /*
  * Local variables:
  * mode: C


More information about the p4-projects mailing list