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

2007-06-21 Thread Pyun YongHyeon
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

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

2007-06-21 Thread Pyun YongHyeon
yongari 2007-06-22 03:54:53 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc busdma_machdep.c Log: Honor maxsegsz of less than a page size in a DMA tag. Previously it used to return PAGE_SIZE without respect to restrictions of a DMA tag. This affected all of th

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

2007-06-07 Thread Marcel Moolenaar
marcel 2007-06-08 04:46:50 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc busdma_machdep.c Log: Sync with other platforms: add kluge to use contigmalloc when the alignment is larger than the size and print a diagnostic when we didn't satisfy the alignment.