From owner-cvs-all Tue Sep 29 17:10:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12021 for cvs-all-outgoing; Tue, 29 Sep 1998 17:10:51 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12010; Tue, 29 Sep 1998 17:10:49 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA01091; Tue, 29 Sep 1998 17:10:45 -0700 (PDT) Date: Tue, 29 Sep 1998 17:10:45 -0700 (PDT) Message-Id: <199809300010.RAA01091@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/aha aha.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/09/29 17:10:44 PDT Modified files: sys/dev/aha aha.c Log: Perform a hard reset on cards when the command fails. This should help those people that have cards that become wedged when a bogus command is issued that are too wedged to have a soft reset help. Revision Changes Path 1.5 +2 -2 src/sys/dev/aha/aha.c