]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the flags to bus_dmamem_* to allow the allocation to sleep while
authorrnoland <rnoland@FreeBSD.org>
Mon, 9 Mar 2009 07:38:22 +0000 (07:38 +0000)
committerrnoland <rnoland@FreeBSD.org>
Mon, 9 Mar 2009 07:38:22 +0000 (07:38 +0000)
commite227ee6ba88ecd017f3bb1833746563665d65414
treee10eb128741115d2175ed69f02fde200627a7e2b
parentd19cf7a6d0cc30cb6a31e4fd354e374306a5de40
Fix the flags to bus_dmamem_* to allow the allocation to sleep while
waiting for resources.  It is really the load that we can't defer.
BUS_DMA_NOCACHE belongs on bus_dmamap_load() as well.

MFC after: 3 days
sys/dev/drm/drm_scatter.c