In message <[EMAIL PROTECTED]> Nikolai Saoukh writes:
: On Sun, Mar 26, 2000 at 04:40:53PM -0700, Warner Losh wrote:
: 
: > First, I'll create a null driver.  Let's call it "null" since
: > "resourceplaceholder" is too long.  This driver's probe routine would
: > always succeed, and its attach routine would gobble up all the
: > resources associated with this.  Very much like the unknown driver
: > does for pnp resources today.
: 
: No good, because with current 'unknown' driver any kldloadable
: driver for pnp device would not get its resources.

In theory, if one matches with a -1 or smaller rather than 0, then it
will be detached on reprobe.  Isn't that the case?

Warner


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

Reply via email to