mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
parent
bc70d67ee7
commit
73de12999d
@ -96,9 +96,10 @@ struct Ahci
|
||||
platform_hba.ack_irq();
|
||||
}
|
||||
|
||||
void ready(unsigned)
|
||||
void ready(unsigned cnt)
|
||||
{
|
||||
if (--ready_count)
|
||||
ready_count -= cnt;
|
||||
if (ready_count)
|
||||
return;
|
||||
|
||||
/* announce service */
|
||||
|
@ -251,6 +251,7 @@ struct Ata_driver : Port_driver
|
||||
else
|
||||
io_cmd = new (Genode::env()->heap()) Dma_ext_command();
|
||||
|
||||
ack_irq();
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user