From owner-cvs-all Sun Mar 18 8:10:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 42AD237B718; Sun, 18 Mar 2001 08:10:55 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2IGAtj71309; Sun, 18 Mar 2001 08:10:55 -0800 (PST) (envelope-from scottl) Message-Id: <200103181610.f2IGAtj71309@freefall.freebsd.org> From: Scott Long Date: Sun, 18 Mar 2001 08:10:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG scottl 2001/03/18 08:10:55 PST Modified files: (Branch: RELENG_4) sys/dev/aac aac.c Log: MFC rev 1.12. Fix a race condition in the interrupt handler that can cause commands to become standed until another I/O happens. Allows an aac container to be mounted as root. Approved by: jkh Obtained from: gibbs Revision Changes Path 1.9.2.4 +3 -3 src/sys/dev/aac/aac.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message