Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2008 06:14:26 GMT
From:      Scott Long <scottl@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 134359 for review
Message-ID:  <200801290614.m0T6EQiN001712@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134359

Change 134359 by scottl@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



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