Changeset 125 for trunk/src/os2ahci/ctxhook.c
- Timestamp:
- Oct 8, 2011, 10:28:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ctxhook.c
r121 r125 127 127 128 128 /* get "current command slot"; only valid if there are no NCQ cmds */ 129 ccs = (int) ((readl(port_mmio + PORT_CMD) >> 8) & 0x 0f);129 ccs = (int) ((readl(port_mmio + PORT_CMD) >> 8) & 0x1f); 130 130 ddprintf(" PORT_CMD = 0x%x\n", ccs); 131 131 … … 145 145 if (aws->cmd_slot == ccs) { 146 146 /* this is the non-NCQ command that failed */ 147 ddprintf("failing IORB: %Fp\n", iorb); 147 148 problem_iorb = iorb; 148 149 }
Note:
See TracChangeset
for help on using the changeset viewer.