summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-10-28 07:28:34 +0000
committerjoerg <joerg@FreeBSD.org>1997-10-28 07:28:34 +0000
commit606d40fa351e36901a9e78cc6956daccb53c46ca (patch)
tree1df1d184dffb856d8164e5d8150852d35bdc45a6
parent9a00c2c7cc23c1cfaeafd81d757fcc09adeaa50d (diff)
downloadFreeBSD-src-606d40fa351e36901a9e78cc6956daccb53c46ca.zip
FreeBSD-src-606d40fa351e36901a9e78cc6956daccb53c46ca.tar.gz
Use the new "mandatory" keyword for the npx driver.
-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 edeaf7e..cf040c8d 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.176 1997/09/14 21:45:05 jmg Exp $
+# $Id: files.i386,v 1.177 1997/09/21 21:34:31 gibbs Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -134,7 +134,7 @@ i386/isa/labpc.c optional labpc device-driver
i386/isa/mcd.c optional mcd device-driver
i386/isa/mse.c optional mse device-driver
i386/isa/ncr5380.c optional nca device-driver
-i386/isa/npx.c optional npx device-driver
+i386/isa/npx.c mandatory npx device-driver
i386/isa/pcaudio.c optional pca device-driver
i386/isa/matcd/matcd.c optional matcd device-driver
i386/isa/pcibus.c optional pci device-driver
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index edeaf7e..cf040c8d 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.176 1997/09/14 21:45:05 jmg Exp $
+# $Id: files.i386,v 1.177 1997/09/21 21:34:31 gibbs Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -134,7 +134,7 @@ i386/isa/labpc.c optional labpc device-driver
i386/isa/mcd.c optional mcd device-driver
i386/isa/mse.c optional mse device-driver
i386/isa/ncr5380.c optional nca device-driver
-i386/isa/npx.c optional npx device-driver
+i386/isa/npx.c mandatory npx device-driver
i386/isa/pcaudio.c optional pca device-driver
i386/isa/matcd/matcd.c optional matcd device-driver
i386/isa/pcibus.c optional pci device-driver
OpenPOWER on IntegriCloud