diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index c483d5a7b74c..b8af5376119d 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.94 1995/04/09 15:49:22 jkh Exp $ +# $Id: files.i386,v 1.95 1995/04/16 01:20:00 gibbs Exp $ # aic7xxx_asm optional ahc device-driver \ dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \ @@ -97,6 +97,8 @@ i386/isa/matcd/matcd.c optional matcd device-driver i386/isa/pcibus.c optional pci device-driver i386/isa/pcic.c optional ze device-driver i386/isa/pcic.c optional zp device-driver +i386/eisa/eisaconf.c optional eisa +i386/eisa/eisadevs.c optional eisa i386/isa/pcvt/pcvt_drv.c optional vt device-driver i386/isa/pcvt/pcvt_ext.c optional vt device-driver i386/isa/pcvt/pcvt_kbd.c optional vt device-driver diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index c483d5a7b74c..b8af5376119d 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.94 1995/04/09 15:49:22 jkh Exp $ +# $Id: files.i386,v 1.95 1995/04/16 01:20:00 gibbs Exp $ # aic7xxx_asm optional ahc device-driver \ dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \ @@ -97,6 +97,8 @@ i386/isa/matcd/matcd.c optional matcd device-driver i386/isa/pcibus.c optional pci device-driver i386/isa/pcic.c optional ze device-driver i386/isa/pcic.c optional zp device-driver +i386/eisa/eisaconf.c optional eisa +i386/eisa/eisadevs.c optional eisa i386/isa/pcvt/pcvt_drv.c optional vt device-driver i386/isa/pcvt/pcvt_ext.c optional vt device-driver i386/isa/pcvt/pcvt_kbd.c optional vt device-driver