Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2011 11:43:02 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_library.c isp_pci.c isp_sbus.c ispvar.h
Message-ID:  <201103061143.p26BhIGD045838@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2011-03-06 11:43:02 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/dev/isp          isp.c isp_freebsd.c isp_freebsd.h 
                         isp_library.c isp_pci.c isp_sbus.c 
                         ispvar.h 
  Log:
  SVN rev 219332 on 2011-03-06 11:43:02Z by marius
  
  - Use the correct DMA tag/map pair for synchronize the FC scratch area.
  - Allocate coherent DMA memory for the request/response queue area and
    and the FC scratch area.
  
  These changes allow isp(4) to work properly on sparc64 with usage of the
  IOMMU streaming buffers enabled.
  
  Approved by:    mjacob
  
  Revision    Changes    Path
  1.151.2.9   +21 -21    src/sys/dev/isp/isp.c
  1.150.2.16  +2 -2      src/sys/dev/isp/isp_freebsd.c
  1.109.2.5   +13 -1     src/sys/dev/isp/isp_freebsd.h
  1.15.2.7    +2 -2      src/sys/dev/isp/isp_library.c
  1.149.2.8   +16 -16    src/sys/dev/isp/isp_pci.c
  1.37.2.6    +2 -2      src/sys/dev/isp/isp_sbus.c
  1.86.2.5    +5 -5      src/sys/dev/isp/ispvar.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103061143.p26BhIGD045838>