summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-03-19 11:21:12 +0000
committerpeter <peter@FreeBSD.org>2002-03-19 11:21:12 +0000
commit3e3a2565b18d6ea97d2e39775019ea818e96f149 (patch)
treeefac545936e36e45215b171d5ee52e5a7ea56169
parent1e692d325dc27208bebaa497b29684eb80b3341a (diff)
downloadFreeBSD-src-3e3a2565b18d6ea97d2e39775019ea818e96f149.zip
FreeBSD-src-3e3a2565b18d6ea97d2e39775019ea818e96f149.tar.gz
Enabling the SKI option is a guaranteed breakage for me. Interrupts no
longer work. I can only get a box to boot with 'options SMP'.
-rw-r--r--sys/ia64/conf/GENERIC5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index 31a5de1..0ca6d2c 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -32,7 +32,7 @@ maxusers 0
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
makeoptions NO_CPU_COPTFLAGS=true #Ignore any x86 CPUTYPE
-options SKI #Support for HP simulator
+#options SKI #Support for HP simulator
options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
@@ -56,6 +56,9 @@ options SYSVSEM #SYSV-style semaphores
options P1003_1B #Posix P1003_1B real-time extentions
options _KPOSIX_PRIORITY_SCHEDULING
+# SMP
+options SMP
+
# Debugging for use in -current
options DDB #Enable the kernel debugger
options INVARIANTS #Enable calls of extra sanity checking
OpenPOWER on IntegriCloud