From owner-freebsd-stable@FreeBSD.ORG Tue Oct 2 10:41:20 2012 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DA461065670; Tue, 2 Oct 2012 10:41:20 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 9B3308FC08; Tue, 2 Oct 2012 10:41:19 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id NAA21492; Tue, 02 Oct 2012 13:41:08 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1TIzuW-000CQL-12; Tue, 02 Oct 2012 13:41:08 +0300 Message-ID: <506AC4C3.1060103@FreeBSD.org> Date: Tue, 02 Oct 2012 13:41:07 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:15.0) Gecko/20120913 Thunderbird/15.0.1 MIME-Version: 1.0 To: Randy Bush References: <201210010855.02130.jhb@freebsd.org> <201210010948.38713.jhb@freebsd.org> In-Reply-To: X-Enigmail-Version: 1.4.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@FreeBSD.org, John Baldwin Subject: Re: atkbd attach excitement during boot X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2012 10:41:20 -0000 on 01/10/2012 17:56 Randy Bush said the following: >> Humm. It seems this wasn't the actual faulting instruction. Can you do >> 'l *0xffffffff80704740'? > > (gdb) l *0xffffffff80704740 > 0xffffffff80704740 is in sckbdevent (/usr/src/sys/dev/syscons/syscons.c:743). > 738 * the Xaccel-2.1 keyboard hang, but it can't hurt. XXX > 739 */ > 740 while ((c = scgetc(sc, SCGETC_NONBLOCK)) != NOKEY) { > 741 > 742 cur_tty = SC_DEV(sc, sc->cur_scp->index); > 743 if (!tty_opened(cur_tty)) > 744 continue; > 745 > 746 if ((*sc->cur_scp->tsw->te_input)(sc->cur_scp, c, cur_tty)) > 747 continue; See r233661. -- Andriy Gapon