summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1996-11-14 22:19:17 +0000
committersos <sos@FreeBSD.org>1996-11-14 22:19:17 +0000
commit5cc90762eaa845e5950abb6b1da4a7a1c8d4493e (patch)
tree650a2881d1f41e3f84cc51aa2e2bbbe5d8633068 /sys/i386/conf
parent9ac487e987d38affc737e37ce761c2e8a8278372 (diff)
downloadFreeBSD-src-5cc90762eaa845e5950abb6b1da4a7a1c8d4493e.zip
FreeBSD-src-5cc90762eaa845e5950abb6b1da4a7a1c8d4493e.tar.gz
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)
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/files.i3864
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index 3e727a6..a4fca64 100644
--- a/sys/i386/conf/files.i386
+++ b/sys/i386/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.142 1996/11/04 22:16:36 guido Exp $
+# $Id: files.i386,v 1.143 1996/11/06 15:13:41 bde Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \
@@ -115,6 +115,8 @@ i386/isa/if_zp.c optional zp device-driver
i386/isa/isa.c optional isa device-driver
i386/isa/istallion.c optional stli device-driver
i386/isa/joy.c optional joy device-driver
+i386/isa/kbdio.c optional psm device-driver
+i386/isa/kbdio.c optional sc device-driver
i386/isa/lpt.c optional lpt device-driver
i386/isa/labpc.c optional labpc device-driver
i386/isa/mcd.c optional mcd device-driver
OpenPOWER on IntegriCloud