Subject: Re: How to get the firmware node into the device properties early?
To: Eduardo Horvath <eeh@NetBSD.org>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 09/13/2006 20:52:56
On Wed, Sep 13, 2006 at 03:43:39PM +0000, Eduardo Horvath wrote:
> The trick, of course, is to get the device's phandle associated 
> with its device node.

Yes, I'm exactly at this point.

I'm not sure I'll go the ihandle>phandle way that you suggested (quite some
time ago) or use OF_package_to_path to do it the other way around - for exact
matches (like network devices) it does not realy matter, but for scsi/atapi
devices (with additional knowledge about the location on the scsipi bus
already available) it allows easier matching, IMHO.

Martin