home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / utils / sysutl / probe102.lbr / PROBE102.UZD / PROBE102.UPD
Text File  |  1986-12-28  |  3KB  |  67 lines

  1. /******************************************************************************/
  2. /*      PROBE.C         Version 1       Revision 02           2 January 1985  */
  3. /******************************************************************************/
  4. /*               Updates and Responses to Entomolgical Cybernoids             */
  5. /******************************************************************************/
  6.  
  7. New and Improved!  PROBE now shows the CP/M serial number too!  Big deal. . .
  8.  
  9.  
  10. Got a bug report.  To wit:
  11.  
  12. Bugs in PROBE:
  13.  
  14. 1.  PROBE will not detect media changes.  Changing from SSDD to DSDD will
  15.     still bring SSDD data on the screen.  Might have to explicitly reset
  16.     the disk system before logging a previously logged drive.
  17.  
  18. 2.  On very large disks, PROBE goes into a loop, displaying the ALV data
  19.     over and over again, until aborted by a ^C.  This was noticed on an 8MB
  20.     drive with 2048 4k groups.
  21.  
  22. Bug fixes.
  23.  
  24. 1.  This was an artifact from the way I had written PROBE earlier, when it
  25.     simply cycled through all the drives on-line one after the other.  It
  26.     now does a reset disk system and should be able to recognize media
  27.     changes (if your bios does).
  28.  
  29. 2.  Unable to verify this.  However, I did have a few variables declared
  30.     int (range +/- 32,768) that I have now changed to unsigned (range
  31.     0-65,536).  Hopefully that will take care of it.
  32.  
  33.     Have verified correct performance of PROBE on following machines with
  34.     hard disks:
  35.  
  36.     Kaypro 10, two 5 meg partitions, CP/M 2.2 bios versions E, F, G.
  37.  
  38.     Zenith Z-100, 27 megabyte hard disk, 6 meg partition, CP/M-85, 1436
  39.     4k blocks.
  40.  
  41.     Balcones BNV-205 w/20 meg hard disk, one 4 meg, two 8 meg partitions
  42.     with 1028 4k blocks and 2016 4k blocks respectively.
  43.  
  44. I really appreciate the bug report.
  45.  
  46. Would like suggestions on a non-bios specific way of checking the
  47. skewing of the disks.
  48.  
  49. /******************************************************************************/
  50. /*                       Who was that masked man anyway?                      */
  51. /******************************************************************************/
  52. Scapegoat for this drivel is:
  53.  
  54.      Paul Sittler - My Word!! RCP/M (409) 845-0510 (late nights)
  55.      Veterinary Public Health RCP/M (409) 845-0509 (24 hours)
  56.      Dept of Veterinary Public Health, Texas A&M University
  57.      College Station, Texas 77840-4468
  58. 
  59.  
  60.  
  61. iversity
  62.      College Station, Texas 77840-4468
  63.  
  64.  
  65. y do                            */
  66. /**************