Subject: CVS commit: src/sys/arch/arm/iomd
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 01/01/2004 17:52:19
Module Name: src
Committed By: bjh21
Date: Thu Jan 1 17:52:19 UTC 2004
Modified Files:
src/sys/arch/arm/iomd: vidcaudio.c
Log Message:
Rather than calling pmap_extract() from an IPL_AUDIO interrupt handler (which
is naughty even if it does work), find out the complete list of physical pages
we'll have to DMA from in vidcaudio_trigger_output() and save it for use by
the interrupt handler.
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/arch/arm/iomd/vidcaudio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.