]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Keep track of negotiated transfer parameters for each initiator<->target
authorJustin T. Gibbs <gibbs@FreeBSD.org>
Fri, 5 Mar 1999 23:35:48 +0000 (23:35 +0000)
committerJustin T. Gibbs <gibbs@FreeBSD.org>
Fri, 5 Mar 1999 23:35:48 +0000 (23:35 +0000)
commitc562189829c1615c9ca97925efa1c799089dd024
tree1d9ee12019fa1a107812d2b3acc62fd6fdaf3be4
parentf15aa8d8d944cf0bff05fa4da18984905b513a39
Keep track of negotiated transfer parameters for each initiator<->target
connection.

Clean up support for devices featuring the multiple target SCSI ID feature.
On aic7890/91/96/97 chips, we can now assume the target role on multiple
target ids simultaneously.  Although these chips also have sufficient
instruction space to hold to support the initiator and target role at the
same time, the initiator role is currently disabled as it will conflict
(chip design restriction) with the multi-tid feature.  I'll probably add
a nob to enable the initiator (there-by disabling multi-tid) some time
in the future.

Return queue full or busy, depending on the tagged nature of the incoming
request, if our command input queue fills up in host memeory.

Deal with accept target I/O resource shortages.

If we get an underrun on a transaction that wasn't supposed to transmit
any data, don't attempt to print out the S/G list.  The code would
run until hitting a non-present page. (oops)
sys/dev/aic7xxx/aic7xxx.c
sys/dev/aic7xxx/aic7xxx.h
sys/dev/aic7xxx/aic7xxx.reg
sys/dev/aic7xxx/aic7xxx.seq