> 
> > I never liked the unknown driver.  I vote we kill it and let
> > isa_probe_nomatch() deal with things.  (I'll have to write
> > isa_probe_nomatch() but I don't see that as a problem.)
> 
> I'll dig out my patches for that area and send you a copy.
> 
> We do need something when we use PNPBIOS because the motherboard devices are
> not programmable and their port space is "fixed".  Their space needs to
> either be allocated to something or otherwise avoided when we are choosing
> ports for real programmable devices.

I was looking at this the other day, trying to work out how to 
differentiate easily between things that we _know_ are in a single, 
immovable place (eg. most of the stuff that we see from the PnP BIOS), 
things that "might" be there, and things that are there and can be 
shuffled around.

Basically we need a way of sorting the ISA bus children in a more 
sophisticated fashion that the isa_probe_children code currently does.

-- 
\\ Give a man a fish, and you feed him for a day. \\  Mike Smith
\\ Tell him he should learn how to fish himself,  \\  [EMAIL PROTECTED]
\\ and he'll hate you for a lifetime.             \\  [EMAIL PROTECTED]




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to