Write block device control string

This call allow arbirtary control strings to be send to
a block device.

Entry:
AX = 4405h
BX = Drive (0=Current, 1=A, 2=B, ...)
CX = Number of bytes to transfer
DS:DX = Address of buffer
Return:
CF = 1
AX = Error code
CF = 0
AX = Number of chars written

Note: This call is not valid on character devices
("Invalid" will be returned). If the drive is invalid,
"Access Denied will be returned