From c9630f19bd265f65be7f1c80df427373e499aeba Mon Sep 17 00:00:00 2001 From: nate Date: Tue, 26 Oct 1993 21:24:34 +0000 Subject: 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. --- sys/conf/files.i386 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/conf') 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 -- cgit v1.1