Odd problem with ofw_console on Ultra-10

Garance A Drosihn drosih at rpi.edu
Mon Aug 2 21:01:09 PDT 2004


At 12:07 PM +0900 8/3/04, Pyun YongHyeon wrote:
>
>Here is untested patch(copy & pasted). I thought Peter Grehan
>already committed it since it also breaks powerpc console.
>Rebuilding new kernel now and let you know the result.
>
>--- ofw_console.c.orig  Tue Aug  3 12:02:15 2004
>+++ ofw_console.c       Tue Aug  3 11:54:27 2004
>@@ -129,7 +129,7 @@
>                 ttychars(tp);
>                 tp->t_iflag = TTYDEF_IFLAG;
>                 tp->t_oflag = TTYDEF_OFLAG;
>-               tp->t_cflag = TTYDEF_CFLAG;
>+               tp->t_cflag = TTYDEF_CFLAG | CLOCAL;
>                 tp->t_lflag = TTYDEF_LFLAG;
>                 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED;
>                 ttsetwater(tp);

It looks like that hasn't been committed yet.  I'm going to
let my active buildworld/kernel finish (which has the older
ofw_console.c), and install that first just to get my system
up-to-date.  After that, I will try the above update and see
if that solves the problem I'm seeing.  Thanks!

-- 
Garance Alistair Drosehn            =   gad at gilead.netel.rpi.edu
Senior Systems Programmer           or  gad at freebsd.org
Rensselaer Polytechnic Institute    or  drosih at rpi.edu


More information about the freebsd-sparc64 mailing list