In message: <[EMAIL PROTECTED]>
            John Baldwin <[EMAIL PROTECTED]> writes:
: Only if you make sure that sio(4) doesn't try to pass data between probe() 
and 
: attach() via the softc since the softc is preserved from probe to attach if 
: you return 0 from probe.

sio's probe routine, now that you mention this, I believe leaves
things in a state that sioattach knows abou.

However, it looks like the probe routine will get called twice when
you return < 0, so maybe this is OK.

Warner
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to