YaST2 Developers Documentation: Configuration of IDE DMA mode



functions
files
intro

Configuration of IDE DMA mode

idedma_write.ycp
Writing only client
This is a write-only client. It takes its arguments and just write the settings.

Imports

  • Idedma

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 ]);

YaST2 Developers Documentation