Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2007 03:57:37 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/powerpc/powerpc busdma_machdep.c
Message-ID:  <200706220357.l5M3vbFV011087@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2007-06-22 03:57:37 UTC

  FreeBSD src repository

  Modified files:
    sys/powerpc/powerpc  busdma_machdep.c 
  Log:
  Reimplement bus_dmamap_load with bus_dmamap_load_buffer.
  Previously it didn't honor parent dma tag's restrictions such that
  an invalid dma segment could be passed to device. The driver for the
  device may panic in sanity check routine for the dma segment or may
  produce unexpected results. I have no idea how it could ever have
  worked before.
  
  Reviewed by:    grehan
  Tested by:      gad
  Approved by:    re (hrs)
  
  Revision  Changes    Path
  1.28      +32 -68    src/sys/powerpc/powerpc/busdma_machdep.c



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