diff options
author | jake <jake@FreeBSD.org> | 2002-10-02 01:33:50 +0000 |
---|---|---|
committer | jake <jake@FreeBSD.org> | 2002-10-02 01:33:50 +0000 |
commit | a0fcfdf113ab8bc342e195ec50fae50bcd0340d7 (patch) | |
tree | 288c22f48cc23e804bf480f2410431c5d61a11eb | |
parent | 850da56a4943e81016cc035648c2f6659c4ec614 (diff) | |
download | FreeBSD-src-a0fcfdf113ab8bc342e195ec50fae50bcd0340d7.zip FreeBSD-src-a0fcfdf113ab8bc342e195ec50fae50bcd0340d7.tar.gz |
Remove options NO_MODULES=true. Lots of modules build, but may not load
or work properly. MAC modules work at least :).
-rw-r--r-- | sys/sparc64/conf/GENERIC | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index c91ab00..ab02248 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -190,10 +190,6 @@ device bpf #Berkeley packet filter #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet - -# Tempary things until things are farther along. -makeoptions NO_MODULES=true - options KTR options KTR_COMPILE=0xffffffff options KTR_ENTRIES=8192 |