summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1993-10-26 21:24:34 +0000
committernate <nate@FreeBSD.org>1993-10-26 21:24:34 +0000
commitc9630f19bd265f65be7f1c80df427373e499aeba (patch)
treea32b5045b6e3177837361f25b1014de2f48f0a59 /sys/conf
parentc06d5da754bec4abf58c1e0ac39cbe8f7d456c73 (diff)
downloadFreeBSD-src-c9630f19bd265f65be7f1c80df427373e499aeba.zip
FreeBSD-src-c9630f19bd265f65be7f1c80df427373e499aeba.tar.gz
Added ps/2 mouse driver file to finish off what Jordan started before
The driver will have to come after it's probe routine has been written.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.i3863
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index a697fcc..4768e2c 100644
--- a/sys/conf/files.i386
+++ b/sys/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.17 1993/10/23 10:49:01 jkh Exp $
+# $Id: files.i386,v 1.18 1993/10/23 20:31:17 rgrimes Exp $
#
i386/i386/autoconf.c standard device-driver
i386/i386/cons.c standard
@@ -36,6 +36,7 @@ i386/isa/mse.c optional mse device-driver
i386/isa/npx.c optional npx device-driver
i386/isa/syscons.c optional sc device-driver
i386/isa/pccons.c optional pc device-driver
+i386/isa/psm.c optional psm device-driver
i386/isa/sb.c optional sb device-driver
i386/isa/sio.c optional sio device-driver
i386/isa/sound/adlib_card.c optional snd device-driver
OpenPOWER on IntegriCloud