Configuration of IDE DMA mode |
idedma_auto.ycp |
Client for autoinstallation | |
|
This is a client for autoinstallation. It takes its arguments,
goes through the configuration and return the setting.
Does not do any changes to the configuration.
Imports
Includes
|
Info:
- Parameters:
-
first a map of idedma settings
- Return value:
-
success of operation
- Example
-
map mm = $[ "dma_on" : false, ...]; map ret = WFM::CallModule ("idedma_auto", [ mm ]);