In message <[EMAIL PROTECTED]> Nicolai Petri writes:
: Is it possible from kernel mode to create a list of newbus devices ?
: And how do I'll get a pointer to the new-bus root (or whatever it's
: tecnical name is :)
Yes. You keep asking for parents until you get none. The one that
has a null parent is the nexus. You can then walk the tree from
there. See kern/subr_bus.c for the routines to do this, and read the
assocaited man pages.
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message