home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR24 / SIO115.ZIP / HISTORY.TXT next >
Text File  |  1993-09-30  |  6KB  |  172 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                    Revision History
  10.  
  11.  
  12.           The following changes/additions were made in internal build
  13.           0.113.
  14.  
  15.                The initialization procedure for enabling the FIFOs of the
  16.                16550 was changed as per directions from StarTech.  The
  17.                StarTech 16550 is used in many Practical Peripherals modems. 
  18.                This change may correct overrun and hanging problems for
  19.                other users.  User reports indicate that the FIFOs
  20.                initialization problem may go beyond the StarTech 16550 and
  21.                thus, solve problems for users of other 16550s.
  22.  
  23.           The following changes/additions were made in internal build
  24.           0.114.
  25.  
  26.                Additions to force enabling of comm ports for VMBs under
  27.                2.1GA.
  28.  
  29.                Version number was changed to α1.01
  30.  
  31.           The following changes/additions were made in internal build
  32.           0.115.
  33.  
  34.                The Interrupt Service Routine (ISR) was improved to insure
  35.                that all pending interrupts of all ports sharing the same
  36.                IRQ are serviced.
  37.  
  38.           The following changes/additions were made in internal build
  39.           0.116.
  40.  
  41.                Additional changes to decrease the processing time of the
  42.                Interrupt Service Routine.
  43.  
  44.           The following changes/additions were made in internal build
  45.           0.117.
  46.  
  47.                Additional information added to the boot time banner.
  48.  
  49.                Changed the version number to 1.02.
  50.  
  51.           The following changes/additions were made in internal build
  52.           0.118.
  53.  
  54.                Corrected erroneous sending of XON when receive flow control
  55.                was enabled.
  56.  
  57.                Added code to clear the UART's FIFOs during initial file
  58.                open.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.           The following changes/additions were made in internal build
  68.           0.119.
  69.  
  70.                Corrected a problem with hardware flow control for DOS
  71.                processes.  This problem showed up most often in windowed
  72.                DOS programs.
  73.  
  74.                Removed code specific to the March, 1993 beta of OS2.
  75.  
  76.                Added support for installable and removable communications
  77.                devices, eg PCMCIA.
  78.  
  79.                Some users of VX00 will see improved performance from FOSSIL
  80.                aware DOS programs.
  81.  
  82.           The following changes/additions were made in internal build
  83.           0.120.
  84.  
  85.                Code added to allow I/O port mapping to DOS sessions.
  86.  
  87.           The following changes/additions were made in internal build
  88.           0.121. 7/28/93 14:00pm
  89.  
  90.                Corrected a problem that would cause the system to hang if
  91.                an SIO command line error was detected.
  92.  
  93.                Additional code added for "hot plugging" of PCMCIA comm
  94.                ports.  Users of PCMCIA comm devices should not remove those
  95.                devices while a comm program active.  Many comm application
  96.                programs can not cope with the modem being removed.  Your
  97.                system may lock up if you remove a modem while a comm
  98.                application program is active.
  99.  
  100.                Changed the way virtual CTS is handled.  In previous
  101.                versions, the virtual CTS was always on.  Under appropriate
  102.                conditions, the virtual CTS will now be turned off.
  103.  
  104.           The following changes/additions were made in internal build
  105.           0.122. 8/14/93 14:20
  106.  
  107.                Corrected a problem in the internal (to SIO) shared
  108.                interrupt chain.  This problem would cause the system to
  109.                lock up when the third device checked in on the same IRQ.
  110.  
  111.                Added command line options for PCMCIA.
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.           The following changes/additions were made in internal build
  120.           0.123. 8/18/93 19:05
  121.  
  122.                Added code to wake sleeping receive threads when a Flush
  123.                Input command is received.  This additional code allows HA/5
  124.                Version 3.1 to work with SIO.
  125.  
  126.                Changed the version number to 1.10 and released it for
  127.                downloading.
  128.  
  129.           The following changes/additions were made in internal build
  130.           0.124. 8/28/93 14:50
  131.  
  132.                Corrected a serious error in SIO.  This problem could show
  133.                up in almost any way.  The most common symptom is/was trap
  134.                000e and inordinate processor overhead when comm is active.
  135.  
  136.           0.125. 9/09/93 08:15
  137.  
  138.                Changed version number to 1.11
  139.  
  140.                Corrected problem associated with generating a virtual
  141.                transmit interrupt.  This problem was introduced with the
  142.                released version 1.10.  It broke PCBoard, among others.
  143.  
  144.                Added DTR/DSR handshaking.  It seems that several printers
  145.                requires this type of handshaking.  This addition
  146.                necessitated the addition of the DOS Setting
  147.                SIO_Virtual_DTR_is_HS.  This new DOS setting is the first
  148.                SIO setting that should normally be off.  When a DOS or
  149.                Windows session is using DTR/DSR handshaking, this setting
  150.                should be turned on.  The HP laser printers are the only
  151.                devices that I know of (or ever heard of) that use DTR/DSR
  152.                hardware handshaking.  All modems that I know of use RTS/CTS
  153.                hardware handshaking.
  154.  
  155.           0.126 09/22/93
  156.  
  157.                Corrected problems that were introduced when the PCMCIA code
  158.                was added and released in V1.10.  These problems caused
  159.                several DOS and Windows programs to work poorly or not at
  160.                all.  These problems also caused some DOS and Windows comm
  161.                programs to use inordinate amounts of processor time.
  162.  
  163.                Changed the version ß1.13.
  164.  
  165.                Corrected a problem in the FOSSIL implementation of VX00. 
  166.                Some FOSSIL aware programs that previously did not work
  167.                under VX00 may now work.
  168.  
  169.           0.127 09/30/93 17:20
  170.  
  171.                Changed version number to 1.15 and released.
  172.