mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
Reviewed by: Stefan Esser <se>
Submitted by: Added "i386/pci/pci_intel.c" for Intel PCI chip set specific driver code.
This commit is contained in:
parent
d4a8d8c52b
commit
e579efa207
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2527
@ -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.44 1994/09/02 15:49:48 paul Exp $
|
||||
# $Id: files.i386,v 1.45 1994/09/05 22:32:42 ats Exp $
|
||||
#
|
||||
i386/i386/autoconf.c standard device-driver
|
||||
i386/i386/conf.c standard
|
||||
@ -112,8 +112,9 @@ i386/isa/pcvt/pcvt_ext.c optional vt device-driver
|
||||
i386/pci/if_de.c optional de 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
|
||||
i386/pci/pci_config.c optional pci
|
||||
i386/pci/pci_intel.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
|
||||
|
@ -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.44 1994/09/02 15:49:48 paul Exp $
|
||||
# $Id: files.i386,v 1.45 1994/09/05 22:32:42 ats Exp $
|
||||
#
|
||||
i386/i386/autoconf.c standard device-driver
|
||||
i386/i386/conf.c standard
|
||||
@ -112,8 +112,9 @@ i386/isa/pcvt/pcvt_ext.c optional vt device-driver
|
||||
i386/pci/if_de.c optional de 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
|
||||
i386/pci/pci_config.c optional pci
|
||||
i386/pci/pci_intel.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
|
||||
|
Loading…
Reference in New Issue
Block a user