summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1998-09-20 21:41:28 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1998-09-20 21:41:28 +0000
commit0122e03b77249539b13ea49c3ce4d2b54b01c11a (patch)
treec47d4bf1ef6fe32f4d4377768ffe95f3f9a1a269 /sys/dev/ic
parent934552df50898dca5c8385ef462adeb17621282d (diff)
Powerpc port uses com.c not just power4e.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/com.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c
index 39c385cc5f6..510432257f5 100644
--- a/sys/dev/ic/com.c
+++ b/sys/dev/ic/com.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com.c,v 1.40 1998/08/18 08:52:13 pefo Exp $ */
+/* $OpenBSD: com.c,v 1.41 1998/09/20 21:41:27 rahnds Exp $ */
/* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */
/*-
@@ -1608,7 +1608,7 @@ comcnprobe(cp)
#ifdef arc
bus_space_tag_t iot = &arc_bus_io;
#else
-#ifdef power4e
+#ifdef powerpc
bus_space_tag_t iot = &p4e_isa_io;
#else
bus_space_tag_t iot = 0;