summaryrefslogtreecommitdiff
path: root/src/serial.c
Commit message (Expand)AuthorAgeFilesLines
* Move most of the VAR16FIXED() defs to misc.c.Kevin O'Connor2014-06-041-3/+0
* debug: Add runtime option to not report the debug serial port to the OS.Kevin O'Connor2014-01-221-0/+4
* Remove ioport.h; disperse its contents to other header files.Kevin O'Connor2013-09-281-0/+1
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-1/+2
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-181-0/+1
* Rename check_timer() function (and similar) to irqtimer_check().Kevin O'Connor2013-07-211-6/+6
* Minor - remove CLEARBITS_BDA and SETBITS_BDA macros.Kevin O'Connor2012-06-101-4/+2
* Generalize timer based delay code.Kevin O'Connor2010-05-231-31/+6
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-2/+2
* Distinguish between debug reports for unimplemented vs invalid calls.Kevin O'Connor2009-12-131-8/+6
* Replace irq_enable() regions with explicit calls to check for irqs.Kevin O'Connor2009-10-241-6/+3
* Cleanup serial and lpt timers.Kevin O'Connor2009-07-131-53/+83
* Improve serial port detection.Kevin O'Connor2009-05-121-24/+27
* Minor - report found serial and lpt ports.Kevin O'Connor2009-05-061-1/+3
* Move variables from assembler to C code.Kevin O'Connor2009-01-171-0/+3
* Misc fixes.Kevin O'Connor2009-01-171-0/+1
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Add additional config options to remove parts of code.Kevin O'Connor2008-07-211-0/+14
* Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor2008-07-041-1/+2
* Support config driven debugging of each irq handler.Kevin O'Connor2008-06-121-2/+2
* Move debugging messages to appropriate functions.Kevin O'Connor2008-06-081-0/+2
* Serial debugging code must not access BDA.Kevin O'Connor2008-06-071-39/+10
* Add support for sending debug messages to a serial port.Kevin O'Connor2008-05-071-9/+42
* Move serial/lpt setup from post.c to serial.cKevin O'Connor2008-04-131-0/+55
* Replace debug_exit calls with debug info while setting a failure.Kevin O'Connor2008-03-091-13/+11
* Rename VISIBLE macro for better control.Kevin O'Connor2008-03-051-2/+2
* Version 0.1.2rel-0.1.2Kevin O'Connor2008-02-251-0/+209
* Initial checkin.rel-0.1.0Kevin O'Connor2008-02-251-0/+23