summaryrefslogtreecommitdiff
path: root/i386
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-11-22 23:52:51 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-11-22 23:52:51 +0100
commit5576957a69642e74753e56ee0767b663378d7bca (patch)
tree18b63fbe00f31e68cecd463dfcaf38b3f62112ae /i386
parent1c6dd2538da1f8adad2656ce8efe85f672022d2b (diff)
Disable com3 and com4
We do not support shared IRQs for these, so avoid boot issues when running on a system with more than 2 com ports. * i386/configfrag.ac (ncom) [at:i?86]: Set to 2. * x86_64/configfrag.ac (ncom) [at:x86_64]: Set to 2.
Diffstat (limited to 'i386')
-rw-r--r--i386/configfrag.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/i386/configfrag.ac b/i386/configfrag.ac
index df5311e5..bf4af110 100644
--- a/i386/configfrag.ac
+++ b/i386/configfrag.ac
@@ -46,7 +46,8 @@ esac
case $host_platform:$host_cpu in
at:i?86)
- ncom=4
+ # should be 4, but we do not support shared IRQ for these
+ ncom=2
nlpr=1
# i386/bogus/platforms.h]