README FOR WVLANCAD.SYS, V1.16
==============================

1: Usage of the WVLANCAD.SYS
=================================
This driver supplies the facilities to the WaveLAN/IEEE Packet driver
WVLAN42.COM and the DOS ODI driver WVLAN43.COM to access the Network
Interface Card (NIC)
When the driver is loaded it checks for the presence of 'Card Services' and
if determined to be present, it will use Card Services functions to setup
and manage the WaveLAN/IEEE PCMCIA adapter.
If no 'Card Services' detected, the driver will setup and manage the adapter
via an Intel 82365 PCIC.
When 'Card Services' is not used and usage of 'Conventional Memory' is a
problem see Section 4:Previous version of WVLANCAD.SYS without support
for Card Services.


2: WVLANCAD used with Card Services.
====================================

When using 'Card Services', command line options are not necessary 
It is possible to predefine resources for the driver to be used.
See for the parameters to use the WaveLAN/IEEE User's Manual.


3: WVLANCAD used with Intel 82365 PCIC.
====================================

The behavior of the driver is controlled via the command line parameters.
See WaveLAN/IEEE User's Guide for more information.


4: Previous version WVLANCAD.SYS without support for 'Card Services.
====================================================================

The new CAD driver uses more 'Conventional Memory' (12Kb) then the previous
driver, which had no support for 'Card services'.
If this is a problem the previous driver can be used.
The previous driver is stored on the installation floppy in
the A:\WAVECAD\PREVIOUS\ directory.
To use this previous driver, copy the driver from
A:\WAVECAD\PREVIOUS\WVLANCAD.SYS to the harddisk where the new CAD driver
is installed.
For example C:\WAVELAN\WAVECAD\WVLANCAD.SYS. (So overwriting the newer driver).


5: Example usage of WVLANCAD.SYS without using card services
============================================================
Insert this line into config.sys:

DEVICE=WVLANCAD.SYS /i=10 /b=1300 /m=d000

The actual values of the /i, /b and /m parameters may vary depending on your system.

6: Using WVLANCAD.SYS with the Orinoco Wireless PCI Card
========================================================
Note: With the 'Orinoco wireless PCI card' is not meant: the Ti1410/Ti1225 based
PCI adapters. 

Insert this line into config.sys :

DEVICE=WVLANCAD.SYS /p=1

Note that card services don't apply and are not needded for the 
Orinoco wireless PCI Card.

Revision history of WVLANCAD.SYS:
=================================
V1.08 Added support for CS services
V1.14 Added support for PCI-based PCIC's. 
      Added support for Orinoco Wireless PCI card.
V1.16 Fixed problems with PCMCIA
