Re: PROBLEM: module is not loaded when my hardware is off

Richard Henderson (rth@cygnus.com)
Fri, 11 Jun 1999 02:59:34 -0700


On Fri, Jun 11, 1999 at 01:08:33PM +0400, Eugene Zhiganov wrote:
> 100h-106h: apex
> 120h-13eh: apex

It looks like your module paritialy initialized itself and then aborted.
This would leave dangling pointers within the kernel, which easily
explains the later oopes.

If you have problems midway through initializing, you must remember to
undo what you've partially done.

r~

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/