home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 February / PCO_0299.ISO / filesbbs / os2 / s2kb009.arj / S2KB009.ZIP / HISTORY.TXT < prev    next >
Encoding:
Text File  |  1998-05-11  |  4.8 KB  |  135 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                              SIO2K Beta Revision history
  10.  
  11.           02/25/98 - Beta 003
  12.                First public release.
  13.  
  14.           02/26/98 - Beta 004
  15.                The bit rate was being set incorrectly on most uarts.  This
  16.                problem was corrected.  The text file techtalk.txt was added
  17.                to the distribution files.
  18.  
  19.           03/06/98 - Beta 005
  20.                Support added for the 16850 uart.  Except for the size of
  21.                the fifos, this chip seems every bit the equal of the Hayes
  22.                ComBic (used on the ESP) that I like so much.
  23.  
  24.                At this time, I cannot add support for the 16952.  The chip
  25.                seems to have a bug that is difficult for me to work around. 
  26.                Working around the bug would severely impact the performance
  27.                of other uarts.  I have reported the bug to Oxford
  28.                Semiconductor.  I can support the 16952 with a special
  29.                interrupt service routine, but that is going to take time to
  30.                write.
  31.  
  32.                Fixed a problem in vsio2k.sys so that it would not
  33.                unnecessarily open serial devices during session
  34.                initialization.
  35.  
  36.                Fixed a problem where RTS would not be turned on for 16650
  37.                UART.
  38.  
  39.                Fixed a problem with the 64 byte FIFOs of the 16750.
  40.  
  41.                Crystal frequency was being incorrectly calculated for x2
  42.                devices.  This has been corrected.
  43.  
  44.           03/17/98 - Beta 006
  45.                Corrected a problem where the IRQ could not be automatically
  46.                detected when a series of UARTs shared the same IRQ.
  47.  
  48.                Automatic IRQ detection is now only done once.
  49.  
  50.                Automatic IRQ detection is skipped for PCI devices as the
  51.                IRQ is known.
  52.  
  53.                The read function incorrectly returned an error 8111 (hex)
  54.                at times.  The problem has been corrected.
  55.  
  56.                Somewhere along the line of changes, the transmit load count
  57.                was corrupted.  This meant that only one character was being
  58.                transmitted per interrupt.  This problem has been corrected.
  59.  
  60.                The code to support the 16650 and 16650A was severely
  61.                corrupted in the beta 005 release.  This has been corrected.
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                Xon/Xoff flow control on UARTS with built in flow control
  71.                was not being set correctly in previous versions, and is now
  72.                corrected.
  73.  
  74.           03/30/98 - Beta 007
  75.                Added support for the GTEK JetPort PCI cards.
  76.  
  77.                Added Resource Manager (aka Hardware Manager) support.
  78.  
  79.                Detection of SMC SuperIO motherboard uarts is now done at
  80.                boot time instead of at "first touch" time.
  81.  
  82.                Corrected a bug in VMODEM.EXE that caused it to trap (at
  83.                program exit) on some systems.
  84.  
  85.                VMODEM.EXE displayed the wrong COMn name in log messages. 
  86.                This has been corrected.
  87.  
  88.                Corrected a problem is ESP.SYS that would cause a
  89.                system hang if an ESP port was used in compatibility
  90.                mode following its use in enhanced mode.  Note that
  91.                once an ESP port is used in enhanced mode,
  92.                compatibility mode will not work again until power is
  93.                cycled on the computer.  I do not know why, that is
  94.                just the way it is.
  95.  
  96.                Bit rates above 115200bps was not being set correctly on SMC
  97.                SuperIO (motherboard) UARTS.  This problem has been
  98.                corrected.
  99.  
  100.                Corrected a second problem in ESP.SYS that would cause
  101.                system hangs.
  102.  
  103.                If a system had more than one PCI bus, the same board would
  104.                be detected twice.  This problem has been corrected.
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.           05/11/98 - Beta 008
  114.  
  115.                If no config file was used (sio2k.cfg) then PCI devices were
  116.                not being completely initialized.  This problem has been
  117.                corrected.
  118.  
  119.                Incorrect status was being returned (at times) from IoCtl
  120.                function 64h.  This problem has been corrected.
  121.  
  122.                A problem with shared IRQs on PCI devices has been
  123.                corrected.
  124.  
  125.                A problem that caused lockups (continuous interrupts) using
  126.                PCI devices has been corrected.
  127.  
  128.                The 16850 and 16950 was not being reset correctly at device
  129.                close.  This problem has been corrected.
  130.  
  131.                A problem in the implementation of the Os2Shares config file
  132.                option has been corrected.  This error prevented some DOS
  133.                apps from being able to access a port.
  134.  
  135.