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

    r112 r121  
    11221122  if (func(iorb, 0) == 0) {
    11231123    /* successfully prepared cmd; issue cmd and wait for completion */
    1124     ddprintf("executing polled cmd...");
     1124    ddprintf("executing polled cmd on slot 0...");
    11251125    writel(port_mmio + PORT_CMD_ISSUE, 1);
    11261126    timeout /= 10;
Note: See TracChangeset for help on using the changeset viewer.