Name change: pci_intel.c -> pcisupport.c

This commit is contained in:
Stefan Eßer 1994-10-12 03:56:49 +00:00
parent 3d1e296ec5
commit 8f7b2bb2fb
2 changed files with 4 additions and 4 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.51 1994/10/01 02:55:57 davidg Exp $
# $Id: files.i386,v 1.52 1994/10/01 17:59:27 davidg Exp $
#
i386/apm/apm.c optional apm device-driver
i386/apm/apm_setup.s optional apm
@ -123,7 +123,7 @@ i386/pci/ncr.c optional ncr device-driver
i386/pci/pci.c optional pci device-driver
i386/pci/pcibios.c optional pci
i386/pci/pci_config.c optional pci
i386/pci/pci_intel.c optional pci
i386/pci/pcisupport.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.51 1994/10/01 02:55:57 davidg Exp $
# $Id: files.i386,v 1.52 1994/10/01 17:59:27 davidg Exp $
#
i386/apm/apm.c optional apm device-driver
i386/apm/apm_setup.s optional apm
@ -123,7 +123,7 @@ i386/pci/ncr.c optional ncr device-driver
i386/pci/pci.c optional pci device-driver
i386/pci/pcibios.c optional pci
i386/pci/pci_config.c optional pci
i386/pci/pci_intel.c optional pci
i386/pci/pcisupport.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