Changeset 340 for Whitix/trunk/video

Show
Ignore:
Timestamp:
04/24/08 13:00:54 (7 months ago)
Author:
mwhitworth
Message:

Cleanup, remove debug printfs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/video/console.c

    r333 r340  
    493493        DWORD flags; 
    494494 
    495         printf("ConsoleDevRead %u, %d, %u %u\n", size, index, consoles[index].head, consoles[index].tail); 
     495//      printf("ConsoleDevRead %u, %d, %u %u\n", size, index, consoles[index].head, consoles[index].tail); 
    496496 
    497497        IrqSaveFlags(flags); 
     
    504504                data[i++]=getc(); 
    505505        }while (i < size); 
    506  
    507         printf("done\n"); 
    508506 
    509507        IrqRestoreFlags(flags); 
     
    558556        if (item->events & POLL_OUT) 
    559557                item->revents |= POLL_OUT; 
     558 
     559//      printf("ConsolePoll(%u)\n", ListEmpty(&cons->waitQueue.list)); 
    560560 
    561561        PollAddWait(pollQueue, &cons->waitQueue);