Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 13 - future domain scsi controller - reinitialize drive http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 13 - Future Domain SCSI CONTROLLER - REINITIALIZE DRIVE
        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
SeeAlso: AH=15h,AH=1Ah

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson