]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
For parallel SCSI, let us now do status with the final CTIO. For the 1080,
authorMatt Jacob <mjacob@FreeBSD.org>
Wed, 21 Mar 2001 00:49:37 +0000 (00:49 +0000)
committerMatt Jacob <mjacob@FreeBSD.org>
Wed, 21 Mar 2001 00:49:37 +0000 (00:49 +0000)
commitb72b15696ca2bf95df2cb509922a3ec1801796a0
tree0e21a5bf850a77d02a6b444011338c1ddbb32bea
parent290dc24b4d4f1c9b3c62f6c490134a9e776bc0cc
For parallel SCSI, let us now do status with the final CTIO. For the 1080,
I was hanging after sending a xfer CTIO and a status CTIO for a non-discon
INQUIRY- the xfer CTIO was returned as completed OK, but the status CTIO
was dropped on the floor. All the fields looked good. I don't know why
it got dropped. But allowing status to go back with data xfer seemed to
work. I also noticed that with a non-disconnecting command that the
firmware handle in the ATIO is zero- this leads me to believe that the
f/w really can only handle one CTIO at a time in the discon case, and
it had no idea what to do with the second (status) CTIO.
sys/dev/isp/isp_pci.c