Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Oct 2012 22:11:18 +0100
From:      Randy Bush <randy@psg.com>
To:        Andriy Gapon <avg@FreeBSD.org>
Cc:        freebsd-stable@FreeBSD.org, John Baldwin <jhb@FreeBSD.org>
Subject:   Re: atkbd attach excitement during boot
Message-ID:  <m2vceslguh.wl%randy@psg.com>
In-Reply-To: <506AC4C3.1060103@FreeBSD.org>
References:  <m2a9w7v3bs.wl%randy@psg.com> <201210010855.02130.jhb@freebsd.org> <m2bogmqrd7.wl%randy@psg.com> <201210010948.38713.jhb@freebsd.org> <m2wqzap7f0.wl%randy@psg.com> <506AC4C3.1060103@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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.

thanks.  now works.

randy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m2vceslguh.wl%randy>