In message <[EMAIL PROTECTED]> Nikolai Saoukh writes:
: On Mon, Apr 03, 2000 at 08:30:08AM -0600, Warner Losh wrote:
: 
: > : I do not like the idea of resource consumation. Is there a
: > : description of the problems which might arose without it?
: > 
: > Machine deadlock, undetected irq conflict causing misbehavior, probing 
: > hardware for device foo and locking the machine because device bar is
: > really there.
: 
: Disaster can happens with legacy hardware. ;-(
: What is wrong with PNP?

You can't always disable PNP devices.  More accurately, the devices
reported by PNPBIOS are defined to be hard wired and always active.
You cannot turn them off or relocate their resources.  They likely
should be probed first rather than last like they are now, with
changes made to those drivers taht don't yet support PNP.  However,
since the isa bus isn't guaranteed to exist until later in the boot
process, this may have some problems.

Warner


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

Reply via email to