Ignore:
Timestamp:
Feb 16, 2011, 3:39:48 AM (14 years ago)
Author:
chris
Message:
  • ATAPI fixes; still having trouble with INQUIRY command bein sent with incorrect direction
  • fixes to port reset and restart handling
  • improved ATA IDENTIFY handling based on ATA reset signature
File:
1 edited

Legend:

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

    r69 r74  
    143143        /* sanity check: issued command bitmaps should be 0 now */
    144144        if (ai->ports[p].ncq_cmds != 0 || ai->ports[p].reg_cmds != 0) {
    145           dprintf("warning: commands issued not 0 (%08lx/%08lx)\n",
     145          dprintf("warning: commands issued not 0 (%08lx/%08lx); resetting...\n",
    146146                  ai->ports[p].ncq_cmds, ai->ports[p].reg_cmds);
     147          need_reset = 1;
    147148        }
    148149
Note: See TracChangeset for help on using the changeset viewer.