----------------------------------------------------------------------------
***** Functions of ODIPKT *****
-----------------------------------------------------------------------------
Get driver information
In: ah=1
int 60h
Out: bx=version
ch=class
dx=type
al=name length
ds:si->name
-----------------------------------------------------------------------------
Set packet for acception
In: ah=2
al=class
bx=type of access or -1
dl=0
cx=length of equality
ds:si->bytes of equality
es:di->address of function for run
int 60h
Выход: ax=buffer number
-----------------------------------------------------------------------------
Delete from acception
In: ah=3
bx=buffer number
int 60h
-----------------------------------------------------------------------------
Send packet
In: ah=4
ds:si->packet
cx=length
int 60h
-----------------------------------------------------------------------------
Get address
In: ah=6
cx=length
es:si->buffer
int 60h
Out: cx=length of address
-----------------------------------------------------------------------------
Reset interface
In: ah=7
int 60h
-----------------------------------------------------------------------------
Get parameters
In: ah=10
int 60h
Out: es:di->data buffer
-----------------------------------------------------------------------------
Set type of receiving
In: ah=20
cx=type
int 60h
-----------------------------------------------------------------------------
Get type of receiving
In: ah=21
int 60h
Out: cx=type
-----------------------------------------------------------------------------
Compiled by Eugene Ilchenko and Igor Gusev