summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-01-30 14:35:58 +0000
committerbde <bde@FreeBSD.org>2002-01-30 14:35:58 +0000
commit4778d0143f856618bccd2b67bc199867482b8005 (patch)
treedbc25b9983a75fcba3dd9871d3ddb6cd6eb356d5 /sys/conf
parent6a04ef4062524c332c77d100d1fe42793b2c1d90 (diff)
downloadFreeBSD-src-4778d0143f856618bccd2b67bc199867482b8005.zip
FreeBSD-src-4778d0143f856618bccd2b67bc199867482b8005.tar.gz
Removed the one use of the mandatory keyword (for npx).
npx is no more mandatory than sc. Its mandatoryness went away in rev.1.226 of i386/machdep.c 9 months before it was made mandatory in rev.1.24 of config/mkmakefile.c. This change is mainly to test building of minimal kernel configurations. npx should really be even more standard than clk. It was optional mainly so that the usual device driver configuration info could be specified in the usual way in config files, but this hasn't been necessary for a few years.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.i3862
-rw-r--r--sys/conf/files.pc982
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index b4fc44d..e2f40eb 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -267,7 +267,7 @@ i386/isa/matcd/matcd.c count matcd
i386/isa/mca_machdep.c optional mca
i386/isa/mcd.c count mcd
i386/isa/mse.c optional mse
-i386/isa/npx.c mandatory npx
+i386/isa/npx.c optional npx
i386/isa/pcaudio.c optional pca
i386/isa/pcf.c optional pcf
i386/isa/pcvt/pcvt_drv.c optional vt
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index 3491035..bf0eea2 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -250,7 +250,7 @@ i386/isa/loran.c optional loran
i386/isa/matcd/matcd.c count matcd
i386/isa/mca_machdep.c optional mca
i386/isa/mcd.c count mcd
-i386/isa/npx.c mandatory npx
+i386/isa/npx.c optional npx
i386/isa/pcf.c optional pcf
i386/isa/pcvt/pcvt_drv.c optional vt
i386/isa/pcvt/pcvt_ext.c optional vt
OpenPOWER on IntegriCloud