diff options
author | julian <julian@FreeBSD.org> | 1995-04-23 09:12:00 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1995-04-23 09:12:00 +0000 |
commit | ae0cae0135cf10da17f00608dd3bd9048af901d1 (patch) | |
tree | c4a15da1e9c42e52c55b4334760f9750452e1c71 /sys/conf | |
parent | 1814d0bcea4fac40e0b4988225e42d26732fa71f (diff) | |
download | FreeBSD-src-ae0cae0135cf10da17f00608dd3bd9048af901d1.zip FreeBSD-src-ae0cae0135cf10da17f00608dd3bd9048af901d1.tar.gz |
include new files for EISA configuration
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files.i386 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index c483d5a..b8af537 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 |