Re: svn commit: r271190 - head/sys/dev/ofw

2014-09-06 Thread Ian Lepore
On Sat, 2014-09-06 at 08:39 -0700, Nathan Whitehorn wrote: > On 09/06/14 08:34, Ian Lepore wrote: > > On Sat, 2014-09-06 at 08:25 -0700, Nathan Whitehorn wrote: > >> What is this for? The way the specification works here explicitly > >> requires this fallback. > >> -Nathan > >> > > It's for determi

Re: svn commit: r271190 - head/sys/dev/ofw

2014-09-06 Thread Nathan Whitehorn
On 09/06/14 08:34, Ian Lepore wrote: On Sat, 2014-09-06 at 08:25 -0700, Nathan Whitehorn wrote: What is this for? The way the specification works here explicitly requires this fallback. -Nathan It's for determining whether there is an entry in the device<->xref list. If a node has no xref ph

Re: svn commit: r271190 - head/sys/dev/ofw

2014-09-06 Thread Ian Lepore
On Sat, 2014-09-06 at 08:25 -0700, Nathan Whitehorn wrote: > What is this for? The way the specification works here explicitly > requires this fallback. > -Nathan > It's for determining whether there is an entry in the device<->xref list. If a node has no xref phandle property there will be no

Re: svn commit: r271190 - head/sys/dev/ofw

2014-09-06 Thread Nathan Whitehorn
What is this for? The way the specification works here explicitly requires this fallback. -Nathan On 09/06/14 08:11, Ian Lepore wrote: Author: ian Date: Sat Sep 6 15:11:35 2014 New Revision: 271190 URL: http://svnweb.freebsd.org/changeset/base/271190 Log: Add OF_xref_from_node_strict() whi