home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / fullpack.zip / SIO140.ZIP / HISTORY.TXT < prev    next >
Text File  |  1994-12-08  |  22KB  |  520 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.                Changed that way the EOI is issued to the interrupt
  313.                controller.  This may clear up clear up stack overflows on
  314.                some systems. 
  315.  
  316.                VSIO no longer turns off virtual CTS.  CTS now always
  317.                appears on to DOS and Windows programs that access a comm
  318.                port via VSIO.
  319.  
  320.           The following changes/additions were made in internal build
  321.           0.132. 1/25/93 19:00
  322.  
  323.                Released V1.26.
  324.  
  325.                Maintaining this history file is time consuming and
  326.                distracting.  I have not been doing a good job of this
  327.                lately.  Many changes made during the 1.26 to 1.30
  328.                development have not been recorded.
  329.  
  330.                SIO now waits for all writes and data transmission to
  331.                complete before allowing changes to be made to flow control
  332.                that can affect transmitted data.  This correction should
  333.                clear up the problems that some have had using Fax/PM with
  334.                SIO and certain modem types.
  335.  
  336.                Corrected problems in the Xon/Xoff flow control that could
  337.                cause SIO to start transmiting following an Xoff without
  338.                receiving an Xon.
  339.  
  340.                Changed VX00's function 1 so that it returns the same status
  341.                that X00 function 1 returns.
  342.  
  343.                Under certain conditions, SIO would allow a port to be
  344.                closed prior to completion of transmitted data.  This
  345.                problem has been corrected.  This should bring joy to the
  346.                hearts of those using serial printers.  Sorry it took sooo
  347.                long to find this problem.
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.                Support for two intelligent boards has been added to SIO. 
  357.                The two boards currently supported are the Hayes ESP2 and
  358.                the Telcor Tport.  Strictly speaking, the Hayes ESP2 is not
  359.                an intelligent card as it does not have a satellite
  360.                processor.  However, the new UARTS used by the ESP2 pack the
  361.                functions offered by intelligent boards into the hardware;
  362.                thus offering the same functionality (and much higher top
  363.                speed) as those boards with satellite processors.
  364.  
  365.                SIO no longer forces the low digit of the bit rate to zero. 
  366.                This means bit rates like 75 and 134 are now valid.  The
  367.                minimum bit rate accepted is 50, the maximum is determined
  368.                by the hardware (115200 for most hardware).
  369.  
  370.                Code has been added to correct for a bug in the SCM Super
  371.                I/O chip.  This bug could cause system hangs.
  372.  
  373.                The default of SIO_Mode_DTR has been changed to "No change
  374.                at open or close".
  375.  
  376.                SIO now clears the appropriate FIFO (or on board buffer)
  377.                when a clear buffer command is received.
  378.  
  379.                SIO now turns off RTS (in addition to DTR) during system
  380.                shutdown processing.
  381.  
  382.                The virtualization routines have been improved so that the
  383.                DOS or Windows programs get more accurate information.  In
  384.                particular, the transmit status is now more accurate.
  385.  
  386.                Additions were made in IOCtl functions 65h and 69h to
  387.                consider data in the transmit FIFO before indicating that
  388.                the transmit buffer is empty.
  389.  
  390.                Additions made to the IDC to make SIO compatible with the
  391.                EZPlaying PCMCIA drivers distributed with the ThinkPad 750. 
  392.                Users of ISA systems should note that this set of drivers
  393.                does not seem to be specific to the ThinkPad 750.  That is,
  394.                the driver set seems to work on any ISA system.  The driver
  395.                set is included in the file UT750.EXE which can be freely
  396.                downloaded from the THINKPAD Forum on CompuServe.
  397.  
  398.                Previous versions of VSIO would always place a port address
  399.                in BIOS ram (40:0) for COM1 and COM2 even if no UART was
  400.                detected by SIO.  This problem has been corrected.
  401.  
  402.           0.170
  403.  
  404.                Released V1.30.
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.           0.171 to 0.174
  414.  
  415.                Minor tweaking and testing.
  416.  
  417.           The following changes/additions were made in internal build
  418.           0.175.
  419.  
  420.                Flow control changes set by FOSSIL functions could be lost
  421.                changing from one program to another.  This problem has been
  422.                corrected.
  423.  
  424.                A problem was corrected that could cause a trap 000D when
  425.                multiple communications shared the same IRQ.  Thanks to Ron
  426.                Knapp for his assistance tracking down this problem.
  427.  
  428.           0.176 8/16/94 01:30
  429.  
  430.                Released V1.31
  431.  
  432.                Altered the sequence of the code executed at system
  433.                shutdown.  The previous execution sequence could have caused
  434.                a trap (usually 0002) at shutdown.
  435.  
  436.                SIO could incorrectly flow on the remote transmitter and
  437.                then immediately flow off again.  This anomaly has been
  438.                corrected.
  439.  
  440.                At some point a bug was introduced that could cause SIO not
  441.                to flow on the remote following a flow off.  I am not sure
  442.                when this bug was introduced and I believe it never made it
  443.                out in a released version, but it may have.  In any case,
  444.                this flow on problem has been fixed.
  445.  
  446.                The Startech 16650 has a bug in its 16550 emulation that
  447.                would cause SIO's interrupt service routine to loop forever. 
  448.                The interrupt service routine has been altered so this will
  449.                not happen when the 16650 is used.  However, full 16650
  450.                support has not yet been added to SIO.
  451.  
  452.                The text versions of the SIO manuals are again included in
  453.                the SIO distribution zip.  Several people noted that they
  454.                could not read about SIO without installing it.
  455.  
  456.                Thanks to Marty Ng of IBM, a serious problem in the Hayes
  457.                ESP code was found and corrected.  SIO was incorrectly
  458.                outputing a value of 19h to I/O port 27h which is unused on
  459.                most systems.  However, some systems decoded 27h as the mask
  460.                port on the PIC chip.  This is probably the "dying mouse"
  461.                problem that some have experienced with SIO.
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.                Code inserted into the last release of SIO enabling
  471.                detection of the 16650 UART would place some 16550 emulation
  472.                hardware into test mode, and the UART would then fail to
  473.                work correctly.  This problem showed up mostly in PCMCIA
  474.                modems.  It now seems there is no way to automatically
  475.                detect the 16650 UART without screwing up other UARTS in the
  476.                process.  When full 16650 support is included in SIO, the
  477.                UART will have to be specified in a manner similar to the
  478.                TPORT and ESP.
  479.  
  480.                SIO no longer attempts to detect the Intel 82510 and this
  481.                UART will be recognized as an 8250/16450.  This change will
  482.                have no effect on SIO users that have the 82510 UART.  The
  483.                only difference is the identification of the UART.
  484.  
  485.                This release of SIO contains major additions to support the
  486.                virtual modem and Internet access.
  487.  
  488.           0.184 10/16/94 14:30
  489.  
  490.                Released V1.35
  491.  
  492.                Added Resource Manager code to SIO.  The Resource Manager is
  493.                a new addition to OS/2 V2.  Type RMVIEW at an OS/2 command
  494.                prompt for a look.
  495.  
  496.           11-20-94  The SIO install program no longer adds the SIO
  497.                     directory to the path multiple times.
  498.  
  499.                     The SIO install program will now overlay an "in use"
  500.                     Vmodem.
  501.  
  502.           11-25-94  Characters transmitted using the Transmit Immediate
  503.                     function were not being shown in a PMLM trace, now
  504.                     corrected.
  505.  
  506.                     Corrected a problem where FOSSIL's flow control
  507.                     settings could be lost during program swaps.
  508.  
  509.                     The SIO support BBS is now up on Internet.  The address
  510.                     is 199.248,240.2.  You can access the BBS using either
  511.                     Vmodem or Telnet.  If you wish to do any downloading,
  512.                     you should come in via Vmodem.
  513.  
  514.           11-29-94  SIO now provides direct support for Windows programs
  515.                     when using COMM.DRV from Windows for Workgroups 3.11. 
  516.                     That is, SIO proper handles the Windows communications
  517.                     and the virtualization is bypassed.  This should make
  518.                     Windows programs work as well as native OS/2 programs
  519.                     (with respect to communications).
  520.