From 6d71624abef6738041318c754c291df247abd5d5 Mon Sep 17 00:00:00 2001 From: wilko Date: Sat, 24 Sep 2005 16:47:34 +0000 Subject: Try to avoid crashes during kernel startup by limiting the # of EISA slots to probe. Problems have been reported in this area, lets hope this bandaid helps. !! Owners of EISA-equipped Alpha machines are requested to at least !! boot-test a 6-BETA build and report back to the Alpha list. Thanks! Approved by: re (scottl) Suggested by: ticso --- sys/alpha/conf/GENERIC | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/alpha') diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index dab69dd..217dfe5 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -86,6 +86,9 @@ options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed # To make an SMP kernel, the next line is needed options SMP # Symmetric MultiProcessor Kernel +# Alpha's do not appear to react well to probing high EISA slots +options EISA_SLOTS=2 + # Standard busses device isa device eisa -- cgit v1.1