From owner-cvs-all@FreeBSD.ORG Fri Feb 6 19:30:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68DE016A4CF; Fri, 6 Feb 2004 19:30:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9811B43D2F; Fri, 6 Feb 2004 19:30:32 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i173UW0B032074; Fri, 6 Feb 2004 19:30:32 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i173UWPQ032073; Fri, 6 Feb 2004 19:30:32 -0800 (PST) (envelope-from scottl) Message-Id: <200402070330.i173UWPQ032073@repoman.freebsd.org> From: Scott Long Date: Fri, 6 Feb 2004 19:30:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aac aacvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2004 03:30:33 -0000 scottl 2004/02/06 19:30:32 PST FreeBSD src repository Modified files: sys/dev/aac aacvar.h Log: Reduce AAC_MAX_FIBS to work around some yet-unidentified bugs in the handling of resources shortages. The driver is now so fast that it can completely fill all 512 slots on the card, but for some reason only 511 slots are being allocated. Anything that tries to go into the 512th slot gets silently lost. Both bugs need to be fixed at a later date, but this should fix the reports of hangs in getblk and vinvalb. Revision Changes Path 1.38 +1 -1 src/sys/dev/aac/aacvar.h