UART: Make the 8250's MCR return a deterministic value.
authorGabe Black <gblack@eecs.umich.edu>
Sat, 9 Oct 2010 19:41:31 +0000 (12:41 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sat, 9 Oct 2010 19:41:31 +0000 (12:41 -0700)
commit9268f895d522a10f176099218df35bfe9111b7a9
treee1e421565b19168a8d54ff4816032d6246bcfadb
parentd4492190e6bbf709724af28d262b0a681c975ec0
UART: Make the 8250's MCR return a deterministic value.

This change makes the 8250 device return the value it has for the MCR when
read instead of leaving the packet data unmodified/uninitialized. The value
the UART has for the MCR may not be right, but that's a seperate issue that
apparently hasn't caused any problems to date.
src/dev/uart8250.cc