Reviewed by:

Submitted by:
Added lines for 'pci' and 'ncr' devices (found under i386/pci).
This commit is contained in:
Stefan Eßer 1994-08-31 23:40:38 +00:00
parent 2b9fc9390f
commit 2c57cee563
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2431
2 changed files with 10 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.39 1994/08/30 17:18:34 bde Exp $
# $Id: files.i386,v 1.40 1994/08/30 19:01:44 davidg Exp $
#
i386/i386/autoconf.c standard device-driver
i386/i386/conf.c standard
@ -108,6 +108,10 @@ i386/isa/pcvt/pcvt_out.c optional vt device-driver
i386/isa/pcvt/pcvt_kbd.c optional vt device-driver
i386/isa/pcvt/pcvt_vtf.c optional vt device-driver
i386/isa/pcvt/pcvt_ext.c optional vt device-driver
i386/pci/ncr.c optional ncr device-driver
i386/pci/pci.c optional pci device-driver
i386/pci/pci_config.c optional pci
i386/pci/pcibios.c optional pci
gnu/i386/fpemul/div_small.s optional gpl_math_emulate
gnu/i386/fpemul/errors.c optional gpl_math_emulate
gnu/i386/fpemul/fpu_arith.c optional gpl_math_emulate

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.39 1994/08/30 17:18:34 bde Exp $
# $Id: files.i386,v 1.40 1994/08/30 19:01:44 davidg Exp $
#
i386/i386/autoconf.c standard device-driver
i386/i386/conf.c standard
@ -108,6 +108,10 @@ i386/isa/pcvt/pcvt_out.c optional vt device-driver
i386/isa/pcvt/pcvt_kbd.c optional vt device-driver
i386/isa/pcvt/pcvt_vtf.c optional vt device-driver
i386/isa/pcvt/pcvt_ext.c optional vt device-driver
i386/pci/ncr.c optional ncr device-driver
i386/pci/pci.c optional pci device-driver
i386/pci/pci_config.c optional pci
i386/pci/pcibios.c optional pci
gnu/i386/fpemul/div_small.s optional gpl_math_emulate
gnu/i386/fpemul/errors.c optional gpl_math_emulate
gnu/i386/fpemul/fpu_arith.c optional gpl_math_emulate