summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1999-02-11 07:11:00 +0000
committergibbs <gibbs@FreeBSD.org>1999-02-11 07:11:00 +0000
commit7967a0ac4155efa2d4027dc6b1befcce08e2ab1f (patch)
treef8dfd7effd18560284dc72413e4ec6935b9fa924 /sys
parent806b785adbcdac0a1078c14d79e945d682617d3a (diff)
downloadFreeBSD-src-7967a0ac4155efa2d4027dc6b1befcce08e2ab1f.zip
FreeBSD-src-7967a0ac4155efa2d4027dc6b1befcce08e2ab1f.tar.gz
Make the ahc_eisa file also optional on 'eisa'.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files.i3864
-rw-r--r--sys/i386/conf/files.i3864
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index ffb26d3..df4acc3 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.220 1999/01/20 03:29:52 msmith Exp $
+# $Id: files.i386,v 1.221 1999/02/10 02:41:23 des Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -40,7 +40,7 @@ i386/apm/apm_setup.s optional apm
i386/eisa/dpt_eisa.c optional eisa dpt device-driver
i386/eisa/3c5x9.c optional ep device-driver
i386/eisa/adv_eisa.c optional adv device-driver
-i386/eisa/ahc_eisa.c optional ahc device-driver \
+i386/eisa/ahc_eisa.c optional eisa ahc device-driver \
dependency "aic7xxx_reg.h $S/i386/eisa/ahc_eisa.c"
i386/eisa/ahb.c optional ahb device-driver
i386/eisa/bt_eisa.c optional bt device-driver
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index ffb26d3..df4acc3 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.220 1999/01/20 03:29:52 msmith Exp $
+# $Id: files.i386,v 1.221 1999/02/10 02:41:23 des Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -40,7 +40,7 @@ i386/apm/apm_setup.s optional apm
i386/eisa/dpt_eisa.c optional eisa dpt device-driver
i386/eisa/3c5x9.c optional ep device-driver
i386/eisa/adv_eisa.c optional adv device-driver
-i386/eisa/ahc_eisa.c optional ahc device-driver \
+i386/eisa/ahc_eisa.c optional eisa ahc device-driver \
dependency "aic7xxx_reg.h $S/i386/eisa/ahc_eisa.c"
i386/eisa/ahb.c optional ahb device-driver
i386/eisa/bt_eisa.c optional bt device-driver
OpenPOWER on IntegriCloud