Date: Sat, 4 Aug 2001 23:20:13 -0700 (PDT) From: Scott Long <scottl@FreeBSD.org> 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 Message-ID: <200108050620.f756KDu51084@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108050620.f756KDu51084>