This is the source for an ISA WaveLAN driver for BSDI's BSD/386 1.1. The WaveLAN code was originally written by Anders Klemets as a Mach driver. I, Robert Morris, ported this software to BSDI. To install into BSDI, copy isa/if_wl.c, isa/if_wl.h, isa/wavelan.h, and isa/ic/mach-i82586.h into the corresponding subdirectories of /sys/i386. The other files here are for the PCMCIA driver. I've included the configuration file I use (conf/LOCAL). There is only one line of interest; it should go before the other ethernet drivers because the WaveLAN driver cannot set the IRQ. I use IRQ 15. device wl0 at isa? port 0x390 Add this line to /sys/i386/conf/files.i386: i386/isa/if_wl.c optional wl device-driver Configure your system, compile it, and let me (rtm@das.harvard.edu) know if it doesn't work.