		EtherWORKS 3 Univel Driver V1.0 README
                ======================================

The relevant portions of my Makefile are included to illustrate how the
driver is configured into the kernel.  Use the "id" tools, i.e., idinstall
and idbuild.  The "System" file contains the variable settings for the
hardware, i.e., Port I/O address (0x300), Shared memory address (0xD0000),
and Irq number (5).  These settings will have to be edited to reflect the
actual hardware settings.  NOTE:  For performance reasons the driver changes
the hardware settings from 32K/64K mode to 2K mode. The driver will issue
a warning when it does this however everything will work properly.

There are two system files you'll need to edit prior to configuring
TCP/IP.

Edit /etc/confnet.d/netdrivers and add the following first line:

lmac_0 inet

Edit /etc/confnet.d/inet/interface and add the following as the last line:

lmac:0::/dev/lmac_0:-trailers::

Once this has been done you can configure TCP/IP by running:

        /etc/confnet.d/configure -i

These two files are documented in the "TCP/IP Administration" book that I
received with the Unixware TCP/IP kit.
