imp 8313ffe035 MFC r259685:
Plumb the cn_grab and cn_ungrab routines down into the uart
 clients. Mask RX interrupts while grabbed on the atmel serial
 driver. This UART interrupts every character. When interrupts are
 enabled at the mountroot> prompt, this means the ISR eats the
 characters. Rather than try to create a cooperative buffering system
 for the low level kernel console, instead just mask out the ISR. For
 NS8250 and decsendents this isn't needed, since interrupts only happen
 after 14 or more characters (depending on the fifo settings). Plumb
 such that these are optional so there's no change in behavior for all
 the other UART clients. ddb worked on this platform because all
 interrupts were disabled while it was running, so this problem wasn't
 noticed. The mountroot> issue has been around for a very very long
 time.

Approved by:	re@ (gjb@)
2013-12-23 01:24:32 +00:00
..
2013-12-14 01:34:24 +00:00
2013-12-13 20:43:11 +00:00
2013-04-07 13:03:57 +00:00
2013-12-13 20:43:11 +00:00
2013-12-13 23:56:53 +00:00
2013-12-14 01:15:26 +00:00
2013-12-14 01:35:57 +00:00
2010-10-06 22:25:21 +00:00
2013-12-23 01:24:32 +00:00