From owner-svn-src-all@FreeBSD.ORG Mon Nov 29 04:25:44 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EE80106566B; Mon, 29 Nov 2010 04:25:44 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6BF118FC08; Mon, 29 Nov 2010 04:25:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id oAT4Pip4091485; Mon, 29 Nov 2010 04:25:44 GMT (envelope-from mjacob@svn.freebsd.org) Received: (from mjacob@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id oAT4PiNS091483; Mon, 29 Nov 2010 04:25:44 GMT (envelope-from mjacob@svn.freebsd.org) Message-Id: <201011290425.oAT4PiNS091483@svn.freebsd.org> From: Matt Jacob Date: Mon, 29 Nov 2010 04:25:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r216036 - stable/8/sys/dev/isp X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2010 04:25:44 -0000 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);