Source-Changes archive

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

CVS commit: src/sys/arch/arm/iomd



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.




Home | Main Index | Thread Index | Old Index