mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user