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

Matt Jacob mjacob at FreeBSD.org
Mon Sep 21 01:41:20 UTC 2009


Author: mjacob
Date: Mon Sep 21 01:41:19 2009
New Revision: 197373
URL: http://svn.freebsd.org/changeset/base/197373

Log:
  (semiforced commit to add comment missed in last delta)
  Add a maximum response length for FCP RSPNS IUs.
  
  Clarify some of the FC option words for setting parameters
  and try and disable automatic PRLI when in target mode- this
  should correct some cases of N-port topologies with 23XX cards
  where we put out an illegal PRLI (in target mode only we're
  not supposed to put out a PRLI).

Modified:
  head/sys/dev/isp/isp.c
  head/sys/dev/isp/isp_stds.h
  head/sys/dev/isp/ispmbox.h

Modified: head/sys/dev/isp/isp.c
==============================================================================
--- head/sys/dev/isp/isp.c	Mon Sep 21 01:38:22 2009	(r197372)
+++ head/sys/dev/isp/isp.c	Mon Sep 21 01:41:19 2009	(r197373)
@@ -63,7 +63,6 @@ __FBSDID("$FreeBSD$");
 /*
  * General defines
  */
-
 #define	MBOX_DELAY_COUNT	1000000 / 100
 #define	ISP_MARK_PORTDB(a, b, c)				\
     isp_prt(isp, ISP_LOGSANCFG, 				\

Modified: head/sys/dev/isp/isp_stds.h
==============================================================================
--- head/sys/dev/isp/isp_stds.h	Mon Sep 21 01:38:22 2009	(r197372)
+++ head/sys/dev/isp/isp_stds.h	Mon Sep 21 01:41:19 2009	(r197373)
@@ -31,7 +31,6 @@
  */
 #ifndef	_ISP_STDS_H
 #define	_ISP_STDS_H
-
 /*
  * FC Frame Header
  *

Modified: head/sys/dev/isp/ispmbox.h
==============================================================================
--- head/sys/dev/isp/ispmbox.h	Mon Sep 21 01:38:22 2009	(r197372)
+++ head/sys/dev/isp/ispmbox.h	Mon Sep 21 01:41:19 2009	(r197373)
@@ -26,6 +26,7 @@
  *  SUCH DAMAGE.
  * 
  */
+
 /*
  * Mailbox and Queue Entry Definitions for for Qlogic ISP SCSI adapters.
  */


More information about the svn-src-head mailing list