Date: Wed, 8 Apr 2009 20:52:30 +0000 (UTC) From: Maksim Yevmenkin <emax@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/kbdmux kbdmux.c Message-ID: <200904082052.n38KqZaA043582@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
emax 2009-04-08 20:52:30 UTC
FreeBSD src repository
Modified files:
sys/dev/kbdmux kbdmux.c
Log:
SVN rev 190857 on 2009-04-08 20:52:30Z by emax
Undo SVN rev 183283
Do not use Giant for kbdmux(4) locking. This is wrong and apparently
causing more problems than it solves. This will re-open the issue
where interrupt handlers may race with kbdmux(4) in polling mode.
Typical symptoms include (but not limited to) duplicated and/or
missing characters when low level console functions (such as gets)
are used while interrupts are enabled (for example geli password
prompt, mountroot prompt etc.)
MFC after: 3 days
Revision Changes Path
1.21 +4 -4 src/sys/dev/kbdmux/kbdmux.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904082052.n38KqZaA043582>
