From owner-cvs-src@FreeBSD.ORG Fri Feb 15 13:55:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5ACA116A418; Fri, 15 Feb 2008 13:55:24 +0000 (UTC) (envelope-from iwasaki@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1887E13C465; Fri, 15 Feb 2008 13:55:24 +0000 (UTC) (envelope-from iwasaki@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1FDtOxB062905; Fri, 15 Feb 2008 13:55:24 GMT (envelope-from iwasaki@repoman.freebsd.org) Received: (from iwasaki@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1FDtOCN062904; Fri, 15 Feb 2008 13:55:24 GMT (envelope-from iwasaki) Message-Id: <200802151355.m1FDtOCN062904@repoman.freebsd.org> From: Mitsuru IWASAKI Date: Fri, 15 Feb 2008 13:55:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man4 ciss.4 src/sys/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2008 13:55:24 -0000 iwasaki 2008-02-15 13:55:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) share/man/man4 ciss.4 sys/dev/ciss ciss.c Log: MFC: share/man/man4/ciss.4:1.15, sys/dev/ciss/ciss.c:1.87 Add `hw.ciss.nop_message_heartbeat' tunable (default disabled) for NOP-message polling in ciss_periodic(). Note that setting the tunable to non-zero can be workaround only for `ADAPTER HEARTBEAT FAILED' problem, and may freeze the system w/o the problem. Approved by: re (kensmith) Revision Changes Path 1.14.4.1 +6 -0 src/share/man/man4/ciss.4 1.81.2.1.2.2 +4 -1 src/sys/dev/ciss/ciss.c