Umm, that doesn't seem to fix it for me. I don't know if it's much use, but the edited boot log is attached. If there's anything else I can do to help pin this down... This is on an E450 w/ kernel-2.6.7. Ralph Mitchell David S. Miller wrote: >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); > >- >To unsubscribe from this list: send the line "unsubscribe sparclinux" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at http://vger.kernel.org/majordomo-info.html > >