[comp.protocols.tcp-ip.ibmpc] PCIP's packet driver interface - tiny wee bug !

ASLEEMAN@WAIKATO.AC.NZ (06/13/90)

Hi,

Last weekend I grabbed a copy of pcip.tar.Z from uunet.uu.net. I think it's
the latest version of pcip. So far out in the the srclib/packet directory
I have come across 2 wee problems. The first is that the code will not
compile with the -DDEBUG and -DWATCH flags enabled. I wasn't 100% interested
in this so I forgot about it.

The second one it in et_pkt.asm there is a wee problem with the call to the
packet driver for driver_info. The line that needs changing is the following :

is_init_2:
         mov     ah,PF_DRIVER_INFO

This unfortunately only set AH to 0xff and not AX to 0x01FF as described in
the packet driver spec version 1.09.

Now for for my question. Has anybody else done any work in this part of
PCIP and if so are there any other bits that need a touch up.

Andrew Sleeman