summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1994-09-06 21:58:53 +0000
committerse <se@FreeBSD.org>1994-09-06 21:58:53 +0000
commitffdd9f3386dec7d456a2a69ce63588b0c706f293 (patch)
treecf2d1eabaa96f069f96cbf97f893c25de26c7391 /sys/conf
parent524a01bc62b0c28c783233fbcb1396923caa58f9 (diff)
downloadFreeBSD-src-ffdd9f3386dec7d456a2a69ce63588b0c706f293.zip
FreeBSD-src-ffdd9f3386dec7d456a2a69ce63588b0c706f293.tar.gz
Reviewed by: Stefan Esser <se>
Submitted by: Added "i386/pci/pci_intel.c" for Intel PCI chip set specific driver code.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.i3865
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 2e4346e..b957728 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.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
OpenPOWER on IntegriCloud