home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / GENUTIL / VFD055B.ZIP / FIXES next >
Text File  |  1994-05-15  |  4KB  |  100 lines

  1. Request:
  2. --------
  3.  
  4. I would appreciate if you could inform me of any incompatibilities
  5. you have with VFD, so that I can attempt to find the remaining
  6. problems.  That is, any programs or OS/2 communication drivers that
  7. cause problems.  I am in particular looking for someone who could
  8. help me work out the problems with the intelligent Digiboard drivers.
  9.  
  10.  
  11. VFD 0.55ß
  12. ---------
  13.  
  14. Finally fixed the loading bug, which would cause os/2 2.1 and later
  15. to trap, when vfd was loaded anywhere else than at the end of
  16. config.sys.
  17.  
  18. Renamed vfd.sys to vfd.os2, in order to minimize the confusion as to
  19. whether it is a dos or an os/2 device driver.
  20.  
  21. Removed the parameter "off" from the config.sys line.  The way I
  22. processed it caused some problems, and it will be handled differently
  23. in a later version.
  24.  
  25. Added a switch to VFDU to enable passing of an OS/2 comm handle to VFD.
  26.  
  27. Added the VFD-DIGI.OS2 driver, which is especially compiled to work
  28. around a bug (?) in the Digiboard drivers.  Normally VFD uses "Normal
  29. Read Timeout" processing for it's block reads, however some people
  30. have reported that VFD will wait up to one minute for the last block
  31. of a file x-fer when used with Digiboards.  This compilation is a
  32. test to see if "No-Wait" processing works around this bug.  Please
  33. report results to me, so I can see about making a permanent fix for
  34. this.  Note that this causes CPU load to go to 100%, atleast on a
  35. normal 16550 which is all I have to test with.
  36.  
  37.  
  38. VFD 0.54ß
  39. ---------
  40.  
  41. Moved initialization of comm parameters away from function 04h.  This
  42. should take care of the D'Bridge 1.53 problem.  Apparently DB
  43. doesn't call function 04h with a proper comm port number in dx.
  44.  
  45. Fixed a bug where VFD under certain circumstances could have written
  46. into a random memory location.  This might have been what caused
  47. D'Bridge 1.52 to crash after a while.
  48.  
  49. Included the program ShareMax and some example batch files in this
  50. distribution archive.  This program allows you to run Maximus/2
  51. under a fossil aware DOS mailer using VFD.  Start by using
  52. line-1.cmd.
  53.  
  54. Fixed a bug (?) in function 1Bh, which previously copied the number
  55. of bytes specified in CX into the passed buffer.  VFD will now copy
  56. the number of bytes specified in CX or the size of the Info Struct
  57. (19 bytes), which ever is smaller.
  58.  
  59. Added function 16h - insert/delete function from timer tick chain.
  60.  
  61. Added a tame function stopping programs from giving up to many
  62. timeslices and/or in the wrong place.  Added a switch to VFDU
  63. for trimming the tame function.  Tame is enabled by default.
  64.  
  65. Added two switches to vfdu for restricting block size used by fossil
  66. functions 18h (read block) and 19h (write block).  This is useful for
  67. certain bbs programs running multiline and exibiting "choppy"
  68. behaviour.  Use with caution since lower block sizes mean more
  69. overhead.  Default is disabled.
  70.  
  71. Added the "device=vfd.sys off" parameter to the config.sys line.
  72. Using this parameter will cause COM_FOSSIL to default to off,
  73. you will have to specifically change the dos setting in order
  74. to enable FOSSIL support in a dos session.
  75.  
  76. Note that I've recieved reports about traps when using VFD together
  77. with SIO.  I have not been able to find the cause of these traps, but
  78. I am still looking.  I have personally run this version of VFD for
  79. over 4 weeks without a single problem, using FD and Maximus/2 under
  80. the December beta of OS/2.
  81.  
  82.  
  83. VFD 0.53ß
  84. ---------
  85.  
  86. Fixed functions 0Dh (Hmmm), and 0Eh.
  87.  
  88. Fixed a bug in function 1Bh, which stopped Hydra from running.
  89.  
  90. Added function 14h - WatchDog.
  91.  
  92. Function 16h willl now return unsuccessful when called
  93.  
  94.  
  95. VFD 0.51ß
  96. ---------
  97.  
  98. Fixed bugs in functions 0Dh, 13h, 1Bh.
  99.  
  100.