Changeset 148 for trunk/src/os2ahci/os2ahci.c
- Timestamp:
- Mar 27, 2013, 5:55:26 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.c
r147 r148 26 26 27 27 #include "os2ahci.h" 28 #include "bldday.h"29 30 28 #include "ioctl.h" 31 29 … … 357 355 ciprintf(init_msg, drv_name, VERSION / 100, VERSION % 100); 358 356 359 #ifdef ECS_BUILD360 ciprintf("This driver is licensed for use only in conjunction with eComStation.\n");361 #else362 ciprintf("This is the Open Watcom build.\n");363 #endif357 //#ifdef ECS_BUILD 358 // ciprintf("This driver is licensed for use only in conjunction with eComStation.\n"); 359 //#else 360 // ciprintf("This is the Open Watcom build.\n"); 361 //#endif 364 362 365 363 if (debug) { 366 364 /* initialize com port for debug output */ 367 init_com();365 //DAZ init_com(); 368 366 } 369 367 … … 781 779 } 782 780 init_complete = 1; 781 782 /* DAZ turn off COM port output */ 783 com_base = 0; 783 784 784 785 /* release all adapters */
Note:
See TracChangeset
for help on using the changeset viewer.