Technical Note
==============
December 5, 1995	KTI Technical Support Group

Installing DP-32E & ET-32EM Together in a Netware 3.11 Server
-------------------------------------------------------------

This document is regarding how to install two EISA Bus Master LAN adapters 
DP-32E and ET-32EM together in a Netware 3.11 server. A loading sequences of 
the drivers and NLM files have to be followed in order to make this 
specific installation to work. They are:

1. Use your machines's EISA configuration program to configure these two bus 
   master cards properly. Especially, the bus master mode must be selected and 
   enabled. You will need to apply the necessary .CFG files in both DP-32E and 
   ET-32EM driver diskettes for the EISA configure program.

2. First copy all DP-32E related files from the \NW311 directory and ET32EM.LAN 
   file from \NW3.11 directory to the target Netware Server DOS directory, 
   C:\SERVER.311 for example.

After starting the NetWare server by running SERVER.EXE, the following 
commands, in order, must be executed on the NetWare 3.11 console to load 
the DP-32E and ET-32EM server drivers and bind them to NetWare:

:LOAD C:\SERVER.311\PATCHMAN.NLM
:LOAD C:\SERVER.311\LSLENH.NLM
:LOAD C:\SERVER.311\ETHERTSM.NLM
:LOAD C:\SERVER.311\ET32EM
:LOAD C:\SERVER.311\KVGNWBM
:BIND IPX TO ET32EM net=n1
:BIND IPX TO KVGNWBM net=n2

Make sure to load the ET32EM driver prior to the KVGNWBM driver. Otherwise,
The system will hang up. This problem is due to the allocation sequence for
the limited receive buffers between both drivers.

Another way to work around this problem is to increase the system packet receive
buufers. The following command can be placed in STARTUP.NCF. It will inform
the Netware 3.11 system to reserve enough memory resources for both ET32EM 
and KVGNWBM drivers. Then, the loading order for both drivers will not be a 
problem any more.

          SET MINIMUM PACKET RECEIVE BUFFERS = 40

------------------[ END ]---------------------------------------------
