Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jul 2001 11:42:42 -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.c
Message-ID:  <200107041842.f64IggT96658@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mjacob      2001/07/04 11:42:42 PDT

  Modified files:
    sys/dev/isp          isp.c 
  Log:
  More 2300 support prep- the Request/Response in/out pointers are
  part of the PCI block for the 2300- not software convention usage
  of the mailbox registers- so we macrosize in/out pointer usage.
  
  Only report that a LIP destroyed commands if it actually destroyed
  commands. Get the chan/tgt/lun order correct.  Fix a longstanding
  stupid bug that caused us to try and issue a command with a tag on
  Channel B because we were checking the tagged capability for the
  target against Channel A.
  
  A firmware crash is now vectored out to platform specific code
  as an async event.
  
  Some minor formatting tweaks.
  
  Revision  Changes    Path
  1.68      +35 -37    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?200107041842.f64IggT96658>