Changeset 198 for trunk/src/os2ahci/apm.c
- Timestamp:
- Nov 26, 2018, 3:15:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/apm.c
r196 r198 122 122 123 123 /* flush cache on all attached devices */ 124 for (d = 0; d <= ai->ports[p].dev_max; d++) { 125 if (ai->ports[p].devs[d].present) { 124 for (d = 0; d <= ai->ports[p].dev_max; d++) 125 { 126 if (ai->ports[p].devs[d].present && !ai->ports[p].devs[d].ignored) 127 { 126 128 ahci_flush_cache(ai, p, d); 127 129 } … … 250 252 for (d = 0; d <= ai->ports[p].dev_max; d++) 251 253 { 252 if (ai->ports[p].devs[d].present )254 if (ai->ports[p].devs[d].present && !ai->ports[p].devs[d].ignored) 253 255 { 254 256 ahci_flush_cache(ai, p, d);
Note:
See TracChangeset
for help on using the changeset viewer.