Ignore:
Timestamp:
Aug 31, 2011, 11:23:46 PM (14 years ago)
Author:
cjm
Message:

OS2AHCI Version 1.19
====================

  • Added retry counters to all commands (IORBs) in order to prevent infinite retry loops. This was necessary because Virtualbox 4.x doesn't seem to set the "current command index" in specific ATAPI error situations, causing the failing command to be retried indefinitely instead of asking for a sense buffer
  • Minor changes to debug logging
File:
1 edited

Legend:

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

    r117 r121  
    12481248  u16 no_ncq = aws->no_ncq;
    12491249  u16 unaligned = aws->unaligned;
     1250  u16 retries = aws->retries;
    12501251
    12511252  aws_free(aws);
    12521253  memset(aws, 0x00, sizeof(*aws));
     1254
    12531255  aws->no_ncq = no_ncq;
    12541256  aws->unaligned = unaligned;
     1257  aws->retries = retries;
    12551258}
    12561259
Note: See TracChangeset for help on using the changeset viewer.