
To load the packet driver use the following syntax:

EC32PD [-d] [-n] [-w] [-u] [-h] <PD_INT_NO> [SLOT]

where:

[-d]		The "-d" option does not start LAN card  until this driver is
		called by the higher layer programs first.

[-n]		Your  NOVELL  server use NOVELL ISO-like packets. Your NOVELL
		workstation use  NOVELL 8137 packets. You can use this option
		to convert NOVELL 8137 packets into  NOVELL ISO-like packets.
		In  your workstation  whatever the packets are, they can com-
		mmunicate with each other.

[-w]		Steve Wallace added a hack to let the packet drivers run under
		Windows. This is not to be construed with the proper solution,
		which is to write a TCP/IP package for Windows.

		This hack is enabled only when you use the '-w' switch.

[-u]		Using this option can unload the Packet Driver.

[-h]		Using this option can display the on-line help.

<PD_INT_NO>	This specifies the software interrupt (IRQ) where  you	will
		load the packet driver. It must be in the range 0x60 to 0x80.

		The PC/TCP kernel,by default,is loaded at interrupt 0x61 (so
		don't load the packet driver there!)

[SLOT]		The slot that your adapter is pluged in on your EISA machine.
		It should be in the range 1 to 15


Example:

The following command line loads the ACCTON EtheCombo-32 Packet Driver
at software interrupt 66h, slot 3.

EC32PD 0x66 3

Note: 1. The placement of 0x prior to the parameters.
      2. If no slot number assigned, the first slot scanned by packet driver
	 will be used.

After the Packet Driver is loaded, you can rung the PC/TCP kernel ETHDRV.EXE.
The PC is then ready for PC/TCP communications.

		       ---the end---
