move vscsi from using scsi_req_probe and scsi_req_detach to using
authordlg <dlg@openbsd.org>
Tue, 22 Apr 2014 08:48:51 +0000 (08:48 +0000)
committerdlg <dlg@openbsd.org>
Tue, 22 Apr 2014 08:48:51 +0000 (08:48 +0000)
commite4be0aa51bb721c507a964667780c03cb084fbea
treef9be7814bff69e642c19950bee5804b7324be07d
parent75d77f2cf6261022bb1a161d4794efafcd752ac4
move vscsi from using scsi_req_probe and scsi_req_detach to using
the newly minted scsi_probe and scsi_detach respectively from a
task it runs itself.

the probe and detach ioctls requests work the same before and after
this change, but this paves the way for vscsi being able to report
the status of these requests back to userland.

discussed with claudio@
tested with current iscsid and an md3200i
sys/dev/vscsi.c