Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Aug 2004 14:24:35 +0900
From:      Pyun YongHyeon <yongari@kt-is.co.kr>
To:        Garance A Drosihn <drosih@rpi.edu>
Cc:        freebsd-sparc64@freebsd.org
Subject:   Re: Odd problem with ofw_console on Ultra-10
Message-ID:  <20040803052435.GA4826@kt-is.co.kr>
In-Reply-To: <p06110448bd34b8abc44a@[128.113.24.47]>
References:  <p06110423bd2463beab4e@[128.113.24.47]> <p06110445bd349a98b7c3@[128.113.24.47]> <20040803030722.GA4716@kt-is.co.kr> <p06110448bd34b8abc44a@[128.113.24.47]>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 03, 2004 at 12:01:06AM -0400, Garance A Drosihn wrote:
 > 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!
 > 

Ok, seems to work here(single->multi->single->multi) on Ultra2.
If that patch work on Ultra-10 too, it shoud be committed
ASAP. Thank you.

Best reagrds,
Pyun YongHyeon
-- 
Pyun YongHyeon <http://www.kr.freebsd.org/~yongari>;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040803052435.GA4826>