Parse command-line options much earlier, so that thread_mlfqs is
[pintos-anon] / src / devices / serial.c
2006-12-11 Ben PfaffParse command-line options much earlier, so that thread...
2006-06-10 Ben PfaffCapitalize QEMU properly.
2006-06-01 Ben PfaffAdd support for "keyboard" input over the serial port.
2006-05-27 Ben PfaffComment.
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2004-10-08 Ben PfaffUse 115.2 kbps instead of 9600 bps.
2004-10-07 Ben PfaffCheck that the serial rate is reasonable.
2004-09-27 Ben PfaffComments.
2004-09-16 Ben PfaffMerge 16550a.h into serial.c.
2004-09-11 Ben PfaffOnly poll on output if the txq is full and interrupts...
2004-09-11 Ben PfaffReally make it safe to call printf() from any context.
2004-09-07 Ben PfaffMove serial interrupt queue into new file intq.c.
2004-09-07 Ben PfaffPrepare to remove serial receive path.
2004-09-07 Ben PfaffFirst stab at interrupt-driven serial.
2004-09-06 Ben PfaffRename printk() to printf().
2004-09-05 Ben PfaffRedo makefiles.
2004-09-02 Ben PfaffReorganization, comments.
2004-08-16 Ben PfaffInitial revision