Author: will
Date: Wed Jan 21 20:27:11 2015
New Revision: 277514
URL: https://svnweb.freebsd.org/changeset/base/277514

Log:
  Force commit to record the correct log for r277513.
  
  If the user sends an XPT_RESET_DEV CCB, make sure to reset the
  Fibre Channel Command Reference Number if we're running on a FC
  controller.
  
  We send a SCSI Target Reset when we get this CCB, and as a result
  need to reset the CRN to 1 on the next command.
  
  isp_freebsd.c:
        In the XPT_RESET_DEV implementation in isp_action(), reset
        the CRN if we're on a FC controller.
  
  Submitted by: ken
  MFC after:    1 week
  Sponsored by: Spectra Logic
  MFSpectraBSD: 1112787 on 2015/01/15

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

Modified: head/sys/dev/isp/isp_freebsd.c
==============================================================================
--- head/sys/dev/isp/isp_freebsd.c      Wed Jan 21 20:22:53 2015        
(r277513)
+++ head/sys/dev/isp/isp_freebsd.c      Wed Jan 21 20:27:11 2015        
(r277514)
@@ -29,6 +29,7 @@
  */
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
+
 #include <dev/isp/isp_freebsd.h>
 #include <sys/unistd.h>
 #include <sys/kthread.h>
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to