Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Feb 2011 21:50:51 +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:  <201102142151.p1ELp5jh010958@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2011-02-14 21:50:51 UTC

  FreeBSD src repository

  Modified files:
    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 218691 on 2011-02-14 21:50:51Z 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
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.165     +21 -21    src/sys/dev/isp/isp.c
  1.172     +2 -2      src/sys/dev/isp/isp_freebsd.c
  1.113     +13 -1     src/sys/dev/isp/isp_freebsd.h
  1.24      +2 -2      src/sys/dev/isp/isp_library.c
  1.156     +16 -16    src/sys/dev/isp/isp_pci.c
  1.42      +2 -2      src/sys/dev/isp/isp_sbus.c
  1.90      +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?201102142151.p1ELp5jh010958>