Date: Fri, 09 Jul 2004 15:12:01 +1000 From: Peter Grehan <grehan@freebsd.org> To: yongari@kt-is.co.kr Cc: freebsd-sparc64@freebsd.org Subject: Re: ofw console change breaks powerpc Message-ID: <40EE2921.4090503@freebsd.org> In-Reply-To: <20040709023814.GA15095@kt-is.co.kr> References: <40ED61D8.8000600@freebsd.org> <20040709023814.GA15095@kt-is.co.kr>
next in thread | previous in thread | raw e-mail | index | archive | help
> > - tp->t_cflag = TTYDEF_CFLAG|CLOCAL; > > + tp->t_cflag = TTYDEF_CFLAG; ... > Yes, it works here with CLOCAL(Ultra2, type-5 keyboard). Thanks, I'll commit the change. > However, ofw console is still too slow to work on.(IMO) I tried > syscons + creator to get more speed by hardware acceleration. > To build that kernel, I had to add <sys/modules.h> to source files. > (I guess it was both sys/dev/fb/creator.c and > sys/sparc64/creator/creator_upa.c) After really fast booting > message scrolls and login prompt, the machine locked up. :( One thing to try is the simplistic OpenFirmware frame-buffer console that I've done for powerpc (powerpc/ofw/ofw_syscons.c). As long as there is a linear frame-buffer that can be mapped it should work OK. This may not be the case for something fancy like Creator, but could work on others. later, Peter.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40EE2921.4090503>