aboutsummaryrefslogtreecommitdiffstats
path: root/src/kbd.c
Commit message (Expand)AuthorAgeFilesLines
* Update F11/F12 scan codes from bochs bios.Kevin O'Connor2008-10-251-2/+2
* Misc minor improvements.Kevin O'Connor2008-08-171-4/+4
* Support ps2 port RESET commands that respond with 1 or 2 bytes.Kevin O'Connor2008-07-211-1/+1
* Add debugging for unknown keyboard (int 16) calls.Kevin O'Connor2008-07-211-0/+7
* Add additional config options to remove parts of code.Kevin O'Connor2008-07-211-0/+7
* Rewrite ps2 port (keyboard/mouse) handling.Kevin O'Connor2008-07-201-163/+70
* Misc fixes and updates.Kevin O'Connor2008-07-191-1/+1
* Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor2008-07-041-1/+2
* Cleanup handling of interrupt controller (PIC).Kevin O'Connor2008-06-141-3/+7
* 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/+1
* Improve control of debug messages.Kevin O'Connor2008-05-241-3/+4
* Don't initialize keyboard hardware on coreboot - coreboot already does it.Kevin O'Connor2008-05-181-0/+4
* Introduce cpu_relax() and use it in busy loops.Kevin O'Connor2008-04-051-2/+2
* Minor cleanups.Kevin O'Connor2008-03-301-6/+8
* Move keyboard setup to kbd.c.Kevin O'Connor2008-03-121-0/+148
* Reduce stack usage for ISRs; minor fixes.Kevin O'Connor2008-03-111-3/+3
* Rename VISIBLE macro for better control.Kevin O'Connor2008-03-051-2/+2
* Bug fixes; get mouse working.Kevin O'Connor2008-03-021-6/+6
* Rename PORT_KBD_* to PORT_PS2_*Kevin O'Connor2008-03-021-14/+14
* Version 0.1.2rel-0.1.2Kevin O'Connor2008-02-251-3/+13
* Version 0.1.1rel-0.1.1Kevin O'Connor2008-02-251-10/+544
* Initial checkin.rel-0.1.0Kevin O'Connor2008-02-251-0/+35