Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2004 04:15:26 +0000 (UTC)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/amd64/amd64 busdma_machdep.c
Message-ID:  <200411210415.iAL4FQGx021844@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
scottl      2004-11-21 04:15:26 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      busdma_machdep.c 
  Log:
  Consolidate all of the bounce tests into the BUS_DMA_COULD_BOUNCE flag.
  Allocate the bounce zone at either tag creation or map creation to help
  avoid null-pointer derefs later on.  Track total pages per zone so that
  each zone can get a minimum allocation at tag creation time instead of
  being defeated by mis-behaving tags that suck up the max amount.
  
  Revision  Changes    Path
  1.62      +45 -29    src/sys/amd64/amd64/busdma_machdep.c



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