From owner-cvs-sys Mon Apr 7 11:32:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA00808 for cvs-sys-outgoing; Mon, 7 Apr 1997 11:32:52 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA00797; Mon, 7 Apr 1997 11:32:50 -0700 (PDT) Date: Mon, 7 Apr 1997 11:32:50 -0700 (PDT) From: "Justin T. Gibbs" Message-Id: <199704071832.LAA00797@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/04/07 11:32:49 Modified: sys/i386/scsi aic7xxx.c Log: Fix an infinite loop caused by calling ahc_run_done queue while the driver is waiting a bus settle delay. There should really be a facility for the controller driver to "freeze" its queue during recovery operations which would make all of this gymnastics unnecessary. Revision Changes Path 1.114 +32 -3 src/sys/i386/scsi/aic7xxx.c