mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
Handle multi-sector reads by splitting them into subcommands.
This commit is contained in:
@@ -37,7 +37,7 @@ static int aoe_command ( struct ata_device *ata,
|
||||
struct aoe_device *aoedev
|
||||
= container_of ( ata, struct aoe_device, ata );
|
||||
|
||||
return aoe_issue ( &aoedev->aoe, command );
|
||||
return aoe_issue_split ( &aoedev->aoe, command );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user