Changeset 116 for trunk/src/os2ahci/os2ahci.c
- Timestamp:
- Jul 7, 2011, 1:22:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.c
r112 r116 215 215 case 'd': 216 216 /* increase debug level */ 217 if (debug++ == 0) { 218 init_com(); 219 } 217 debug++; 220 218 break; 221 219 … … 317 315 } 318 316 317 if (debug) { 318 /* initialize com port for debug output */ 319 init_com(); 320 } 321 319 322 /* initialize trace buffer if applicable */ 320 323 if (TRACE_ACTIVE) {
Note:
See TracChangeset
for help on using the changeset viewer.