Subversion Repositories HelenOS

Rev

Rev 1907 | Rev 1973 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1907 Rev 1909
Line 94... Line 94...
94
    current_node->peer = NULL;
94
    current_node->peer = NULL;
95
    current_node->child = NULL;
95
    current_node->child = NULL;
96
    current_node->node_handle = current;
96
    current_node->node_handle = current;
97
    current_node->properties = 0;
97
    current_node->properties = 0;
98
    current_node->property = NULL;
98
    current_node->property = NULL;
-
 
99
    current_node->device = NULL;
99
   
100
   
100
    /*
101
    /*
101
     * Get the disambigued name.
102
     * Get the disambigued name.
102
     */
103
     */
103
    len = ofw_package_to_path(current, path, MAX_PATH_LEN);
104
    len = ofw_package_to_path(current, path, MAX_PATH_LEN);