PERFORCE change 156735 for review
    Hans Petter Selasky 
    hselasky at FreeBSD.org
       
    Mon Jan 26 21:17:58 PST 2009
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=156735
Change 156735 by hselasky at hselasky_laptop001 on 2009/01/27 05:17:14
	
	Make USB match the output produced by other processes in top(1).
	Reported by: Andre Guibert de Bruet
Affected files ...
.. //depot/projects/usb/src/sys/dev/usb2/core/usb2_process.c#14 edit
Differences ...
==== //depot/projects/usb/src/sys/dev/usb2/core/usb2_process.c#14 (text+ko) ====
@@ -184,11 +184,11 @@
 
 	TAILQ_INIT(&up->up_qhead);
 
-	usb2_cv_init(&up->up_cv, "WMSG");
-	usb2_cv_init(&up->up_drain, "DMSG");
+	usb2_cv_init(&up->up_cv, "wmsg");
+	usb2_cv_init(&up->up_drain, "dmsg");
 
 	if (USB_THREAD_CREATE(&usb2_process, up,
-	    &up->up_ptr, "USBPROC")) {
+	    &up->up_ptr, "usbproc")) {
 		DPRINTFN(0, "Unable to create USB process.");
 		up->up_ptr = NULL;
 		goto error;
    
    
More information about the p4-projects
mailing list