Subject: Re: devd-alike for NetBSD
To: Jason Thorpe <thorpej@shagadelic.org>
From: Pavel Cahyna <pcah8322@artax.karlin.mff.cuni.cz>
List: tech-kern
Date: 02/09/2005 23:14:01
> 
> On Feb 9, 2005, at 1:30 PM, Pavel Cahyna wrote:
> 
> >I see. Is there any place where the actually discovered locators can be
> >found?
> 
> No, as far as I know, the kernel maintains no record of this.  It is 
> temporary-only information in the attach_args.

In fact, now I see that changes between 2.0 and -current added the
dv_locators field to struct device, which should list the actual locators.

Bye	Pavel