Changes between Version 36 and Version 37 of Internal/NewNodeAgent


Ignore:
Timestamp:
May 7, 2015, 9:10:13 PM (9 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/NewNodeAgent

    v36 v37  
    390390  * isActive
    391391  * ?
     392
     393----
     3945/7/2015
     395
     396There is unhandled case with respect to module loading. When a module is loaded, several dependent modules are loaded. Some times this includes that need to be removed before, the module can it self be removed.
     397
     398Each indivdual driver will have to know about this problem and handle it if needed. The specific case is iwldvm for iwlwifi. The logic here will be to load iwlwifi and then check if iwldvm is loaded. If it is, when a call to unload is made, we must unload iwldvm first.