]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix breakage to target mode support.
authorMatt Jacob <mjacob@FreeBSD.org>
Mon, 12 Jun 2000 23:08:31 +0000 (23:08 +0000)
committerMatt Jacob <mjacob@FreeBSD.org>
Mon, 12 Jun 2000 23:08:31 +0000 (23:08 +0000)
commit52df5dfdab23f63d98795f91d4f316c6c17039cf
tree91feb595a0577a6fc640e34ad60dcdf222195a66
parent696a396245de283ef7406d4839f5eee559f65c9a
Fix breakage to target mode support.

What we'd like to know is whether or not we have a listener
upstream that really hasn't configured yet. If we do, then
we can give a more sensible reply here. If not, then we can
reject this out of hand.

Choices for what to send were
Not Ready, Unit Not Self-Configured Yet
(0x2,0x3e,0x00)
for the former and
Illegal Request, Logical Unit Not Supported
(0x5,0x25,0x00)
for the latter.

We used to decide whether there was at least one listener
based upon whether the black hole driver was configured.

However, recent config(8) changes have made this hard to do
at this time.

Actually, we didn't use the above quite yet, but were sure considering it.
sys/dev/isp/isp_freebsd.c