aboutsummaryrefslogtreecommitdiff
path: root/src/serial.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-04Move most of the VAR16FIXED() defs to misc.c.Kevin O'Connor1-3/+0
2014-01-22debug: Add runtime option to not report the debug serial port to the OS.Kevin O'Connor1-0/+4
2013-09-28Remove ioport.h; disperse its contents to other header files.Kevin O'Connor1-0/+1
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-1/+2
2013-09-18Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor1-0/+1
2013-07-21Rename check_timer() function (and similar) to irqtimer_check().Kevin O'Connor1-6/+6
2012-06-10Minor - remove CLEARBITS_BDA and SETBITS_BDA macros.Kevin O'Connor1-4/+2
2010-05-23Generalize timer based delay code.Kevin O'Connor1-31/+6
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-2/+2
2009-12-13Distinguish between debug reports for unimplemented vs invalid calls.Kevin O'Connor1-8/+6
2009-10-24Replace irq_enable() regions with explicit calls to check for irqs.Kevin O'Connor1-6/+3
2009-07-13Cleanup serial and lpt timers.Kevin O'Connor1-53/+83
2009-05-12Improve serial port detection.Kevin O'Connor1-24/+27
2009-05-06Minor - report found serial and lpt ports.Kevin O'Connor1-1/+3
2009-01-17Move variables from assembler to C code.Kevin O'Connor1-0/+3
2009-01-17Misc fixes.Kevin O'Connor1-0/+1
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2008-07-21Add additional config options to remove parts of code.Kevin O'Connor1-0/+14
2008-07-04Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor1-1/+2
2008-06-12Support config driven debugging of each irq handler.Kevin O'Connor1-2/+2
2008-06-08Move debugging messages to appropriate functions.Kevin O'Connor1-0/+2
2008-06-07Serial debugging code must not access BDA.Kevin O'Connor1-39/+10
2008-05-07Add support for sending debug messages to a serial port.Kevin O'Connor1-9/+42
2008-04-13Move serial/lpt setup from post.c to serial.cKevin O'Connor1-0/+55
2008-03-09Replace debug_exit calls with debug info while setting a failure.Kevin O'Connor1-13/+11
2008-03-05Rename VISIBLE macro for better control.Kevin O'Connor1-2/+2
2008-02-25Version 0.1.2rel-0.1.2Kevin O'Connor1-0/+209
2008-02-25Initial checkin.rel-0.1.0Kevin O'Connor1-0/+23