home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / ataid011.zip / ATAIDREL.TXT < prev    next >
Text File  |  1994-10-28  |  5KB  |  140 lines

  1. Release Notes Text
  2.  
  3. ataid011.zip    ATA/IDE diagnostic and identification program ver 1.11
  4.         This version replaces all earlier version of the program.
  5.  
  6. The .ZIP file should contain:
  7.     ataid.exe       AT Attachment Diagnostic and Identification Program
  8.     ataidrel.txt    This text file 
  9.     ataidrpt.txt    A description of the various reported parameters
  10.     ataidref.txt    A brief refernece on ATA/IDE Drives
  11.  
  12. Version 1.11    Released October 28, 1994
  13.         bug fixes in the intialization and diagnostics routines
  14.         to fix user reported problems with Seagate drives.
  15. Version 1.10    Not released to the general public
  16.         Sept 8, 1994
  17. Version 1.00    Release Date July 26, 1994
  18.     Initial Release
  19.  
  20. Description:
  21.  
  22.     This program will run perform diagnostics on any ATA (commonly known as
  23.     IDE) disk drive.  The Diagnosics status will be reported, and if the
  24.     drive passed, a drive identification will be performed. Up to 2 drives 
  25.     are supported. 
  26.  
  27. The drive model, serial number etc. will be reported.  A typical example is:
  28.  
  29.     Drive # ------------------------------- : 0
  30.     Model Number -------------------------- : QUANTUM LP240A GM240A01X                
  31.     Serial Number ------------------------- : 142326130353        
  32.     Controller Firmware Rev Number -------- : 6.3     
  33.     Media type ---------------------------- : Magnetic
  34.     Drive Type ---------------------------- : Fixed (non-removable)
  35.     Sector Formating ---------------------- : Not MFM Encoded, Soft Sectored
  36.     Able to do Double Word Transfer ------- : No
  37.     Maximum Data Transfer Rate ------------ : Greater than 10 MB/Sec 
  38.  
  39.     Controller buffer type ---------------- : Dual port multi-sector
  40.                           Simulataneous transfer capability
  41.                           Read caching capability
  42.     Controller cache buffer size ---------- :  256 KB 
  43.     ECC bytes avial on long transfers ----- :    4
  44.     Max # of sectors per interrupt -------- :    8
  45.                          #cyls #heads #Sec  Size
  46.     Default Translation Mode -------------- :  723   13    51   234 MB
  47.     Current Translation Mode -------------- :  723   13    51   234 MB
  48.     Current BIOS Setup  ------------------- :  723   13    51   234 MB
  49.     DMA Supported ------------------------- :   Yes
  50.     LBA Supported ------------------------- :   No 
  51.     PIO Data Transfer Timing Mode --------- :    2
  52.     DMA Data Transfer Timing Mode --------- :    2
  53.     Supported DMA Single Word Transfer Modes: None
  54.     Active DMA Single Word Transfer Mode -- : None
  55.     Supported DMA MultiWord Transfer Modes  : None
  56.     Active DMA MultiWord Transfer Mode ---- : None
  57.  
  58.  
  59. Command line switches:
  60.  
  61.     /? Displays help information 
  62.     /i Log drive information only, do not run diagnostics
  63.     /d Debug: Creates an additional file containing a hex dump
  64.           of the drive header information to submit to me if
  65.           you have problems \n");
  66.  
  67. Use under Windows:
  68.  
  69.     This program will not run under Windows, or in a DOS shell under windows.
  70.     The program talks directly to the disk drive hardare, which violates the 
  71.     Windows I/O interface.  In order to prevent any damage from occuring, I 
  72.     have included code to check and see if you are trying to run the program 
  73.     under Windows.  If you are, the program will warn you and stop running.
  74.  
  75. Known bugs:
  76.     
  77.     If you try to run this software on a SCSI drive, it will stay in a loop
  78.     waiting for a valid status from and IDE drive.  CTRL-BREAK will kill the
  79.     program.
  80.     If anyone knows how to determine in software if you have an IDE or SCSI 
  81.     drive attached to a PC please let me know.
  82.  
  83. Planned enhancements:
  84.     
  85.     For the next version I plan to include routines to determine data transfer rate
  86.     and access time.
  87.     
  88. Support:
  89.  
  90.     As this is my first attempt at this code, I am sure someone will find
  91.     something wrong with it.  There are so many combinations of drives and
  92.     controllers that I could not possibly test them all.  If you run into
  93.     anything which seems to be incorrect, send me a copy of the log file and
  94.     the hex dump file and I will try to correct the problem.  
  95.     I would like to hear from you if you have any ssuggestions for improvements
  96.     or even if you just like the program.
  97.  
  98. E-mail address:  
  99.  
  100.     Barry.R.Drodge@Waterloo.NCR.COM
  101.  
  102.  
  103. Street Address:
  104.  
  105.     Barry Drodge
  106.     Unit 112, 93 Milford Ave.
  107.     Waterloo, Ontario
  108.     N2L 3Z5 CANADA
  109.  
  110. License:
  111.  
  112.     This software is freeware.   I request no payment be made to me. 
  113.     If you are a home user, you may use a copy of this software free. 
  114.     Business users are expressly forbidden to use this software on an
  115.     ongoing basis. 
  116.  
  117. Copyright:
  118.  
  119.     The Software is protected by Canadian copyright laws and international 
  120.     treaty provisions.      
  121.     You acknowledge that no title to the intellectual property in the
  122.     SOFTWARE is transferred to you.  You further acknowledge that
  123.     title and full ownership rights to the SOFTWARE will remain the
  124.     exclusive property of Barry Drodge.
  125.  
  126. Warranty:
  127.  
  128.     I do not certify that this software is error free. In no event will I 
  129.     or any shareware provider be held liable for direct or indirect 
  130.     damages of any kind arising out of the use of the software.
  131.  
  132. Shareware:
  133.     
  134.     This software may be freely uploaded to any BBS.
  135.     Shareware Distributors may not charge their customers for the 
  136.     Software other than a nominal fee for the diskette.
  137.     All files of this Software must be distributed bundled together, 
  138.     with the Software .EXE files bundled with the .TXT files.
  139.  
  140.