Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 2009 05:17:56 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 156735 for review
Message-ID:  <200901270517.n0R5HuWL054091@repoman.freebsd.org>

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

Change 156735 by hselasky@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;



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