From 74c86b2a6777916582c8f73f0285cec095ebc16d Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Mon, 7 Jul 1997 17:09:08 +0000 Subject: heh, yet one more... comprobe1 call fixed --- sys/arch/wgrisc/dev/com_risc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/wgrisc/dev/com_risc.c b/sys/arch/wgrisc/dev/com_risc.c index 557179e6642..df27ce67e38 100644 --- a/sys/arch/wgrisc/dev/com_risc.c +++ b/sys/arch/wgrisc/dev/com_risc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com_risc.c,v 1.1 1997/02/06 16:02:42 pefo Exp $ */ +/* $OpenBSD: com_risc.c,v 1.2 1997/07/07 17:09:07 niklas Exp $ */ /* * Copyright (c) 1993, 1994 Charles Hannum. @@ -108,7 +108,7 @@ com_risc_probe(parent, match, aux) rv = 0; goto out; } - rv = comprobe1(iot, ioh, iobase); + rv = comprobe1(iot, ioh); if (needioh) bus_space_unmap(iot, ioh, COM_NPORTS); -- cgit v1.2.3