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