Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2013 16:57:59 GMT
From:      bguan@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r254920 - soc2013/bguan/head/sys/dev/xen/usbfront
Message-ID:  <201307181657.r6IGvxeq026705@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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