Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2002 17:56:08 -0800 (PST)
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/isp isp.c
Message-ID:  <200202210156.g1L1u8R37895@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mjacob      2002/02/20 17:56:08 PST

  Modified files:
    sys/dev/isp          isp.c 
  Log:
  Fix a problem where a local loop disk logs out- and we get a PORT LOGGED
  OUT status. We are, apparently, required to force the f/w to log back in
  if we want to try and talk to that disk again. This means either issuing
  a LOGIN LOCAL LOOP PORT mailbox command, or by issuing a LIP. I've elected
  to issue a LIP because this has a better chance of waking up the disk which
  clearly just crashed and burned.
  
  These should not occur at all. If they do, they should be darned rare.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.88      +38 -8     src/sys/dev/isp/isp.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?200202210156.g1L1u8R37895>