Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Scott Reynolds <scottr@netbsd.org>
List: source-changes
Date: 06/17/2000 11:00:55
Module Name:	syssrc
Committed By:	scottr
Date:		Sat Jun 17 18:00:52 UTC 2000

Modified Files:
	syssrc/sys/arch/mac68k/dev: akbd.c

Log Message:
Since interrupts are now enabled during ADB autoconfig, it's possible to get
a keyboard event before wskbd is attached. Make sure we've done that before
passing an event to kbd_intr(), which in turn hands off to wskbd_input().
This is another part of the fix for PR 10086.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/mac68k/dev/akbd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.