Module Name: src Committed By: sborrill Date: Fri Feb 7 11:15:59 UTC 2014
Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket #1014 To generate a diff of this commit: cvs rdiff -u -r1.1.2.82 -r1.1.2.83 src/doc/CHANGES-6.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-6.2 diff -u src/doc/CHANGES-6.2:1.1.2.82 src/doc/CHANGES-6.2:1.1.2.83 --- src/doc/CHANGES-6.2:1.1.2.82 Mon Feb 3 11:55:03 2014 +++ src/doc/CHANGES-6.2 Fri Feb 7 11:15:59 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.2,v 1.1.2.82 2014/02/03 11:55:03 sborrill Exp $ +# $NetBSD: CHANGES-6.2,v 1.1.2.83 2014/02/07 11:15:59 sborrill Exp $ A complete list of changes from the 6.1 release until the 6.2 release: @@ -1276,3 +1276,9 @@ sys/kern/kern_exec.c 1.373 Maxime Villard. [martin, ticket #1023] +sys/dev/ic/pckbc.c 1.56 + + Do not take data from the keyboard controller in interrupt + handler if we are polling. Fixes PR/47406 + [skrll, #1014] +