home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 165 / IDETYPE.ZIP / DOC next >
Text File  |  1992-02-28  |  3KB  |  57 lines

  1.  
  2.  
  3.                         28 Feb, 1992.
  4.  
  5.  
  6.  
  7.  
  8.     This program was written to obtain the hard disk parameters
  9. from an IDE disk to simplify installation.  I am currently developing
  10. it with AMI BIOSes because that's what I sell.  I will eventually add
  11. support for Pheonix and Quadtel.  Later versions will optionally set
  12. the CMOS setup for the user but it will have to have logic to determine
  13. the best logical mapping for large disks with more than 1024 cylinders
  14. since the AT BIOS doesn't support anything larger than this with the
  15. standard software interface.
  16.  
  17.  
  18.     HDinfo looks for an IDE hard disk.  If found, it will get
  19. the parameters and display them.  It will then get the disk parameters
  20. from the real time clock chip and display them as well.  If your drive
  21. has not been setup yet, you should put the first set of values in the
  22. setup screen.  If your drive is formatted and being used and the two
  23. sets of numbers disagree, don't worry.  IDE drives can typically
  24. translate the parameters to the physical ones.  The numbers returned
  25. by the program, though, are recorded on the disk by the manufacturer
  26. and are the ones that are supposed to be used.  Don't change your
  27. configuration if you have data on the disk you don't want to lose.
  28.  
  29.     The program will check for machine type.  If the machine type
  30. suggests it is not at least an AT, it will exit.  The real time clock
  31. chip (MC146818) with configuration RAM will only be found on ATs.
  32. The program then checks for an IDE interface drive.  If the IDE
  33. command requested is found invalid, the program will skip the IDE
  34. check and continue to display the CMOS information.  The buffer size
  35. displayed with the IDE parameters is the amount of controller cache
  36. the drive reports it has.
  37.  
  38.     If the disk type in CMOS is user-defined, the program will
  39. attempt to display it from its undocumented location.  This should
  40. work with the AMI BIOS.  I will add Pheonix support later - it uses
  41. a slightly different method of supporting user-defined parameters.
  42.  
  43.     The next version of the program will probably provide the
  44. total size of the disk from the parameters given as well as give
  45. the option of setting the CMOS setup parameters from the ones found
  46. on the IDE disk.
  47.  
  48.     I would appreciate response on how the program works on
  49. different machines as this program was written to help setup new
  50. machines for both myself and fellow dealers/technicians/consultants
  51. (whatever I call myself at any given moment!)  Thanks.
  52.  
  53.  
  54.  
  55.  
  56.                         Andy Johns.
  57.