Configuration of IDE DMA mode |
idedma_write.ycp |
Writing only client | |
|
|
This module has an unstable interface. |
This is a write-only client. It takes its arguments and just
write the settings.
Imports
|
Info:
- Parameters:
-
first a map of idedma settings
- Return value:
-
success of operation
- Example
-
map mm = $[ "dma_on" : false, ... ]; any ret = WFM::CallModule ("idedma_write", [ mm ]);