From owner-cvs-sys Mon Feb 17 20:25:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA14674 for cvs-sys-outgoing; Mon, 17 Feb 1997 20:25:40 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA14664; Mon, 17 Feb 1997 20:25:37 -0800 (PST) Date: Mon, 17 Feb 1997 20:25:37 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199702180425.UAA14664@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/scsi aic7xxx.c aic7xxx.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 97/02/17 20:25:36 Modified: sys/i386/scsi aic7xxx.c aic7xxx.h Log: Don't rely on AAP(Auto Access Pause) when queueing SCBs to the card. This will increase the overhead of queueing a command, but some recent bug reports make me believe that AAP isn't really working and that we are losing some SCBs from the input queue. Hopefully this will cure that problem. Fix some bugs in the error recovery code. Mainly these could cause us to inadvertantly forget to untimeout an SCB that was recovered causing later confusion. Revision Changes Path 1.99 +19 -19 src/sys/i386/scsi/aic7xxx.c 1.38 +1 -1 src/sys/i386/scsi/aic7xxx.h