Date: Mon, 17 Feb 1997 20:25:37 -0800 (PST) From: "Justin T. Gibbs" <gibbs> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/scsi aic7xxx.c aic7xxx.h Message-ID: <199702180425.UAA14664@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702180425.UAA14664>