summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/mpapic.h
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2000-01-13 09:09:02 +0000
committermdodd <mdodd@FreeBSD.org>2000-01-13 09:09:02 +0000
commitc945c09e3c10772c9efea06d5c30a68cee55fbe3 (patch)
treed54cc53082fbe8540c6cf7b7a0c1ea9e85b140dc /sys/i386/include/mpapic.h
parenta6ceaaf2dd424868a9a6f110b91a1ccee7ab42bb (diff)
downloadFreeBSD-src-c945c09e3c10772c9efea06d5c30a68cee55fbe3.zip
FreeBSD-src-c945c09e3c10772c9efea06d5c30a68cee55fbe3.tar.gz
Allow SMP systems with an MCA bus to work properly.
Reviewed by: peter
Diffstat (limited to 'sys/i386/include/mpapic.h')
-rw-r--r--sys/i386/include/mpapic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/include/mpapic.h b/sys/i386/include/mpapic.h
index 4a38719..dba4054 100644
--- a/sys/i386/include/mpapic.h
+++ b/sys/i386/include/mpapic.h
@@ -54,6 +54,7 @@ enum busTypes {
CBUS = 1,
CBUSII = 2,
EISA = 3,
+ MCA = 4,
ISA = 6,
PCI = 13,
XPRESS = 18,
OpenPOWER on IntegriCloud