EtherWorks 3 Tools:
===================

	These are tools to be used with the Digital EtherWorks 3 
Ethernet card. This includes the following cards:

        DE203 Turbo (BNC)
        DE204 Turbo (TP)
        DE205 Turbo (TP BNC)

The program ewrk3setup is designed to replace the DOS NICSETUP.EXE program.

The program getstats is designed to present the network statistics gathered 
by the ewrk3 driver.

Compiling:
==========

	The tools were originally installed in the subdirectory "ewrk3tools"
in /usr/src/linux/drivers/net -- hence when compiling, it will look for
the kernel source file "../ewrk3.h". You can either un-tar it in the
directory /usr/src/linux/drivers/net, or un-tar it where ever you like,
and then immediately type:

	cp /usr/src/linux/drivers/net/ewrk3.h ./

Then do a "cd ewrk3tools;make" and it will re-build both the utilities.
As these utilities access privledged i/o ports, memory regions and/or
ioctl() calls, you must be root to run either of them.

----
Program/Driver Author: David C. Davies <davies@wanton.lkg.dec.com>
