Be sure to add "void" to all function prototypes that take no args.
[seabios.git] / src / ps2port.c
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-12-10 Kevin O'ConnorUnify ps2 port data processing.
2009-12-10 Kevin O'ConnorMove ps2 specific keyboard and mouse code to ps2port.c.
2009-12-03 Kevin O'ConnorFail PS2 port commands when receiving a NAK.
2009-10-24 Kevin O'ConnorReplace irq_enable() regions with explicit calls to...
2009-10-23 Kevin O'ConnorHandle tsc rollover.
2009-05-07 Kevin O'ConnorDetect ps2 nak response.
2009-02-15 Kevin O'ConnorClock cleanups.
2009-01-18 Kevin O'ConnorCleanup ps2 port reset handling.
2009-01-18 Kevin O'ConnorCleanup keyboard reset handling.
2009-01-18 Kevin O'ConnorFix minor bug in ps2port.c - can't check for -1 with...
2009-01-17 Kevin O'ConnorMisc fixes.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-04 Kevin O'ConnorMake sure ps2 port command reads are from the desired...
2008-11-29 Kevin O'ConnorFix bug on keyboard LED set.
2008-11-28 Kevin O'ConnorImplement tsc based delay timers, and use them througho...
2008-07-22 Kevin O'ConnorSupport ps2 port RESET commands that respond with 1...
2008-07-20 Kevin O'ConnorRewrite ps2 port (keyboard/mouse) handling.