Ignore:
Timestamp:
Mar 27, 2013, 5:55:26 AM (12 years ago)
Author:
David Azarewicz
Message:

Fix spin-up / power-up issue on some hardware
Changes to debug output
Fixup makefiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/os2ahci.c

    r147 r148  
    2626
    2727#include "os2ahci.h"
    28 #include "bldday.h"
    29 
    3028#include "ioctl.h"
    3129
     
    357355  ciprintf(init_msg, drv_name, VERSION / 100, VERSION % 100);
    358356
    359 #ifdef ECS_BUILD
    360   ciprintf("This driver is licensed for use only in conjunction with eComStation.\n");
    361 #else
    362   ciprintf("This is the Open Watcom build.\n");
    363 #endif
     357//#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
    364362
    365363  if (debug) {
    366364    /* initialize com port for debug output */
    367     init_com();
     365    //DAZ init_com();
    368366  }
    369367
     
    781779      }
    782780      init_complete = 1;
     781
     782      /* DAZ turn off COM port output */
     783      com_base = 0;
    783784
    784785      /* release all adapters */
Note: See TracChangeset for help on using the changeset viewer.