home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / sys / hp300 / dev / RDIDS < prev    next >
Encoding:
Text File  |  1990-12-07  |  581 b   |  21 lines

  1. Describe command returns 37 bytes:
  2.  
  3.     bytes 6-8:    String (6 4-bit BCD digits)
  4.     bytes 9-10:    Bytes per sector
  5.     bytes 24-26:    Maximum cylinder number
  6.     byte  27:    Maximum head number
  7.     bytes 28-29:    Maximum sector number (in a track)
  8.     bytes 32-35:    Maximum sector number (on disk)
  9.     
  10. Note we can't use a structure due to alignment problems.
  11.  
  12. NAME    CS80/ID    STRING    CYLS    HDS    SECT    BPS    MBS
  13.  
  14. 7914    20B    079140     575      7      64    256    
  15. 7933A    212    079330     660     13      92    256
  16. 7945    220    079450     483      7      32    256
  17. 7957    22A    079570     506      5      63    256
  18. 7958    22B    079580     506      8      63    256
  19. 9134L    222    091340       0      1       1    256
  20.  
  21.