Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jan 2010 21:15:56 GMT
From:      Alexander Motin <mav@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 173338 for review
Message-ID:  <201001182115.o0ILFueq028296@repoman.freebsd.org>

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

Change 173338 by mav@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 */



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