From owner-cvs-all Sun Oct 22 2:21:23 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 469F437B479; Sun, 22 Oct 2000 02:21:21 -0700 (PDT) Received: (from scottl@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA23558; Sun, 22 Oct 2000 02:21:21 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Message-Id: <200010220921.CAA23558@freefall.freebsd.org> From: Scott Long Date: Sun, 22 Oct 2000 02:21:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c aacvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG scottl 2000/10/22 02:21:20 PDT Modified files: sys/dev/aac aac.c aacvar.h Log: First attempt at timeouts for bio commands sent to the controller. No retry is attempted right now; the failure is merely passed up. This may help with the mysterious lockups seen by some with Pablano controllers. Revision Changes Path 1.5 +34 -1 src/sys/dev/aac/aac.c 1.2 +2 -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