Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2003 09:08:22 -0800 (PST)
From:      Thomas Moestl <tmm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sparc64/sparc64 iommu.c
Message-ID:  <200301211708.h0LH8Mn5005942@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tmm         2003/01/21 09:08:22 PST

  Modified files:
    sys/sparc64/sparc64  iommu.c 
  Log:
  Fix iommu_dvmamap_sync(): it was still operating as if the BUS_DMASYNC_*
  constants where flag bits (as in NetBSD), although they are consecutively
  numbered in FreeBSD. This would cause unnecessary flushing in the
  BUS_DMASYNC_POSTWRITE case, but was otherwise mostly harmless.
  
  Revision  Changes    Path
  1.16      +13 -5     src/sys/sparc64/sparc64/iommu.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?200301211708.h0LH8Mn5005942>