Rev 3386 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3386 | Rev 4581 | ||
---|---|---|---|
Line 41... | Line 41... | ||
41 | bool ofw_sbus_apply_ranges(ofw_tree_node_t *node, ofw_sbus_reg_t *reg, |
41 | bool ofw_sbus_apply_ranges(ofw_tree_node_t *node, ofw_sbus_reg_t *reg, |
42 | uintptr_t *pa) |
42 | uintptr_t *pa) |
43 | { |
43 | { |
44 | ofw_tree_property_t *prop; |
44 | ofw_tree_property_t *prop; |
45 | ofw_sbus_range_t *range; |
45 | ofw_sbus_range_t *range; |
46 | count_t ranges; |
46 | size_t ranges; |
47 | 47 | ||
48 | /* |
48 | /* |
49 | * The SBUS support is very rudimentary in that we simply assume |
49 | * The SBUS support is very rudimentary in that we simply assume |
50 | * that the SBUS bus in question is connected directly to the UPA bus. |
50 | * that the SBUS bus in question is connected directly to the UPA bus. |
51 | * Should we come across configurations that need more robust support, |
51 | * Should we come across configurations that need more robust support, |