All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] SunSAB console problems in 2.6.x
@ 2004-08-26  6:32 David S. Miller
  2004-08-26  8:31 ` Ralph Mitchell
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: David S. Miller @ 2004-08-26  6:32 UTC (permalink / raw)
  To: sparclinux


Does this make the garbled (every other char missing) console
problem go away?

It isn't the best fix, and if this hack fix works I'll work on
the real cure.

Thanks.

=== drivers/serial/sunsab.c 1.33 vs edited ==--- 1.33/drivers/serial/sunsab.c	2004-05-30 17:43:04 -07:00
+++ edited/drivers/serial/sunsab.c	2004-08-25 23:14:30 -07:00
@@ -940,6 +940,7 @@
 	writeb(up->interrupt_mask1, &up->regs->w.imr1);
 
 	sunsab_convert_to_sab(up, con->cflag, 0, baud);
+	sunsab_set_mctrl(&up->port, TIOCM_DTR | TIOCM_RTS);
 
 	spin_unlock_irqrestore(&up->port.lock, flags);
 	

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2004-08-28  7:06 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-26  6:32 [PATCH] SunSAB console problems in 2.6.x David S. Miller
2004-08-26  8:31 ` Ralph Mitchell
2004-08-26 13:23 ` Ben Collins
2004-08-26 17:01 ` Ben Collins
2004-08-26 18:05 ` Ralph Mitchell
2004-08-26 20:19 ` David S. Miller
2004-08-27  0:43 ` Joshua Kwan
2004-08-27  1:10 ` David S. Miller
2004-08-27 10:30 ` Ralph Mitchell
2004-08-27 19:19 ` David S. Miller
2004-08-27 22:29 ` David S. Miller
2004-08-27 23:24 ` Joshua Kwan
2004-08-27 23:24 ` David S. Miller
2004-08-27 23:25 ` David S. Miller
2004-08-27 23:34 ` C.Newport
2004-08-27 23:39 ` David S. Miller
2004-08-28  0:01 ` Joshua Kwan
2004-08-28  0:04 ` David S. Miller
2004-08-28  7:06 ` Ralph Mitchell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.