LOG_MODULE("io_evt")
void
-__ahci_hba_isr(const isr_param* param)
+ahci_hba_isr(const isr_param* param)
{
struct ahci_hba* hba;
struct ahci_driver *pos, *n;
blkio_schedule(ioreq->io_ctx);
blkio_complete(ioreq);
- vfree(cmdstate->cmd_table);
+ vfree_dma(cmdstate->cmd_table);
done:
hba_clear_reg(port->regs[HBA_RPxIS]);