From 54ea805cb1955b930529ffa56bc4b1e1c6eaf625 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 8 Aug 1999 19:16:09 +0000 Subject: ioh is a bus_space_handle_t not a bus_space_tag_t --- sys/dev/isa/if_ef_isapnp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/isa') diff --git a/sys/dev/isa/if_ef_isapnp.c b/sys/dev/isa/if_ef_isapnp.c index 60cb3e27f36..0300c0a7d40 100644 --- a/sys/dev/isa/if_ef_isapnp.c +++ b/sys/dev/isa/if_ef_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ef_isapnp.c,v 1.3 1999/08/05 18:06:28 jason Exp $ */ +/* $OpenBSD: if_ef_isapnp.c,v 1.4 1999/08/08 19:16:08 deraadt Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -405,7 +405,7 @@ efinit(sc) { struct ifnet *ifp = &sc->sc_arpcom.ac_if; bus_space_tag_t iot = sc->sc_iot; - bus_space_tag_t ioh = sc->sc_ioh; + bus_space_handle_t ioh = sc->sc_ioh; int i; efstop(sc); -- cgit v1.2.3