Ignore:
Timestamp:
May 6, 2013, 7:57:39 PM (12 years ago)
Author:
David Azarewicz
Message:

debugging updates

File:
1 edited

Legend:

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

    r155 r156  
    957957  writel(port_mmio + PORT_CMD, tmp);
    958958
    959   /* wait for completion, spec says 500ms, give it 1000 */
     959  /* wait for completion, spec says 500ms, give it 1000ms */
    960960  while (timeout > 0 && (readl(port_mmio + PORT_CMD) & PORT_CMD_FIS_ON)) {
    961961    mdelay(10);
Note: See TracChangeset for help on using the changeset viewer.