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;
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to