Subject: Re: ISA PNP stuff
To: Keith Moore <moore@cs.utk.edu>
From: Michael Graff <explorer@flame.org>
List: tech-kern
Date: 11/13/1996 17:30:17
Keith Moore <moore@cs.utk.edu> writes:

> Then after all buses are probed, do a second pass for all PnP devices
> and configure them to use ports, irqs, etc. that were not already used
> by less flexible devices.

I would rather have a method to allow probing busses in specific order.
There are other reasons to do this as well, and I have seen discussion
on the same.  In fact, there are very good reasons to control the probe
ordering on things like the ISA bus in general, since some driver probes
munch on other device's toes.

I believe FreeBSD has a priority-based scheme.  I propose we adopt
something like it.

--Michael