Changeset 165 for trunk/src/os2ahci/apm.c
- Timestamp:
- Jul 31, 2013, 8:08:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/apm.c
r162 r165 4 4 * Copyright (c) 2011 thi.guten Software Development 5 5 * Copyright (c) 2011 Mensys B.V. 6 * Portions copyright (c) 2013 David Azarewicz 6 7 * 7 8 * Authors: Christian Mueller, Markus Thielen … … 123 124 for (d = 0; d <= ai->ports[p].dev_max; d++) { 124 125 if (ai->ports[p].devs[d].present) { 125 126 126 ahci_flush_cache(ai, p, d); 127 } 127 128 } 128 129 } … … 241 242 242 243 #if 0 244 /* cannot flush caches this way */ 243 245 ahci_start_port(ai, p, 0); 244 246 … … 246 248 for (d = 0; d <= ai->ports[p].dev_max; d++) { 247 249 if (ai->ports[p].devs[d].present) { 248 249 250 ahci_flush_cache(ai, p, d); 251 } 250 252 } 251 253 #endif
Note:
See TracChangeset
for help on using the changeset viewer.