On 5/2/07, Dana H. Myers <[EMAIL PROTECTED]> wrote:
For a non-driver loadable module, you may initiate the thread as part of the module attach() and shut the thread down as part of the module detach().
AFAIK only drivers have attach() and detach() entry points; did you mean _init() and _fini()? Paul -- Paul Durrant http://www.linkedin.com/in/pdurrant _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
