From owner-cvs-src@FreeBSD.ORG Sat Mar 12 17:14:01 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E737116A4CE; Sat, 12 Mar 2005 17:14:01 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27E1A43D3F; Sat, 12 Mar 2005 17:13:59 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j2CHEV0r000145; Sat, 12 Mar 2005 10:14:32 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <423322C6.2070401@samsco.org> Date: Sat, 12 Mar 2005 10:11:34 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marius Strobl References: <200503121706.j2CH63ds065431@repoman.freebsd.org> In-Reply-To: <200503121706.j2CH63ds065431@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/uart uart_cpu_sparc64.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2005 17:14:02 -0000 Marius Strobl wrote: > marius 2005-03-12 17:06:03 UTC > > FreeBSD src repository > > Modified files: > sys/dev/uart uart_cpu_sparc64.c > Log: > In uart_cpu_getdev_console() when determinig whether we should use > a serial console anyway because input-device is set to keyboard and > output-device is set to screen but no keyboard is plugged in don't > assume that a device node for the input-device alias exists. While > this is true for RS232 keyboards (the node of the SCC and UART > respectively which controls the keyboard doesn't disappear when no > keyboard is plugged in) this assumption breaks for USB keyboards. > It's most likely also not true for PS/2 keyboards but OFW doesn't > reliably switch to a serial console when the potential keyboard is > a PS/2 one which isn't plugged in so this couldn't be verified > properly. > > Reported by: Will Andrews , obrien > MFC after: 1 week > > Revision Changes Path > 1.18 +6 -4 src/sys/dev/uart/uart_cpu_sparc64.c Does this fix the serial console problems with the Blade100? If so then I'll generate a March snapshot ASAP for it. Scott