Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jul 2001 11:32:39 +0400 (MSD)
From:      "Eugene L. Vorokov" <vel@bugz.infotecs.ru>
To:        freebsd-hackers@freebsd.org
Subject:   panic when returning error on MOD_LOAD
Message-ID:  <200107090732.f697WdR00493@bugz.infotecs.ru>

next in thread | raw e-mail | index | archive | help
Hello,

I'm pretty confused with the fact that kernel panics when my module's
event handler returns something greater than zero on MOD_LOAD. I wanted
module to refuse to load when it can't find it's config file, so I
thought I can return error code and it will not be loaded, and behaviour
of module_register_init() and other related functions after quick look
seems to be intended to do just that. That look very ugly ... what could
I do wrong ? What is the proper way of doing what I wanted ? And oh yes,
it's 4.2 system.

Regards,
Eugene


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107090732.f697WdR00493>