aboutsummaryrefslogtreecommitdiff
path: root/src/mouse.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-01Consistently disable irqs at start of each assembler entry point.Kevin O'Connor1-2/+4
2009-01-17Cleanup keyboard reset handling.Kevin O'Connor1-1/+1
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2009-01-04Make sure ps2 port command reads are from the desired device.Kevin O'Connor1-11/+12
2009-01-01Reduce stack usage of hw irq handlers.Kevin O'Connor1-4/+5
2008-12-29Introduce GET/SET_EBDA2() macros - they take a cached ebda seg.Kevin O'Connor1-22/+27
2008-12-13Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...)Kevin O'Connor1-1/+1
2008-11-26Enable a default hw irq handler.Kevin O'Connor1-3/+2
2008-08-17Misc minor improvements.Kevin O'Connor1-1/+1
2008-07-21Support ps2 port RESET commands that respond with 1 or 2 bytes.Kevin O'Connor1-1/+1
2008-07-21Add additional config options to remove parts of code.Kevin O'Connor1-0/+3
2008-07-20Rewrite ps2 port (keyboard/mouse) handling.Kevin O'Connor1-173/+83
2008-07-19Misc fixes and updates.Kevin O'Connor1-4/+2
2008-07-04Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor1-1/+2
2008-06-28Improve some debugging output.Kevin O'Connor1-3/+0
2008-06-14Cleanup handling of interrupt controller (PIC).Kevin O'Connor1-1/+14
2008-06-12Support config driven debugging of each irq handler.Kevin O'Connor1-2/+2
2008-03-11Don't save/restore flags and ebp on external calls - saves on stack space.Kevin O'Connor1-5/+2
2008-03-11Reduce stack usage for ISRs; minor fixes.Kevin O'Connor1-2/+5
2008-03-09Replace debug_exit calls with debug info while setting a failure.Kevin O'Connor1-19/+19
2008-03-05Rename VISIBLE macro for better control.Kevin O'Connor1-1/+1
2008-03-02Bug fixes; get mouse working.Kevin O'Connor1-4/+2
2008-03-02Initial support for ps/2 mouse.Kevin O'Connor1-8/+398
2008-02-25Version 0.1.2rel-0.1.2Kevin O'Connor1-0/+2
2008-02-25Version 0.1.1rel-0.1.1Kevin O'Connor1-0/+35