Int 6F Fn 0A - Hp Vectra Ex-bios - "f_put_block" - Write Blocks To Devic [b]

AH = 0Ah
BP = driver ID (see #3412) for block device
DH = device major number
DL = device minor number
ES:DI -> command block (see #3437)

Return: AH = status (see #3415)
BX = operation status
BP,DS destroyed

See Also: AH=06h"F_PUT_BYTE",AH=0Ah"F_PUT_BUFFER",AH=0Ch"F_GET_BUFFER"

See Also: AH=0Eh"F_PUT_WORD"

Format of HP Vectra F_PUT_BLOCK/F_GET_BLOCK command block:
Offset Size Description (Table 3437)
00h DWORD data transfer address
04h WORD number of blocks
06h DWORD block address (some devices only use low word)