Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Mar 2018 11:35:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-usb@FreeBSD.org
Subject:   [Bug 226968] IRQ storm on cpu0 timer when holding down key on USB keyboard
Message-ID:  <bug-226968-17-9eIKFRi3zM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226968-17@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226968-17@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226968

--- Comment #19 from Hans Petter Selasky <hselasky@FreeBSD.org> ---
Hi Bruce,

The problem is that sc_delay is set to zero, but never setup again:

640                     ukbd_timeout(void *arg)
641                     {
642                             struct ukbd_softc *sc = arg;
643                     
644     avg     228765          UKBD_LOCK_ASSERT();
645     alfred  184610  
646     bde     304735          sc->sc_time_ms += sc->sc_delay;
647                             sc->sc_delay = 0;

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226968-17-9eIKFRi3zM>