diff options
| author | Wilko Bulte <wilko@FreeBSD.org> | 2005-09-24 16:47:34 +0000 |
|---|---|---|
| committer | Wilko Bulte <wilko@FreeBSD.org> | 2005-09-24 16:47:34 +0000 |
| commit | d7ed4e7b79aedcb9ae385e72e548401140ada9de (patch) | |
| tree | 90c6c2f341fecfe04af09d0762a454f4869db38c /sys/alpha | |
| parent | 9d503e9def2eb911729fc6c056e3040df9f14f81 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/conf/GENERIC | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index dab69dd763d5..217dfe5fa66c 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 |
