From owner-cvs-src-old@FreeBSD.ORG Fri Jun 10 20:24:17 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 88A8610656D6 for ; Fri, 10 Jun 2011 20:24:17 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 77D608FC20 for ; Fri, 10 Jun 2011 20:24:17 +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 p5AKOHV7065708 for ; Fri, 10 Jun 2011 20:24:17 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5AKOHxg065707 for cvs-src-old@freebsd.org; Fri, 10 Jun 2011 20:24:17 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201106102024.p5AKOHxg065707@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Fri, 10 Jun 2011 20:23:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aac aac.c aacvar.h 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: Fri, 10 Jun 2011 20:24:17 -0000 attilio 2011-06-10 20:23:56 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c aacvar.h Log: SVN rev 222951 on 2011-06-10 20:23:56Z by attilio - Fix races on detach handling of AAC_IFFLAGS_* mask - Fix races on setting AAC_AIFFLAGS_ALLOCFIBS - Remove some unused AAC_IFFLAGS_* bits. Please note that the kthread still makes a difference between the total mask and AAC_AIFFLAGS_ALLOCFIBS because more flags may be added in the future to aifflags. Sponsored by: Sandvine Incorporated Reported and reviewed by: emaste MFC after: 2 weeks Revision Changes Path 1.167 +13 -10 src/sys/dev/aac/aac.c 1.63 +3 -4 src/sys/dev/aac/aacvar.h