Subject: Re: can't find boot device on U5 (Re: CVS commit: src/sys/arch/sparc64)
To: Eduardo Horvath <eeh@NetBSD.org>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 10/10/2006 18:20:06
On Tue, Oct 10, 2006 at 04:11:16PM +0000, Eduardo Horvath wrote:
> All other real device nodes should be handled the exact same way:
> 
> ihandle->phandle (if needed)

I fail to see one tiny thing:

Inside device_register(), how do I get the i- or phandle of the device
currently attaching?

All the dance in device_register that is left there now only helps getting
the phandle into the device properties. If there is an easier way, that
would be cool.

Martin