Re: 1.99.14 & duplicate NE2000

Herbert Rosmanith (herp@wildsau.idv.uni-linz.ac.at)
Mon, 10 Jun 1996 13:19:07 +0200 (MET DST)


hm, I don't know if this already done, but I think that these problems
can partially be avoided if the loading of hardware drivers proceeds in two
steps.

First, those drivers that use a specific adress are loaded.
Second, the auto-probe drivers are loaded.

What you'd need to do is to scan of the list of loadable drivers two times.
I don't know if the structure of the kernel allows this...

/herp