From owner-cvs-sys Thu Aug 21 14:23:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA20227 for cvs-sys-outgoing; Thu, 21 Aug 1997 14:23:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA20189; Thu, 21 Aug 1997 14:23:32 -0700 (PDT) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA04836; Thu, 21 Aug 1997 14:23:23 -0700 (PDT) Date: Thu, 21 Aug 1997 14:23:23 -0700 (PDT) Message-Id: <199708212123.OAA04836@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/scsi aic7xxx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1997/08/21 14:23:23 PDT Modified files: sys/i386/scsi aic7xxx.c Log: Change restart_sequencer to be more robust by performing an explicit pause before attempting to reset the sequencer address. Remove the loop checking to see if the address has gone to zero since it is unnecessary Adjust the abort SCB timeouts back up to 2 seconds where they should be. Fix an oversight in the removal of the bus reset settle code where we might not run the queue of completed commands. Remove an unecessary call to ahc_run_done_queue in ahc_reset_current_bus. Submitted by: Tor Egge Revision Changes Path 1.124 +6 -17 src/sys/i386/scsi/aic7xxx.c