From owner-cvs-all Fri Nov 3 8:11: 8 2000 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 D026437B4C5; Fri, 3 Nov 2000 08:11:05 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA98731; Fri, 3 Nov 2000 08:11:05 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <200011031611.IAA98731@freefall.freebsd.org> From: Mike Smith Date: Fri, 3 Nov 2000 08:11:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/twe twe.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/11/03 08:11:05 PST Modified files: sys/dev/twe twe.c Log: If we can't get a command to back the bio we just took off the queue, put the bio back, otherwise we'll drop it when we bail. This was causing bio lossage under load, leading to eventual system lockup. Revision Changes Path 1.5 +4 -2 src/sys/dev/twe/twe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message