include new files for EISA configuration

This commit is contained in:
Julian Elischer 1995-04-23 09:12:00 +00:00
parent b174ba8899
commit fc5f6d13ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8013
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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