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/libc.c

    r118 r148  
    5858                                                ULONG parm2);
    5959static int              mdelay_cal_end         (void);
    60 static void             printf_nts             (const char *fmt, ...);
    6160
    6261/* ------------------------ global/static variables ------------------------ */
     
    284283
    285284  spin_lock(com_lock);
    286  
     285
    287286  if (ts) {
    288287    /* include timestamp */
     
    351350 * Print messages to COM port with no time stamp
    352351 */
    353 static void printf_nts(const char *fmt, ...)
     352void printf_nts(const char *fmt, ...)
    354353{
    355354  va_list va;
     
    509508      len -= l;
    510509    }
    511    
     510
    512511    pos += sg_list[i].XferBufLen;
    513512  }
Note: See TracChangeset for help on using the changeset viewer.