Introduce cpu_relax() and use it in busy loops.
[seabios.git] / src / kbd.c
2008-04-05 Kevin O'ConnorIntroduce cpu_relax() and use it in busy loops.
2008-03-31 Kevin O'ConnorMinor cleanups.
2008-03-13 Kevin O'ConnorMove keyboard setup to kbd.c.
2008-03-11 Kevin O'ConnorReduce stack usage for ISRs; minor fixes.
2008-03-06 Kevin O'ConnorRename VISIBLE macro for better control.
2008-03-02 Kevin O'ConnorBug fixes; get mouse working.
2008-03-02 Kevin O'ConnorRename PORT_KBD_* to PORT_PS2_*
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorVersion 0.1.1
2008-02-26 Kevin O'ConnorInitial checkin.