From owner-cvs-src-old@FreeBSD.ORG Wed May 13 19:26:31 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8DC4106566B for ; Wed, 13 May 2009 19:26:31 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AC9798FC12 for ; Wed, 13 May 2009 19:26:31 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4DJQVC3057564 for ; Wed, 13 May 2009 19:26:31 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4DJQV3A057563 for cvs-src-old@freebsd.org; Wed, 13 May 2009 19:26:31 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200905131926.n4DJQV3A057563@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Wed, 13 May 2009 19:26:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_6 Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2009 19:26:32 -0000 marius 2009-05-13 19:26:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/isp isp_freebsd.c Log: SVN rev 192061 on 2009-05-13 19:26:19Z by marius MFC: r191979 Change uses of the struct ccb_hdr timeout_ch missed when isp(4) was adapted to MPSAFE cam(4) to a isp(4) specific callout structure. Thanks to Florian Smeets for providing access to a machine exhibiting this problem for debugging. Approved by: mjacob Revision Changes Path 1.105.2.12 +3 -2 src/sys/dev/isp/isp_freebsd.c