
	 Accton EN2212 Ethernet PCMCIA Adapter
       NDIS Driver for Banyan VINES Installation
       =========================================

The driver ETHPCM.DOS contained in directory \NDIS\DOS is used with
Accton Ethernet PCMCIA adapters in the Banyan VINES environment.

This driver conforms to the Network Driver Interface Specification
(NDIS) 2.0 defined by Microsoft/3Com.


1. Installation Procedure for Banyan VINES
============================================

 a. Type Pcconfig.  Press <Enter>.
    "Configuring A PC for the Network" appears.

 b. Select "1 -  Network Card Setting".  Press <Enter>.
    "The possible hardware configuration option are" appears.

 c. Select "NDIS Ethernet".  Press <Enter>.

 d. Type in the desired interrupt number, and "EN2212" to the
    "PROTOCOL bindings ="  prompt.

 e. Press 'F10' when done.  Press <Esc> to exit.

 f. Select "2 - Login Environment Settings. "  Press <Enter>.

 g. Select "1 - Select Default Communications Driver."  Press <Enter>.

 h. Select "NDIS Ethernet".   Press <Esc> to exit this menu.

 i. Press 'F10' when all done.  "Please wait ...." appears.

 j. Modify the CONFIG.SYS and PROTOCOL.INI files.  See the examples below.

 k. Copy ACCOPEN.EXE from the installation diskette to the \BANYAN directory.


2. Sample CONFIG.SYS file
=========================


   device=c:\banyan\accopen.exe /int=5 /port=300
   device=c:\banyan\protman.dos/i:c:\banyan
   device=c:\banyan\ethpcm.dos


3. Sample PROTOCOL.INI file
===========================

   [protocol manager]
	DriverName = PROTMAN$

   [EN2212]
	DriverName = ethpcm$
	irq = 5
	iobase = 0x300

-- THE END --
