svn commit: r216036 - stable/8/sys/dev/isp

Matt Jacob mjacob at FreeBSD.org
Mon Nov 29 04:25:44 UTC 2010


Author: mjacob
Date: Mon Nov 29 04:25:44 2010
New Revision: 216036
URL: http://svn.freebsd.org/changeset/base/216036

Log:
  This is an MFC of 215951
  
  Partially revert 208119. We were overwriting tunable settings.

Modified:
  stable/8/sys/dev/isp/isp_freebsd.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/dev/isp/isp_freebsd.c
==============================================================================
--- stable/8/sys/dev/isp/isp_freebsd.c	Mon Nov 29 03:38:40 2010	(r216035)
+++ stable/8/sys/dev/isp/isp_freebsd.c	Mon Nov 29 04:25:44 2010	(r216036)
@@ -141,9 +141,6 @@ isp_attach_chan(ispsoftc_t *isp, struct 
 		fc->path = path;
 		fc->isp = isp;
 		fc->ready = 1;
-		fc->gone_device_time = isp_gone_device_time;
-		fc->loop_down_limit = isp_loop_down_limit;
-		fc->hysteresis = isp_fabric_hysteresis;
 		callout_init_mtx(&fc->ldt, &isp->isp_osinfo.lock, 0);
 		callout_init_mtx(&fc->gdt, &isp->isp_osinfo.lock, 0);
 


More information about the svn-src-all mailing list