From owner-cvs-sys Sun Apr 13 19:27:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA09568 for cvs-sys-outgoing; Sun, 13 Apr 1997 19:27:57 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA09560; Sun, 13 Apr 1997 19:27:54 -0700 (PDT) Date: Sun, 13 Apr 1997 19:27:54 -0700 (PDT) From: "Justin T. Gibbs" Message-Id: <199704140227.TAA09560@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.reg aic7xxx.seq src/sys/i386/scsi aic7xxx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 97/04/13 19:27:53 Modified: sys/dev/aic7xxx aic7xxx.reg aic7xxx.seq Log: Re-arange the selection and reselection code to hopefully kill the spurious selection timeouts that have been reported. Revision Changes Path 1.2 +2 -1 src/sys/dev/aic7xxx/aic7xxx.reg 1.71 +29 -15 src/sys/dev/aic7xxx/aic7xxx.seq Modified: sys/i386/scsi aic7xxx.c Log: Be more careful about how SCBs are cleaned up during error recovery. Add some more diagnostic information to timeouts. Revision Changes Path 1.116 +173 -113 src/sys/i386/scsi/aic7xxx.c