From owner-cvs-all@FreeBSD.ORG Thu Mar 10 19:32:39 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A44D016A4CF; Thu, 10 Mar 2005 19:32:39 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id F037943D5F; Thu, 10 Mar 2005 19:32:37 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id j2AJWbeT053149; Thu, 10 Mar 2005 11:32:37 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.3/8.13.1/Submit) id j2AJWbIs053148; Thu, 10 Mar 2005 11:32:37 -0800 (PST) (envelope-from obrien) Date: Thu, 10 Mar 2005 11:32:37 -0800 From: "David O'Brien" To: Marcel Moolenaar Message-ID: <20050310193237.GA52299@dragon.nuxi.com> References: <200501300927.j0U9RnQU008885@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501300927.j0U9RnQU008885@repoman.freebsd.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.8i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sparc64/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2005 19:32:39 -0000 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)