From owner-cvs-sys Sun Jun 9 10:33:35 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA26625 for cvs-sys-outgoing; Sun, 9 Jun 1996 10:33:35 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA26573; Sun, 9 Jun 1996 10:33:22 -0700 (PDT) Date: Sun, 9 Jun 1996 10:33:22 -0700 (PDT) From: "Justin T. Gibbs" Message-Id: <199606091733.KAA26573@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h src/sys/i386/scsi aic7xxx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 96/06/09 10:33:22 Branch: sys/dev/aic7xxx RELENG_2_1_0 sys/i386/scsi RELENG_2_1_0 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h sys/i386/scsi aic7xxx.c Log: Detect and report dataphase overruns. Put the adapter into 'Bit Bucket' mode when this occurs and allow the target to complete the transaction. Force a retry on overruns since they are usually caused by termination or cable problems. Revision Changes Path 1.16.4.17 +26 -1 src/sys/dev/aic7xxx/aic7xxx.seq 1.2.2.8 +6 -1 src/sys/dev/aic7xxx/aic7xxx_reg.h 1.29.2.22 +26 -1 src/sys/i386/scsi/aic7xxx.c