cvs commit: src/sys/i386/i386 busdma_machdep.c

Scott Long scottl at FreeBSD.org
Sat Nov 20 20:43:28 PST 2004


scottl      2004-11-21 04:43:28 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        busdma_machdep.c 
  Log:
  MFC amd64:
    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.66      +45 -29    src/sys/i386/i386/busdma_machdep.c


More information about the cvs-src mailing list