INT 78 - TARGA.DEV - FINISH DATA TRANSFER (DMAsee Direct Memory Access)
	AH = 15h
Return: AH = SCSI(Small Computer Systems Interface) A system-independent expansion bus typically used to connect hard disks, tape drives, and CD-ROMs to a computer.	A host adapter connects the SCSI bus to the computer's own bus.  See also ESDI, IDE. status byte
	CF clear if successful
	    AL = SCSI(Small Computer Systems Interface) A system-independent expansion bus typically used to connect hard disks, tape drives, and CD-ROMs to a computer.	A host adapter connects the SCSI bus to the computer's own bus.  See also ESDI, IDE. message byte
	CF set on error
	    AL = error code (see #03786)
Note:	if AH=06h was previously called to set the early return mode, this
	  function finishes a command AH=13h or AH=14h which returned before
	  the last DMAsee Direct Memory Access transfer was finished
SeeAlso: AH=06h,AH=13h,AH=14h