At 11:35 AM 8/7/00 -0400, Chuck Gelm wrote:
..
>A thought to the module programmers:
>I wonder why, if ne.o needs 8390.o, it doesn't just
>go do it its own self!

Modules don't know anything about installing other modules (if that's what
you mean by "just go do it"). Many different NICs use the 8390 chipset, so
pulling this functionality out into a separate module does make sense. ne.o
is hardly unique in this approach.

The "modprobe" application takes care of catching this sort of dependency.
IT works with a list generated by the application "depmod". You should use
it instead of "insmod".


--
------------------------------------"Never tell me the odds!"---
Ray Olszewski                                        -- Han Solo
Palo Alto, CA                                    [EMAIL PROTECTED]        
----------------------------------------------------------------


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to