Changeset 156 for trunk/src/os2ahci/ahci.c
- Timestamp:
- May 6, 2013, 7:57:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ahci.c
r155 r156 957 957 writel(port_mmio + PORT_CMD, tmp); 958 958 959 /* wait for completion, spec says 500ms, give it 1000 */959 /* wait for completion, spec says 500ms, give it 1000ms */ 960 960 while (timeout > 0 && (readl(port_mmio + PORT_CMD) & PORT_CMD_FIS_ON)) { 961 961 mdelay(10);
Note:
See TracChangeset
for help on using the changeset viewer.