summaryrefslogtreecommitdiff
path: root/sys/arch/arc/include/autoconf.h
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>1997-03-12 19:17:04 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>1997-03-12 19:17:04 +0000
commit63e70c1bce393b8e92002c93029eeb1a67f80fcc (patch)
tree1ffb854bd1045ee6f0999913b74a788a879368bc /sys/arch/arc/include/autoconf.h
parentfd5a4621c16957714dbc7335eb5afa6b0f28b29e (diff)
Addition of support for a PCI based Vr4300 board from Algorithmics, the P-4032.
Changes to io macros were done to handle sparse bus addressing dynamically. This is a first cut (rough).
Diffstat (limited to 'sys/arch/arc/include/autoconf.h')
-rw-r--r--sys/arch/arc/include/autoconf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/arc/include/autoconf.h b/sys/arch/arc/include/autoconf.h
index 650e387012d..e516f4008cd 100644
--- a/sys/arch/arc/include/autoconf.h
+++ b/sys/arch/arc/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.h,v 1.1 1996/06/24 09:07:17 pefo Exp $ */
+/* $OpenBSD: autoconf.h,v 1.2 1997/03/12 19:16:54 pefo Exp $ */
/* $NetBSD: autoconf.h,v 1.1 1995/02/13 23:07:31 cgd Exp $ */
/*
@@ -55,6 +55,8 @@ struct abus {
#define BUS_MAIN 1 /* mainbus */
#define BUS_PICA 2 /* PICA Bus */
#define BUS_ISABR 3 /* ISA Bridge Bus */
+#define BUS_ALGOR 4 /* Algorithmics local bus */
+#define BUS_PCIBR 5 /* Algorithmics PCI bridge */
#define BUS_INTR_ESTABLISH(ca, handler, val) \
(*(ca)->ca_bus->ab_intr_establish)((ca), (handler), (val))