Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2002 09:32:45 -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:  <200203071732.g27HWjh34828@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mjacob      2002/03/07 09:32:45 PST

  Modified files:
    sys/dev/isp          isp.c 
  Log:
  Disable RIO (reduced interrupt operation) for 2200 boards- it seemed like
  it worked- but I ran into a case with a 2204 where commands were being lost
  right and left. Best be safe.
  
  For target mode, or things called if we call isp_handle_other response- note
  that we might have dropped locks by changing the output pointer so we bail
  from the loop. It's the responsibility of the entity dropping the lock to
  make sure that we let the f/w know we've read thus far into the response
  queue (else we begin processing the same entries again- blech!).
  
  MFC after:      1 day
  
  Revision  Changes    Path
  1.89      +25 -4     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?200203071732.g27HWjh34828>