if_ed_pci not compiled in on pccard system

1999-11-20 Thread Blaz Zupan
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

Re: if_ed_pci not compiled in on pccard system

1999-11-20 Thread Matthew N. Dodd
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/