8390 ethdev_init bug

Samuel Leo (samuel@public.szonline.net)
Tue, 26 May 1998 22:36:07 +0800 (BJT)


Since 8390 compiled as seperate module, it cause a problem.
Because the ethdev_init defined as a init_func. If all drivers
depend on 8390 compiled into kernel or module, it's OK. But if
some driver compile into kernel, and other as module, it cause
a problem. Becase the 8390 code compile into kernel too, after
system up, the ethdev_init code will be free, but other module
still need this routine, and will produce an oops when loading
these modules. I report this bug before, but havn't receive
any response, 2.1.103 still had this problem.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu