From 80adaaedab59e8fc3b6b8e747670177d2f64cb2a Mon Sep 17 00:00:00 2001 From: jhb Date: Mon, 21 Nov 2005 20:22:35 +0000 Subject: 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. --- sys/sparc64/conf/DEFAULTS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/sparc64/conf') 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 -- cgit v1.1