Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2001 20:48: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_freebsd.c isp_freebsd.h
Message-ID:  <200110010348.f913mgH05001@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mjacob      2001/09/30 20:48:42 PDT

  Modified files:
    sys/dev/isp          isp_freebsd.c isp_freebsd.h 
  Log:
  Begin to implement target mode that for Fibre Channel has a private
  per-command component that we *don't* try and pass thru CAM. CAM just
  is too risky and too much of a pain- structures get copied, but not
  all info of interest can be considered safely transported thru all
  consumers (including user space) from the incoming ATIO to the outgoing
  CTIO- it's just much safer to have a buddy structure, identified by the
  command's tag which *does* make it thru safely.
  
  Pay attention to link speed and report 200MB/s xfer speed for a
  23XX card in 2GPs mode.
  
  MFC after:	1 week
  
  Revision  Changes    Path
  1.73      +60 -30    src/sys/dev/isp/isp_freebsd.c
  1.55      +10 -1     src/sys/dev/isp/isp_freebsd.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?200110010348.f913mgH05001>