From owner-freebsd-current@FreeBSD.ORG Sat Jun 10 16:34:39 2006 Return-Path: X-Original-To: freebsd-current@mx1.freebsd.org Delivered-To: freebsd-current@mx1.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D75A616A5E5 for ; Sat, 10 Jun 2006 16:34:39 +0000 (UTC) (envelope-from ggajic@tesla.rcub.bg.ac.yu) Received: from tesla.rcub.bg.ac.yu (tesla.rcub.bg.ac.yu [147.91.1.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C67849ABA for ; Sat, 10 Jun 2006 15:35:01 +0000 (GMT) (envelope-from ggajic@tesla.rcub.bg.ac.yu) Received: by tesla.rcub.bg.ac.yu (Postfix, from userid 2055) id D6F812409B; Sat, 10 Jun 2006 12:08:48 +0200 (CEST), Found to be clean Received: from localhost (localhost [127.0.0.1]) by tesla.rcub.bg.ac.yu (Postfix) with ESMTP id D3F6B24093; Sat, 10 Jun 2006 12:08:48 +0200 (CEST) Date: Sat, 10 Jun 2006 12:08:48 +0200 (CEST) From: Goran Gajic To: Yar Tikhiy In-Reply-To: <20060608110046.GD69869@comp.chem.msu.su> Message-ID: References: <20060608110046.GD69869@comp.chem.msu.su> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Mailman-Approved-At: Sat, 10 Jun 2006 16:43:41 +0000 Cc: freebsd-current@mx1.freebsd.org Subject: Re: 7.0-CURRENT panics if scroll lock is pressed during boot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2006 16:34:39 -0000 On Thu, 8 Jun 2006, Yar Tikhiy wrote: > It might be another issue in kbdmux, as keyboard not working in the > debugger apparently is. You can try hitting Scroll Lock with kbdmux > disabled in device.hints or not compiled into the kernel in order > to see if it's the case. Should the system still panic, you'll at > least have the keyboard working in the debugger. You were right: when I have disabled kbdmux in /boot/device.hints scroll lock hitting is no longer causing panics and I have noticed that scroll lock, caps lock and pause/break LEDs are working again. For some reason after cvsup at the end of May LEDs stopped working.. Regrads, gg.