git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
feat: nearly complete POSIX.1-2008 compliant terminal interface implementation
[lunaix-os.git]
/
lunaix-os
/
hal
/
ahci
/
io_event.c
diff --git
a/lunaix-os/hal/ahci/io_event.c
b/lunaix-os/hal/ahci/io_event.c
index 2ce49ef4e1c9701c8c2070436396e72dc7d0936d..c843d29661553e4a2fabfefeb683e720a0732e89 100644
(file)
--- a/
lunaix-os/hal/ahci/io_event.c
+++ b/
lunaix-os/hal/ahci/io_event.c
@@
-7,7
+7,7
@@
LOG_MODULE("io_evt")
void
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;
{
struct ahci_hba* hba;
struct ahci_driver *pos, *n;
@@
-65,7
+65,7
@@
proceed:
blkio_schedule(ioreq->io_ctx);
blkio_complete(ioreq);
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]);
done:
hba_clear_reg(port->regs[HBA_RPxIS]);