The following syntax keywords are for driver v4.10 or latter only.
-------------------------------------------------------------------
Installation Packet Driver:
----------------------------
1) Copy the Packet driver to your HardDisk, suppose you copy it to
C:\PACKET directory.
EX: copy a:\packet\dlkfet.com c:\packet\dlkfet.com
2) Add the following line to C:\AUTOEXEC.BAT
C:\PACKET\DLKFET -n 0x60
or
1) Copy the Packet driver to your HardDisk, suppose you copy it to
C:\PACKET directory.
EX: copy a:\packet\dlkfet.sys c:\packet\dlkfet.sys
2) Add the following line to C:\CONFIG.SYS
DEVICE=C:\PACKET\DLKFET.SYS -n 0x60
Sample of configuration file:
----------------------------------------------------------------
(Suppose PACKET driver is copied to C:\PACKET directory)
if you want to use installable device driver (dlkfet.sys), you should add these
configuration in CONFIG.SYS and add "DEVICE=" before "C:\PACKET\DLKFET".
The following syntax and keywords are for driver v4.10 previously(v4.10 not included).
--------------------------------------------------------------------------------------
syntax:
is the software interrupt vector number used by
the packet driver program, which can be from
96 to 128.
Note: can be hex or decimal
number.
hex - start with '0x'.
ex. >DLKFET 0x62
dec - start with nonzero digit.
ex. >DLKFET 98
is the number of assigned slot, which is from 1
to f.
Note: '##' can be hex number only.
ex:>DLKFET /slot=1
>DLKFET /slot=2
>DLKFET /slot=f
Delay Initial - The driver program will not
initialize the network interface card until the
packet driver program is accessed by its upper
layer program first time.
the /w parameter is used only in the Windows
environment.
unload the driver program from memory.
The program will automatically search for Packet
driver to unload.
NetWare conversion
To select media type, you can use :
this is the default setting. It let you be able to
change media without restart the driver.
Force the driver to select 100Mbps full duplex mode.
Force the driver to select 100Mbps half duplex mode.
Force the driver to select 10Mbps full duplex mode.
Force the driver to select 10Mbps half duplex mode.