K 10 svn:author V 7 smpatel K 8 svn:date V 27 1996-04-08T19:38:57.000000Z K 7 svn:log V 485 Add a lock for DMA Channels to prevent two devices from using the same DMA channel at the same time. The functions isa_dma_acquire() and isa_dma_release() should be used in all ISA drivers which call isa_dmastart(). This can be used more generally to register the usage of DMA channels in any driver, but it is required for drivers using isa_dmastart() and friends. Clean up sanity checks, error messages, etc. Remove isa_dmadone_nobounce(), it is no longer needed Reviewed by: bde END