diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-08-26 10:58:25 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-08-26 10:58:25 +0000 |
commit | 6abff861f5dfd71dc8ba040df583c352f5b282dc (patch) | |
tree | c5701b4daa2f8bfd1baee8da6a20c36bff230b7a /sys/arch/arc | |
parent | 10b5928379d8d902f189cc0208a8bbb28f868d0d (diff) |
Cleanup...
Diffstat (limited to 'sys/arch/arc')
-rw-r--r-- | sys/arch/arc/dev/ace.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/arc/dev/ace.c b/sys/arch/arc/dev/ace.c index 10f7939756c..a916d639098 100644 --- a/sys/arch/arc/dev/ace.c +++ b/sys/arch/arc/dev/ace.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ace.c,v 1.3 1996/07/18 17:02:00 pefo Exp $ */ +/* $OpenBSD: ace.c,v 1.4 1996/08/26 10:58:24 pefo Exp $ */ /* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */ /*- @@ -1656,16 +1656,12 @@ acecnprobe(cp) bus_io_handle_t ioh; int found; -#if 0 if (bus_io_map(bc, CONADDR, COM_NPORTS, &ioh)) { cp->cn_pri = CN_DEAD; return; } -#else ioh = CONADDR; -#endif found = comprobe1(bc, ioh, CONADDR); - bus_io_unmap(bc, ioh, COM_NPORTS); if (!found) { cp->cn_pri = CN_DEAD; return; |