From owner-cvs-src-old@FreeBSD.ORG Thu Apr 14 09:12:05 2011 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 CDAEB106566C for ; Thu, 14 Apr 2011 09:12:05 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A07698FC13 for ; Thu, 14 Apr 2011 09:12:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p3E9C559014862 for ; Thu, 14 Apr 2011 09:12:05 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3E9C5qW014861 for cvs-src-old@freebsd.org; Thu, 14 Apr 2011 09:12:05 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <201104140912.p3E9C5qW014861@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Thu, 14 Apr 2011 09:11:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cam/ata ata_da.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: Thu, 14 Apr 2011 09:12:05 -0000 mav 2011-04-14 09:11:50 UTC FreeBSD src repository Modified files: sys/cam/ata ata_da.c Log: SVN rev 220618 on 2011-04-14 09:11:50Z by mav Fix typo in write_cache tunable name and move TUNABLE_INT_FETCH() out of the SIM lock to fix WITNESS warning. Reported by: jh Revision Changes Path 1.25 +6 -4 src/sys/cam/ata/ata_da.c