From owner-cvs-sys Thu Apr 10 12:15:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA24094 for cvs-sys-outgoing; Thu, 10 Apr 1997 12:15:03 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA24078; Thu, 10 Apr 1997 12:15:00 -0700 (PDT) Date: Thu, 10 Apr 1997 12:15:00 -0700 (PDT) From: "Justin T. Gibbs" Message-Id: <199704101915.MAA24078@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq aic7xxx_asm.c src/sys/i386/scsi aic7xxx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 97/04/10 12:15:00 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_asm.c Log: aic7xxx.seq: Be consistant about testing for parity errors after waiting for a REQ on the bus. Don't ack the last byte in a transaction until after we've cleared all target state. aic7xxx_asm.c: Test the return value of getopt against -1 not EOF. (Yet another shameless victum of the style guide being wrong). Revision Changes Path 1.70 +7 -4 src/sys/dev/aic7xxx/aic7xxx.seq 1.17 +3 -3 src/sys/dev/aic7xxx/aic7xxx_asm.c Modified: sys/i386/scsi aic7xxx.c Log: Drop the number of allowed tags back down to 8. Pluto uses a higher value which mistakenly got committed. Fix two bugs in the ahc_reset_device code: Limit search for SCBs to process to those that are active and are not queued for done processing. It's okay for an SCB to not have a waiting next SCB. Revision Changes Path 1.115 +17 -17 src/sys/i386/scsi/aic7xxx.c