Writing Device Drivers

Synchronous scsi_transport() Function

If FLAG_NOINTR is set in the packet, then scsi_transport(9F) will not return until the command is complete, and no callback will be performed.


Note –

Do not use FLAG_NOINTR in interrupt context.