int osenv_isadma_alloc(int channel);
ComponentOS, Nonblocking
This requests a DMA channel.If sucessfull, the driver must be able to directly manipulate the ISA DMA controller.
- channel
- The DMA channel to reserve.
Returns 0 on success, non-zero if already allocated.