Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Apr 2001 14:46:48 -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_target.h
Message-ID:  <200104042146.f34Lknq64809@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mjacob      2001/04/04 14:46:48 PDT

  Modified files:
    sys/dev/isp          isp_target.h 
  Log:
  Amazing. The bits to enable tagged queing in target mode, grok that a
  tag is active for an ATIO, and say that you want to reconnect with
  a tag value in a CTIO have *never* been exercised until now. This lossage
  derived from Solaris code where this stuff originally came from that is
  about 7 years old. Amazing.
  
  We now bundle the incoming tag (legal values are 0..256) as the low
  16 bits of the ccb_accept_tio's at_tagid while we put the firmware
  handle for this ATIO in the top 16 bits- define some macros to make
  this cleaner.
  
  Complete some Ansification.
  
  Revision  Changes    Path
  1.13      +30 -12    src/sys/dev/isp/isp_target.h


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?200104042146.f34Lknq64809>