Changeset 74 for trunk/src/os2ahci/ctxhook.c
- Timestamp:
- Feb 16, 2011, 3:39:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ctxhook.c
r69 r74 143 143 /* sanity check: issued command bitmaps should be 0 now */ 144 144 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", 146 146 ai->ports[p].ncq_cmds, ai->ports[p].reg_cmds); 147 need_reset = 1; 147 148 } 148 149
Note:
See TracChangeset
for help on using the changeset viewer.