K 10 svn:author V 2 dg K 8 svn:date V 27 1994-12-11T01:45:41.000000Z K 7 svn:log V 360 The physical memory allocated for input DMA must be contiguous. The driver worked in the past only because of good fortune. Anyway, use the contig alloc routine I wrote awhile ago (vm_page_alloc_contig) for the sound code to do this allocation. Also, specify read+write on the permissions to pmap_enter(). Specifying just read can have unexpected consquences. END