Changeset 66 for trunk/src/os2ahci/ata.c


Ignore:
Timestamp:
Dec 23, 2010, 11:06:03 PM (15 years ago)
Author:
chris
Message:
  • Added code to dprintf TF_DATA register in restart_ctxhook
  • Cleaned up aws_free() calls; in a nutshell, aws_free() will always be called when IORBs complete (successfully or with an error) and this is now verified; redundant invocations of aws_free() have been removed.
  • atapi_req_sense_pp() now sets the iorb_workspace(iorb)->complete = 1
File:
1 edited

Legend:

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

    r60 r66  
    422422
    423423  if (rc != 0) {
    424     free(aws->buf);
    425424    iorb_seterr(iorb, IOERR_CMD_ADD_SOFTWARE_FAILURE);
    426425  }
     
    636635    iorb_requeue(iorb);
    637636  }
    638 
    639637}
    640638
Note: See TracChangeset for help on using the changeset viewer.