emax 2006-02-27 06:17:49 UTC
FreeBSD src repository
Modified files:
sys/dev/vkbd vkbd.c
Log:
Disable custom locking in the vkbd(4) for now and make it rely on the
Giant mutex (just like the rest of keyboard drivers and syscons(4) do).
Tested by: markus
MFC after: 1 day
Revision Changes Path
1.10 +20 -2 src/sys/dev/vkbd/vkbd.c