mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
Updated to use asynchronous operation model for iSCSI requests
Added CHAP authentication
This commit is contained in:
@@ -37,7 +37,7 @@ static int iscsi_command ( struct scsi_device *scsi,
|
||||
struct iscsi_device *iscsidev
|
||||
= container_of ( scsi, struct iscsi_device, scsi );
|
||||
|
||||
return iscsi_issue ( &iscsidev->iscsi, command );
|
||||
return async_wait ( iscsi_issue ( &iscsidev->iscsi, command ) );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user