There is WaveLAN/AT device driver for BSD/OS 2.1,
it support the both of WaveMODEM modules --
	the old V.1 modem (full-size ISA board) and
	the new V.2 modem (half-size ISA board) with Xilinx or Ariadne chips.


Brief instructions for installation into your kernel source tree follow;
if you have never done this before, read "man -m bsdi config" first.

1. Place if_wl.c, if_wl.h, if_wl_wavelan.h and if_wl_i82586.h in /sys/i386/isa

2. Add the following lines to /sys/i386/conf/files.i386
   in an appropriate place (like right before Novell NE-1000/NE-2000)

# WaveLAN/AT wireless network interface card
device  wl at isa: ifnet, ether
file    i386/isa/if_wl.c        wl&!objsrc device-driver always-source

3. Use something similar in your kernel config file to declare the
   device; you can indeed use more than one in a machine at a time.

# WaveLAN wireless ethernet (uses board IRQ so must go before we0, ex0,
# and ef0 to prevent system from giving away WaveLAN's IRQ
wl0 at isa? port 0x300
# wl1 at isa? port 0x390

4. Rebuild and install the new kernel.

If something wrong please e-mail me at bob@turbo.nsk.su.
