From owner-cvs-all Sat Aug 4 23:20:18 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 70ADC37B401; Sat, 4 Aug 2001 23:20:13 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f756KDu51084; Sat, 4 Aug 2001 23:20:13 -0700 (PDT) (envelope-from scottl) Message-Id: <200108050620.f756KDu51084@freefall.freebsd.org> From: Scott Long Date: Sat, 4 Aug 2001 23:20:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c aac_debug.c aac_disk.c aac_pci.c aacvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2001/08/04 23:20:13 PDT Modified files: sys/dev/aac aac.c aac_debug.c aac_disk.c aac_pci.c aacvar.h Log: Bugfixes. Close a race and logic bug in the timeout handling, don't call the interrupt handler from the upper half, etc. This fixes some serious stability problems that we were seeing on our production server. These patches have been tested for almost 6 months and are a highly recommended MFC candidate. Reviewed by: gibbs, merry, msmith MFC after: 4 days Revision Changes Path 1.18 +52 -19 src/sys/dev/aac/aac.c 1.5 +4 -1 src/sys/dev/aac/aac_debug.c 1.10 +3 -1 src/sys/dev/aac/aac_disk.c 1.10 +3 -1 src/sys/dev/aac/aac_pci.c 1.7 +30 -1 src/sys/dev/aac/aacvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message