Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 1996 14:19:23 -0800 (PST)
From:      Soren Schmidt <sos>
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
Message-ID:  <199611142219.OAA10674@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611142219.OAA10674>