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/atapi.c

    r65 r66  
    284284  }
    285285
    286   /* free sense buffer */
    287   aws_free(aws);
    288 
    289 }
    290 
     286  /* mark IORB as complete */
     287  aws->complete = 1;
     288}
     289
Note: See TracChangeset for help on using the changeset viewer.