On Thu, Jul 5, 2012 at 4:45 AM, Markus Pfeiffer <[email protected]> wrote: > > commit 66fe5a06bc2465a3e7a438786ae72ad64af96673 > Author: Markus Pfeiffer <[email protected]> > Date: Wed Jul 4 13:21:25 2012 +0000 > > kernel - Add BUS_DMA_KEEP_PG_OFFSET (x86_64) > > Add BUS_DMA_KEEP_PG_OFFSET from FreeBSD in preparation of import of > FreeBSD's USB stack > > Summary of changes: > sys/platform/pc64/x86_64/busdma_machdep.c | 26 ++++++++++++++++++++++++++
You probably want to cleanup the indentation of the changes in the above file > sys/sys/bus_dma.h | 2 +- Please don't strip the blank line between the BUS_DMA flags and the next code block. The blank line is used to mark code segment. And please add brief description about BUS_DMA_KEEP_PG_OFFSET like other BUS_DMA flags. Best Regards, sephe > 2 files changed, 27 insertions(+), 1 deletions(-) > > http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/66fe5a06bc2465a3e7a438786ae72ad64af96673 > > > -- > DragonFly BSD source repository -- Tomorrow Will Never Die
