Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2000 16:08:35 -0700 (PDT)
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/isp isp_freebsd.c
Message-ID:  <200006122308.QAA31504@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mjacob      2000/06/12 16:08:35 PDT

  Modified files:
    sys/dev/isp          isp_freebsd.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.37      +26 -15    src/sys/dev/isp/isp_freebsd.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006122308.QAA31504>