DragonFly BSD
DragonFly commits List (threaded) for 2012-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: git: kernel - Add BUS_DMA_KEEP_PG_OFFSET (x86_64)


From: Sepherosa Ziehau <sepherosa@xxxxxxxxx>
Date: Thu, 5 Jul 2012 09:47:23 +0800

On Thu, Jul 5, 2012 at 4:45 AM, Markus Pfeiffer
<profmakx@crater.dragonflybsd.org> wrote:
>
> commit 66fe5a06bc2465a3e7a438786ae72ad64af96673
> Author: Markus Pfeiffer <markus.pfeiffer@morphism.de>
> 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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]