summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-08-25 07:42:27 +0000
committerpeter <peter@FreeBSD.org>2001-08-25 07:42:27 +0000
commit72b89901199a151b134209b6ee8b3a9ad890453e (patch)
treed664aff52e67f1ac1d77615ce0d862c7ac29bf3c
parent5cdc9f7c0cba2cd3c66acbe372a1a6d33d4141cc (diff)
downloadFreeBSD-src-72b89901199a151b134209b6ee8b3a9ad890453e.zip
FreeBSD-src-72b89901199a151b134209b6ee8b3a9ad890453e.tar.gz
Argh! Revert accidental commit.
-rw-r--r--sys/amd64/conf/GENERIC4
-rw-r--r--sys/i386/conf/GENERIC4
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 4323127..420dff6 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -25,7 +25,7 @@ ident GENERIC
maxusers 32
#To statically compile in device wiring instead of /boot/device.hints
-hints "GENERIC.hints" #Default places to look for devices.
+#hints "GENERIC.hints" #Default places to look for devices.
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
@@ -58,8 +58,6 @@ options DDB
options INVARIANTS
options INVARIANT_SUPPORT
options WITNESS
-options UPAGES=4
-options CPU_ENABLE_SSE
# To make an SMP kernel, the next two are needed
#options SMP # Symmetric MultiProcessor Kernel
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 4323127..420dff6 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -25,7 +25,7 @@ ident GENERIC
maxusers 32
#To statically compile in device wiring instead of /boot/device.hints
-hints "GENERIC.hints" #Default places to look for devices.
+#hints "GENERIC.hints" #Default places to look for devices.
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
@@ -58,8 +58,6 @@ options DDB
options INVARIANTS
options INVARIANT_SUPPORT
options WITNESS
-options UPAGES=4
-options CPU_ENABLE_SSE
# To make an SMP kernel, the next two are needed
#options SMP # Symmetric MultiProcessor Kernel
OpenPOWER on IntegriCloud