PERFORCE change 173338 for review

Alexander Motin mav at FreeBSD.org
Mon Jan 18 21:15:57 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=173338

Change 173338 by mav at mav_mavtest on 2010/01/18 21:15:18

	When periph priority rizing, it may get permission to run.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/cam/cam_xpt.c#138 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/cam/cam_xpt.c#138 (text+ko) ====

@@ -3158,6 +3158,7 @@
 			camq_change_priority(&device->drvq,
 					     perph->pinfo.index,
 					     new_priority);
+			runq = xpt_schedule_dev_allocq(perph->path->bus, device);
 		}
 	} else {
 		/* New entry on the queue */


More information about the p4-projects mailing list