svn commit: r290506 - head/sys/dev/isp

Alexander Motin mav at FreeBSD.org
Sat Nov 7 19:03:48 UTC 2015


Author: mav
Date: Sat Nov  7 19:03:47 2015
New Revision: 290506
URL: https://svnweb.freebsd.org/changeset/base/290506

Log:
  Specify VP when sending a marker.

Modified:
  head/sys/dev/isp/isp.c

Modified: head/sys/dev/isp/isp.c
==============================================================================
--- head/sys/dev/isp/isp.c	Sat Nov  7 18:26:32 2015	(r290505)
+++ head/sys/dev/isp/isp.c	Sat Nov  7 19:03:47 2015	(r290506)
@@ -4434,6 +4434,7 @@ isp_start(XS_T *xs)
 			m->mrk_header.rqs_entry_count = 1;
 			m->mrk_header.rqs_entry_type = RQSTYPE_MARKER;
 			m->mrk_modifier = SYNC_ALL;
+			m->mrk_vphdl = XS_CHANNEL(xs);
 			isp_put_marker_24xx(isp, m, qep);
 		} else {
 			isp_marker_t *m = (isp_marker_t *) reqp;


More information about the svn-src-head mailing list