summaryrefslogtreecommitdiff
path: root/sys/dev/ic/com.c
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1999-11-09 04:00:09 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1999-11-09 04:00:09 +0000
commit5e5bf313585557019b4eca25c977aa529dd6e86e (patch)
treec6e4769c7447bf8cbf03ba2dff4063703f0c111b /sys/dev/ic/com.c
parent3a79183fce85f19baf6ec6c17783bc808421d9b6 (diff)
in the ifdef POWERPC section, do use ppc, not p4e, for the iohandle
for the console configuration.
Diffstat (limited to 'sys/dev/ic/com.c')
-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 15b2d227707..7a233cba526 100644
--- a/sys/dev/ic/com.c
+++ b/sys/dev/ic/com.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com.c,v 1.51 1999/10/26 12:27:39 downsj Exp $ */
+/* $OpenBSD: com.c,v 1.52 1999/11/09 04:00:08 rahnds Exp $ */
/* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */
/*
@@ -1683,7 +1683,7 @@ comcnprobe(cp)
bus_space_tag_t iot = &arc_bus_io;
#else
#ifdef powerpc
- bus_space_tag_t iot = &p4e_isa_io;
+ bus_space_tag_t iot = &ppc_isa_io;
#else
bus_space_tag_t iot = 0;
#endif