socsvn commit: r254920 - soc2013/bguan/head/sys/dev/xen/usbfront

bguan at FreeBSD.org bguan at FreeBSD.org
Thu Jul 18 16:57:59 UTC 2013


Author: bguan
Date: Thu Jul 18 16:57:59 2013
New Revision: 254920
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=254920

Log:
  probe and attach xen usb host controller

Modified:
  soc2013/bguan/head/sys/dev/xen/usbfront/usbfront.c

Modified: soc2013/bguan/head/sys/dev/xen/usbfront/usbfront.c
==============================================================================
--- soc2013/bguan/head/sys/dev/xen/usbfront/usbfront.c	Thu Jul 18 16:54:19 2013	(r254919)
+++ soc2013/bguan/head/sys/dev/xen/usbfront/usbfront.c	Thu Jul 18 16:57:59 2013	(r254920)
@@ -92,7 +92,7 @@
  * Entry point to this code when a new device is created. Allocate the basic
  * structures and the ring buffers for communication with the backend, and
  * inform the backend of the appropriate details for those. Switch to
- * Connected state.
+ * Connected state. 
  */
 static int
 usbfront_probe(device_t dev)


More information about the svn-soc-all mailing list