I have a WaveLan card and a PCI Compex NE2000 compatible in the same
machine. For the Wavelan I need to have pccard compiled in. The NE2000 is
not recognized by the kernel, after closer examination I see that the
compilation of if_ed_pci.c is conditional on pccard (if pccard is in the
system, if_e
On Sat, 20 Nov 1999, Blaz Zupan wrote:
> With the following patch my kernel compiles and the NE2000 is correctly
> probed. I guess the reason why this #ifdef has been put in has since
> disappeared.
I suspect so. Fixed.
> *** sys/dev/ed/if_ed_pci.c.orig Fri Oct 15 05:12:47 1999
> --- sys/