From owner-cvs-sys Mon Feb 3 08:29:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA06204 for cvs-sys-outgoing; Mon, 3 Feb 1997 08:29:11 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA06197; Mon, 3 Feb 1997 08:29:09 -0800 (PST) Date: Mon, 3 Feb 1997 08:29:09 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199702031629.IAA06197@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/scsi aic7xxx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 97/02/03 08:29:09 Modified: sys/i386/scsi aic7xxx.c Log: Fix an oversight in the handling of non-tagged abort requests. We need to search the QINFIFO to remove any possible command that is waiting otherwise our abort request may not be held up still waiting for the first command to complete. Revision Changes Path 1.94 +72 -34 src/sys/i386/scsi/aic7xxx.c