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

Peter Grehan grehan at FreeBSD.org
Sat Jul 9 06:53:52 GMT 2005


grehan      2005-07-09 06:53:52 UTC

  FreeBSD src repository

  Modified files:
    sys/powerpc/powerpc  busdma_machdep.c 
  Log:
   The nsegs parameter to bus_dmamap_load_mbuf_sg is not required to
  be set to 0 on input. This caused a panic in an an MP test version
  of the GEM driver from Marius, and from inspection of other PCI
  drivers, the same problem would happen there.
   Fix by explicitly setting to 0.
  
  Approved by:   re
  
  Revision  Changes    Path
  1.25      +2 -0      src/sys/powerpc/powerpc/busdma_machdep.c


More information about the cvs-all mailing list