git: kernel/snd_hda: Enable uncacheable DMA attribute as default again.
Imre Vadasz
ivadasz at crater.dragonflybsd.org
Wed Jan 28 11:53:14 PST 2015
commit 17d9b09573a6b270877688a5b459d76b9425713d
Author: Imre Vadasz <imre at vdsz.com>
Date: Wed Jan 28 20:32:18 2015 +0100
kernel/snd_hda: Enable uncacheable DMA attribute as default again.
* Set the HDAC_F_DMA_NOCACHE flag as default (Reinserts a line that was
removed in commit 403fad76b1ecab3ce8ef68b48445be3a9b0a4e74).
* Allocate at least PAGE_SIZE aligned memory in hdac_dma_alloc() when
HDAC_F_DMA_NOCACHE is set.
Summary of changes:
sys/dev/sound/pci/hda/hdac.c | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/17d9b09573a6b270877688a5b459d76b9425713d
--
DragonFly BSD source repository
More information about the Commits
mailing list