> > I am trying to make kldloadable driver. But none of functions are
> > called when I kldload it. Is this a bug or I am missing something
> > essential?
> 
> You're missing something essential.
> 
> The return values for the DEVICE_PROBE method should be 0 or negative for
> priority, or positive to indicate an error.

THE PROBLEM is that tok_isa_probe is not called at all,
when driver kldloaded. Return value is irrelevant for this case.


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

Reply via email to