diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-07-07 17:09:08 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-07-07 17:09:08 +0000 |
commit | 74c86b2a6777916582c8f73f0285cec095ebc16d (patch) | |
tree | 672766e3ef505638bd77460676180b51cf1e6c5f /sys/arch | |
parent | 74dbfb5bfd785550993cd14155b33a201afe3edf (diff) |
heh, yet one more... comprobe1 call fixed
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/wgrisc/dev/com_risc.c | 4 |
1 files 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); |