Author: mav
Date: Sun Apr 13 11:08:57 2014
New Revision: 264406
URL: http://svnweb.freebsd.org/changeset/base/264406

Log:
  Report more readable state "-" for idle CAM scan thread.

Modified:
  head/sys/cam/cam_xpt.c

Modified: head/sys/cam/cam_xpt.c
==============================================================================
--- head/sys/cam/cam_xpt.c      Sun Apr 13 09:31:22 2014        (r264405)
+++ head/sys/cam/cam_xpt.c      Sun Apr 13 11:08:57 2014        (r264406)
@@ -768,7 +768,7 @@ xpt_scanner_thread(void *dummy)
        for (;;) {
                if (TAILQ_EMPTY(&xsoftc.ccb_scanq))
                        msleep(&xsoftc.ccb_scanq, &xsoftc.xpt_topo_lock, PRIBIO,
-                              "ccb_scanq", 0);
+                              "-", 0);
                if ((ccb = (union ccb *)TAILQ_FIRST(&xsoftc.ccb_scanq)) != 
NULL) {
                        TAILQ_REMOVE(&xsoftc.ccb_scanq, &ccb->ccb_h, 
sim_links.tqe);
                        xpt_unlock_buses();
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to