From owner-cvs-sys Fri Jun 7 23:56:26 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA19217 for cvs-sys-outgoing; Fri, 7 Jun 1996 23:56:26 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA19077; Fri, 7 Jun 1996 23:55:57 -0700 (PDT) Date: Fri, 7 Jun 1996 23:55:57 -0700 (PDT) From: "Justin T. Gibbs" Message-Id: <199606080655.XAA19077@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq src/sys/i386/scsi aic7xxx.c src/sys/pci aic7870.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 96/06/07 23:55:56 Modified: sys/dev/aic7xxx aic7xxx.seq Log: Hopefully fix the parity problem and the hang on message reject for good. Revision Changes Path 1.41 +12 -5 src/sys/dev/aic7xxx/aic7xxx.seq Modified: sys/i386/scsi aic7xxx.c Log: Bring back the loop in RESTART_SEQUENCER. It seems to be necessary for the aic7850. Go back to autoATN on parity errors. Revision Changes Path 1.73 +12 -9 src/sys/i386/scsi/aic7xxx.c Modified: sys/pci aic7870.c Log: Only assume the scratch ram is valid (we were initialized by the BIOS) if SCSIID is something other than 0. Revision Changes Path 1.37 +2 -2 src/sys/pci/aic7870.c