grml...
[seabios.git] / src / serial.c
2010-05-23 Kevin O'ConnorGeneralize timer based delay code.
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-12-13 Kevin O'ConnorDistinguish between debug reports for unimplemented...
2009-10-24 Kevin O'ConnorReplace irq_enable() regions with explicit calls to...
2009-07-14 Kevin O'ConnorCleanup serial and lpt timers.
2009-05-13 Kevin O'ConnorImprove serial port detection.
2009-05-07 Kevin O'ConnorMinor - report found serial and lpt ports.
2009-01-17 Kevin O'ConnorMove variables from assembler to C code.
2009-01-17 Kevin O'ConnorMisc fixes.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2008-07-22 Kevin O'ConnorAdd additional config options to remove parts of code.
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-06-13 Kevin O'ConnorSupport config driven debugging of each irq handler.
2008-06-08 Kevin O'ConnorMove debugging messages to appropriate functions.
2008-06-07 Kevin O'ConnorSerial debugging code must not access BDA.
2008-05-08 Kevin O'ConnorAdd support for sending debug messages to a serial...
2008-04-13 Kevin O'ConnorMove serial/lpt setup from post.c to serial.c
2008-03-09 Kevin O'ConnorReplace debug_exit calls with debug info while setting...
2008-03-06 Kevin O'ConnorRename VISIBLE macro for better control.
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorInitial checkin.