Changeset 79 for trunk/src/os2ahci/ahci.c
- Timestamp:
- Feb 24, 2011, 9:56:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ahci.c
r77 r79 626 626 627 627 /* wait for communication to be re-established after port reset */ 628 while (((tmp = readl(port_mmio + PORT_SCR_STAT) & 3)) != 3) {628 while (((tmp = readl(port_mmio + PORT_SCR_STAT)) & 3) != 3) { 629 629 mdelay(10); 630 630 timeout -= 10;
Note:
See TracChangeset
for help on using the changeset viewer.