Date: Thu, 10 Mar 2005 11:32:37 -0800 From: "David O'Brien" <obrien@FreeBSD.org> To: Marcel Moolenaar <marcel@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sparc64/conf GENERIC Message-ID: <20050310193237.GA52299@dragon.nuxi.com> In-Reply-To: <200501300927.j0U9RnQU008885@repoman.freebsd.org> References: <200501300927.j0U9RnQU008885@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 30, 2005 at 09:27:49AM +0000, Marcel Moolenaar wrote:
> marcel 2005-01-30 09:27:49 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/sparc64/conf GENERIC
> Log:
> o Enable puc(4) and uart(4).
> o Disable ofw_console(4), sab(4) and zs(4).
..
> ofw_console(4) is disabled because it doesn't claim the device it
> controls (through OFW) and thus interferes with puc(4)+uart(4),
> which has sufficient knowledge to extract the necessary information
> from OFW to setup the console. Put differently, ofw_console(4) is
> not a proper device driver and can only do harm. Its functionality
> is completely handled by uart(4).
Please Back commit out. You broke the console on the most modern Sparc
machines we run^H^Hran on. Commenting out uart adding back
ofw_console(4) restore console on Sun Blade 1{0,5}0 machines. Just
adding back ofw_console(4) restores console output, but ofw_console(4)
and uart(4) fight for input.
Contrary to rev 1.88's claim, ofw_console(4) does not cause harm, and NO
uart(4) has not completely handled its functionality.
--
-- David (obrien@FreeBSD.org)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050310193237.GA52299>
