home *** CD-ROM | disk | FTP | other *** search
/ PC-Test Pro / PCTESTPRO.iso / disktool / rd_ide / org / rd_ide.exe / RD_IDE.DOC < prev   
Encoding:
Text File  |  1994-04-09  |  3.2 KB  |  96 lines

  1. This file describes the Western Digital utility rd_ide.com.
  2.  
  3. rd_ide.com is a simple program that interrogates a Caviar drive and reports
  4. relevent information about the drive's capabilities and its currently set
  5. features.
  6.  
  7. Below is an example RD_IDE.COM screen display
  8.  
  9. --------------------------------------------------------------------------
  10. read_ide.com - Copyright (c) 1994 Western Digital Corp.
  11. Information for Drive C:
  12.  
  13. Controller Model Number ............ = QUANTUM LP240A GM240A01X                
  14. Drive Serial Number ................ = 142234631107        
  15. Firmware Revision .................. = 6.3     
  16. Number of Cylinders ................ = 723
  17. Number of Cylinders To Report....... = 723
  18. Number of Heads .................... = 13
  19. Sectors Per Track .................. = 51
  20. Bytes Per Sector ................... = 512
  21. Disk Buffer Size ................... = 256kb
  22. Read/Write Multiple Sector Count ... = 8
  23. Current R/W Multiple Sector Count .. = 4
  24. Drive Supports IORDY ............... = No
  25. Drive Supports LBA ................. = No
  26. Drive Supports DMA Types B & F ..... = Yes
  27.  
  28. --------------------------------------------------------------------------
  29.  
  30. Following is a field by field explanation.
  31.  
  32. Controller Model Number
  33. This is vendor specific. WD drives will show the model number that
  34. appears on the label.
  35.  
  36. Drive Serial Number
  37. Self Explanatory
  38.  
  39. Firmware Revision
  40. The revision level of the control programs contained in ROM chips
  41. on the controller.
  42.  
  43. Number of Cylinders
  44. The number of logical cylinders the drive can support.
  45.  
  46. Number of Cylinders To Report
  47. The number of cylinders the drive will say it has when interrogated
  48. by software in response to an Identify Drive Command. This number
  49. can be reduced so that software such as Windows FastDisk Device
  50. will accept the drive.
  51.  
  52. Number of Heads
  53. The number of logical read/write heads.
  54.  
  55. Sectors Per Track
  56. The number of logical sectors per track.
  57.  
  58. Bytes Per Sector
  59. The number of bytes per sector after formatting.
  60.  
  61. Disk Buffer Size
  62. The size, in kilo bytes, of the drive's transfer buffer
  63.  
  64. Read/Write Multiple Sector Count
  65. The maximum number of sectors the drive will transfer in
  66. response to a read multiple/write multiple sector command.
  67.  
  68. Current R/W Multiple Sector Count
  69. The current number of sectors to transfer, as set by software,
  70. when a read multiple or write multiple command is executed.
  71.  
  72. Drive Supports IORDY
  73. Drive can perform hardware flow control using the bus line IORDY.
  74. When used, the Caviar series can transfer up to 11 Mega bytes/second.
  75.  
  76. Drive Supports LBA
  77. Whether the drive supports Logical Block Addressing. LBA is an
  78. alternate way of addressing individual sectors on the drive. LBA must
  79. be used to break the BIOS imposed 1,024 cylinder limitation.
  80.  
  81. Drive Supports DMA Types B & F
  82. Whether the drive supports EISA Type B DMA transfers and PCI Type F
  83. DMA transfers. These are special high rate DMA transfers that are not
  84. available on the ISA bus.
  85.  
  86.  
  87. RD_IDE.COM was designed to interrogate Western Digital Caviar drives.
  88. It will work on IDE drives from other manufacturers but expects to find
  89. data in ATA/CAMS compliant locations.
  90.  
  91.  
  92. Revision History
  93.  
  94.     4/7/94    RJS    First Public Release
  95.     4/9/94    RJS    Added Currently set R/W Multiple sector count
  96.