summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-11-21 20:22:35 +0000
committerjhb <jhb@FreeBSD.org>2005-11-21 20:22:35 +0000
commit80adaaedab59e8fc3b6b8e747670177d2f64cb2a (patch)
treec4cf12306454a553b07f10ccf7fafe795ca83949 /sys/sparc64/conf
parent23a1490fe0d92113b63777d239427f7107d9700e (diff)
downloadFreeBSD-src-80adaaedab59e8fc3b6b8e747670177d2f64cb2a.zip
FreeBSD-src-80adaaedab59e8fc3b6b8e747670177d2f64cb2a.tar.gz
Don't enable PUC_FASTINTR by default in the source. Instead, enable it
via the DEFAULTS kernel configs. This allows folks to turn it that option off in the kernel configs if desired without having to hack the source. This is especially useful since PUC_FASTINTR hangs the kernel boot on my ultra60 which has two uart(4) devices hung off of a puc(4) device. I did not enable PUC_FASTINTR by default on powerpc since powerpc does not currently allow sharing of INTR_FAST with non-INTR_FAST like the other archs.
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r--sys/sparc64/conf/DEFAULTS2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sparc64/conf/DEFAULTS b/sys/sparc64/conf/DEFAULTS
index 087ee1d..442e01e 100644
--- a/sys/sparc64/conf/DEFAULTS
+++ b/sys/sparc64/conf/DEFAULTS
@@ -8,3 +8,5 @@
# Pseudo devices.
device mem # Memory and kernel memory devices
+
+options PUC_FASTINTR
OpenPOWER on IntegriCloud