This will be used to search for a node before device_t's are available,
e.g. to get the registers to enable secondary cores.
Details
Details
- Reviewers
nwhitehorn andrew imp - Group Reviewers
manpages
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage
Event Timeline
Comment Actions
Hi, thank you for adding the functionality, btw could you also send the header? It is missing in the commit.
Comment Actions
Hi,
I have two concerns regarding this issue:
- the commit to the repository you made is different than the code in this review
- there is a bug in the commit in ofw_bus_find_compatible():
OF_getprop_alloc shall be called with child instead of node. Could you fix it plesase?