From owner-cvs-sys Thu Nov 14 14:20:42 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA10865 for cvs-sys-outgoing; Thu, 14 Nov 1996 14:20:42 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA10674; Thu, 14 Nov 1996 14:19:23 -0800 (PST) Date: Thu, 14 Nov 1996 14:19:23 -0800 (PST) From: Soren Schmidt Message-Id: <199611142219.OAA10674@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include mouse.h console.h src/sys/i386/isa kbdio.c kbdio.h syscons.c kbd.h src/sys/i386/conf files.i386 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 96/11/14 14:19:20 Modified: sys/i386/include mouse.h console.h sys/i386/conf files.i386 sys/i386/isa syscons.c Added: sys/i386/isa kbdio.c kbdio.h Removed: sys/i386/isa kbd.h Log: Finally a start at sharing the kdb controller routines between syscons and psm, curtesy Kazutaka Yokota with minor changes by me. This contains an update of the psm driver as well. This also fixes the breakage that I introduced to the psm driver by making syscons poll for keyboard events in the atempt to fix the hanging keyboard problem. It works perfectly for me, and I'd like to hear from all that have had keyboard/ps/2 mouse problems if this is the cure... Submitted by: Kazutaka YOKOTA (yokota@zodiac.mech.utsunomiya-u.ac.jp) Revision Changes Path 1.2 +91 -9 src/sys/i386/include/mouse.h 1.26 +1 -15 src/sys/i386/include/console.h 1.144 +3 -1 src/sys/i386/conf/files.i386 1.187 +75 -106 src/sys/i386/isa/syscons.c