Ignore:
Timestamp:
Jul 7, 2011, 1:22:32 PM (14 years ago)
Author:
Markus Thielen
Message:
  • do not initialize com port if base address is 0 (thanks, Steven)
  • trace buffer: wake up waiting processes after data has been written (thanks, Steven)
File:
1 edited

Legend:

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

    r112 r116  
    135135{
    136136  int i;
     137
     138  if (com_base == 0) {
     139    /* no com port in use */
     140    return;
     141  }
    137142
    138143  spin_lock(com_lock);
Note: See TracChangeset for help on using the changeset viewer.