Ignore:
Timestamp:
Dec 27, 2010, 2:13:49 PM (15 years ago)
Author:
markus
Message:

made it compile, added atapi command mapping/padding (->12 bytes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/ahci.c

    r66 r68  
    12461246    next = iorb->pNxtIORB;
    12471247    iorb->Status = IORB_DONE;
    1248     aws_free(iorb_workspace(iorb));
     1248    aws_free(add_workspace(iorb));
    12491249    if (iorb->RequestControl & IORB_ASYNC_POST) {
    12501250      iorb->NotifyAddress(iorb);
Note: See TracChangeset for help on using the changeset viewer.