Subject: Re: Device Properties: The Last Incarnation
To: Ignatios Souvatzis <is@netbsd.org>
From: Bill Studenmund <wrstuden@zembu.com>
List: tech-kern
Date: 03/05/2001 12:46:41
On Mon, 5 Mar 2001, Ignatios Souvatzis wrote:

> On Mon, Mar 05, 2001 at 11:29:53AM -0800, Bill Studenmund wrote:
> > The one drawback to using cninit() is that the graphical devices would
> > need to figure out where they were w/o the benefit of the bus to which
> > they are attached. I'm not sure how much of a problem that is.
> 
> Basically, we'd have to duplicate the zbus find-subdevices code, and the
> config_match/config_attach code in the zbus_attached devices.

Yes, you'd have to duplicate subdevice finding code. But you'd only have
to duplicate the config_match/config_attach code for the ite device(s) -
the non-console devices you don't have to worry about.

Take care,

Bill