From owner-cvs-sys Fri Apr 4 11:37:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA28940 for cvs-sys-outgoing; Fri, 4 Apr 1997 11:37:28 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA28925; Fri, 4 Apr 1997 11:37:23 -0800 (PST) Date: Fri, 4 Apr 1997 11:37:23 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199704041937.LAA28925@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq src/sys/scsi scsi_base.c src/sys/i386/scsi aic7xxx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 97/04/04 11:37:23 Modified: sys/dev/aic7xxx aic7xxx.seq Log: Add missing Id that was lost when the sequencer file format changed. Revision Changes Path 1.68 +2 -0 src/sys/dev/aic7xxx/aic7xxx.seq Modified: sys/i386/scsi aic7xxx.c Log: Now that we use AAP, we have to explicitly unpause the sequencer when queueing an abort SCB. Revision Changes Path 1.112 +11 -2 src/sys/i386/scsi/aic7xxx.c Modified: sys/scsi scsi_base.c Log: Add a 1ms delay in the XS_BUSY case. This is the same error code returned for the QUEUE FULL condition. This may help avoid wedging a device by immediately requeeuing the transaction in this case. Revision Changes Path 1.48 +6 -1 src/sys/scsi/scsi_base.c