summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-07-03 18:34:04 +0000
committerpeter <peter@FreeBSD.org>1999-07-03 18:34:04 +0000
commit93cec9300e9768a5c7fa148bf093c8101c4f5f03 (patch)
tree84a7c878e773994078b506b80e9829fe95f39a6e /sys/i386/conf
parent0a72bd402efd645c0ddaf79798d4fe2f6d738c0c (diff)
downloadFreeBSD-src-93cec9300e9768a5c7fa148bf093c8101c4f5f03.zip
FreeBSD-src-93cec9300e9768a5c7fa148bf093c8101c4f5f03.tar.gz
Only have the pci component compiled if pci is specified at config.
Remove #if NPCI > 0 as a result.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/files.i3866
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index e1b5854..acea105 100644
--- a/sys/i386/conf/files.i386
+++ b/sys/i386/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.250 1999/06/29 21:53:59 peter Exp $
+# $Id: files.i386,v 1.251 1999/07/03 18:26:22 peter Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -382,5 +382,5 @@ libkern/strncmp.c standard
libkern/strncpy.c standard
libkern/udivdi3.c standard
libkern/umoddi3.c standard
-pci/es1370.c optional pcm device-driver
-pci/ide_pci.c optional wd device-driver
+pci/es1370.c optional pcm pci device-driver
+pci/ide_pci.c optional wd pci device-driver
OpenPOWER on IntegriCloud