]> xenbits.xensource.com Git - osstest/seabios.git/commit
Fix serial port flushing code.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 9 Jul 2011 22:42:34 +0000 (18:42 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 10 Jul 2011 19:36:04 +0000 (15:36 -0400)
commit5044053c84df0d423cdb61fcf29fe2cba2326f31
treea99e05b68a9e865d7e63941d5e26f7b9c9a848c5
parent20cbffed79338aac4cc3ecd90fe9f50fc7cd3086
Fix serial port flushing code.

debug_serial() was doing a full flush while debug_serial_flush() was
only doing a partial flush.  Fix that.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/output.c