Changes to NCSA Telnet PC version 2.2Sc made by Alan Ballard
(Alan_Ballard@mtsg.ubc.ca).

The modifications provide support for the Western Digital 8003ET/A
adaptor for PS/2 Micro Channel.

The changes consist of a new driver and minor changes elsewhere as
noted.
The changes have been applied on top of the updates from
Jyrki Kuoppala which provided Microsoft C support.

New files:
   enet/net8003A.asm   New driver.  This has been adapted
       from the 8003 driver.  The changes are minor, and are
       all done via conditional assembly.  This driver could
       easily be used for both 8003 and 8003A with a simple
       run-time switch test.  The switch could  be passed
       from Pctools, or set automatically from the driver by
       testing the bios int 15 'c0' option.

       There are also changes that aren't conditional but are
       required for the MCA board.

       (I have verified that this driver will work with the 8003
       board also, by assembling it without the MCA equ and
       using it with an 8003.)

    makefile   A simple-minded makefile for use with Microsoft
       make.  It does include header dependencies.

Changed files: (diff script to be applied with patch, *after* the
       MSC diff script from jkp.

    pctools.c  Addition of new driver, config type "wd8003a".

    net8003.asm, net8003.inc
       Changed "rcr" to "rcr_".  MASM 5.1 won't accept RCR as
       an equ symbol.

    dlayer.c, vs/vsem.c, vs/vsinterf.c, vs/vsintern.c
       A few trivial changes to get rid of a few more warning message
       from the MSC 5.1 compiler.  The only remaining messages
       now are for "unnecessary" &'s.  Msc is wrong to complain about
       these, since they are valid Ansi Standard C.

    look.c   Trivial change to salutation to identify this as a
        "different" version.

Executables:  telbin.exe and ftpbin.exe are included for those
        who don't want to rebuild this from source.
