[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 13 Fn 19  - Future Domain Scsi Controller - Reinitialize Drive         [d]

   AH = 19h
   DL = hard drive ID

Return: CF set on error
       AH = status code (see AH=01h)
   CF clear if successful
       AH = disk type (03h = fixed disk)
       CX:DX = number of 512-byte sectors

Notes: sends SCSI Read Capacity command to get number of logical blocks and
     adjusts the result for 512-byte sectors
   displays either "Error in Read Capacity Command" or "nnn Bytes per
     sector" (nnn=256 or 512, the only sizes supported in the translation
     code)
   should probably be called when a removable device has its media changed
   returns the same values as AH=15h
   the TMC-950 does not support any Future Domain BIOS calls; instead,
     it provides a full CAM implementation (see INT 4F/AX=8100h)

See Also: AH=15h,AH=1Ah,INT 4F/AX=8100h

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson