Rev 3582 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3582 | Rev 3618 | ||
---|---|---|---|
Line 232... | Line 232... | ||
232 | */ |
232 | */ |
233 | ssm_node = ofw_find_device("/ssm@0,0"); |
233 | ssm_node = ofw_find_device("/ssm@0,0"); |
234 | if (ssm_node != -1) { |
234 | if (ssm_node != -1) { |
235 | ssm = ofw_tree_node_alloc(); |
235 | ssm = ofw_tree_node_alloc(); |
236 | if (ssm) { |
236 | if (ssm) { |
- | 237 | ofw_tree_node_process( |
|
237 | ofw_tree_node_process(ssm, root, ofw_find_device("/ssm@0,0")); |
238 | ssm, root, ofw_find_device("/ssm@0,0")); |
238 | ssm->peer = root->child; |
239 | ssm->peer = root->child; |
239 | root->child = ssm; |
240 | root->child = ssm; |
240 | } |
241 | } |
241 | } |
242 | } |
242 | 243 |