home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / driver / com / sio / history.txt next >
Text File  |  1994-03-14  |  14KB  |  332 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.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.           0.127 09/30/93 17:20
  177.  
  178.                Changed version number to 1.15 and released.
  179.  
  180.                Added DOS settings to allow for individual mode settings for
  181.                each DOS session.  The DOS Settings SIO_Virtual_RTS_is_HS
  182.                and SIO_Virtual_DTR_is_HS have been removed.  Their function
  183.                is more completely covered in the new DOS Settings.
  184.  
  185.                Optimized code to eliminate unnecessary virtual transmit
  186.                interrupts.  This change should cut down the amount of
  187.                overhead placed upon the system by DOS and Windows comm
  188.                programs.
  189.  
  190.                Changed the way the DCB is processed so that CTS may be
  191.                ignored (if instructed by the DCB) even when RTS is a
  192.                handshake signal.
  193.  
  194.                Previously, SIO would force RTS/CTS handshaking if the baud
  195.                rate is locked in the command line.  The forcing of RTS/CTS
  196.                handshaking has been removed.
  197.  
  198.                A flow control problem that showed up on some systems has
  199.                been corrected.  The flow control problem most often showed
  200.                up at transmission simply stopping.  This problem was
  201.                introduced when the DTR/DSR handshaking was added.
  202.  
  203.                Added the "SIO_Share_Access_With_OS/2" DOS setting.
  204.  
  205.                Changed version number to 1.20.
  206.  
  207.           0.129 10/30/93 12:30
  208.  
  209.                Added code to support SU's VIRT command and additional
  210.                information from the ABOUT command.  It should be noted that
  211.                SU's MODE command will show the mode of an active comm
  212.                program, and that SU's output can be redirected to a disk
  213.                file.  For example SU 1 MODE > XXXX will direct SU's output
  214.                to a file named XXXX.  When submitting a problem report, one
  215.                should use SU's mode command while the problem program is
  216.                active and include the information in the problem report.
  217.  
  218.                A new DOS setting has been added, SIO_Idle_Sensitivity. 
  219.                This setting parallels the IDLE_SENSITIVITY setting of OS/2
  220.                to some degree, but the new SIO setting applies only to DOS
  221.                comm and not to the system in general.  Lowering the value
  222.                of this setting will increase the processor time made
  223.                available to other processes.  However, setting the value
  224.                too low will screw up the operation of some DOS comm
  225.                programs.  Setting the value to 100 (the default) will cause
  226.                SIO to use its previous methods of releasing processor time
  227.                (which are not very good).
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.                Added code to support SU's new CLOSE command.  The CLOSE
  237.                command attempts to force a DOS session to release a comm
  238.                port.
  239.  
  240.                The method in which the SIO_Mode setting are implemented has
  241.                been changed.  These settings specify only the initial mode
  242.                settings to use for a DOS session.  Changes made to the mode
  243.                (via a MODE or other command) within the DOS session are no
  244.                longer lost.  The SIO_Mode settings isolate the DOS VDM's
  245.                mode from that of OS/2 sessions in all but one case.  The
  246.                one case is when the port is already opened when DOS first
  247.                accesses it.  In this one case, the SIO_Mode settings are
  248.                not applied.  Except for this one case, one should view OS/2
  249.                as having its mode settings and DOS sessions as having an
  250.                independent group of mode settings. 
  251.  
  252.                Corrected a problem in the SIO_Mode_Xon/Xoff implementation. 
  253.                If this setting enabled the sending of Xon/Xoff, then under
  254.                some conditions, an Xon would not be sent following the
  255.                sending of an Xoff.  This problem only applied to DOS
  256.                programs using the above DOS Setting.
  257.  
  258.           0.130 11/16/93 12:00
  259.  
  260.                Code added to SIO.SYS to support PMLM.EXE.  PMLM.EXE is a
  261.                line monitoring program similar to X00's BOB.EXE.
  262.  
  263.                Corrected a problem that would cause erroneous "Port in use"
  264.                errors from a DOS session if sharing with OS2 sessions was
  265.                disabled.
  266.  
  267.                Added the "SIO_Screen_Sync_Kludge" DOS setting.  Some DOS
  268.                BBS programs (such as Wildcat) and many DOS Door programs
  269.                attempt to synchronize the screen output with transmitted
  270.                data.  This plays havoc with a multi tasking system like
  271.                OS/2 and results in very slow transmitted data.  When this
  272.                setting is on, an attempt is made to fake out these
  273.                misbehaved programs and allow them to run at normal transmit
  274.                speed.  This setting should not be turned on unless you
  275.                experience VERY slow transmission from a DOS program.
  276.  
  277.                Corrected a problem in SIO with sending break.  At high bit
  278.                rates, SIO would lock the entire system if a break was sent. 
  279.                That problem has been corrected.
  280.  
  281.                Added a warning message at load time about possible IRQ
  282.                conflicts with other device drivers.
  283.  
  284.                Added code to support SU's IRQ usage report.
  285.  
  286.                Corrected a problem that caused an opened comm port to
  287.                lockup when the SU IRQS command is used.
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.                Added additional FOSSIL baud rates to function 1Eh.  See
  296.                X00REF.DOC in X00153A.ZIP for additional information.
  297.  
  298.                Corrected a problem in SU with enable/disable commands. 
  299.                Enable now works following a disable.
  300.  
  301.                Added the Lock command to SU, allowing a locked baud rate to
  302.                be reset or unlocked.
  303.  
  304.                VSIO.SYS will now refuse to load if COM.SYS has been loaded.
  305.  
  306.           0.131 12/22/93 18:00
  307.  
  308.                Changed version to 1.24 and released.
  309.  
  310.                MERRY CHRISTMAS!!!!
  311.  
  312.                ß1.25a.
  313.                     Changed that way the EOI is issued to the interrupt
  314.                     controller.  This may clear up clear up stack overflows
  315.                     on some systems. 
  316.  
  317.                VSIO no longer turns off virtual CTS.  CTS now always
  318.                appears on to DOS and Windows programs that access a comm
  319.                port via VSIO.
  320.  
  321.           0.132 1/25/93 19:00
  322.  
  323.                SIO now waits for all writes and data transmission to
  324.                complete before allowing changes to be made to flow control
  325.                that can affect transmitted data.  This correction should
  326.                clear up the problems that some have had using Fax/PM with
  327.                SIO and certain modem types.
  328.  
  329.                Corrected problems in the Xon/Xoff flow control that could
  330.                cause SIO to start transmiting following an Xoff without
  331.                receiving an Xon.
  332.