]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a bug in the selection timeout handler that was introduced when the
authorJustin T. Gibbs <gibbs@FreeBSD.org>
Sat, 5 Apr 1997 21:41:13 +0000 (21:41 +0000)
committerJustin T. Gibbs <gibbs@FreeBSD.org>
Sat, 5 Apr 1997 21:41:13 +0000 (21:41 +0000)
commit844b7c2d86004c04479f05d51fdb0fb0783db0ec
treecb4320ddfd89291a18601998285303da0472a653
parent583f1729d1c5f6f93442fb8a0c3ec4a9624415db
Fix a bug in the selection timeout handler that was introduced when the
selection loop was merged with the poll_for_work loop.  We cannot assume
that the SCB for the selection timeout is the current SCB.  Instead we
must look at the SCB at the head of the waiting for selection list.

This fixes part of a problem reported by David Malone, but does not explain
why he was getting selection timeouts in the first place.
sys/i386/scsi/aic7xxx.c