From: niklas Date: Wed, 16 Apr 1997 23:29:28 +0000 (+0000) Subject: Missing init of a bus_space_tag X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e4981d265f22a8e4d5ac463fa27a6a9a3b699a8d;p=openbsd Missing init of a bus_space_tag --- diff --git a/sys/dev/isa/pcmcia_pcic.c b/sys/dev/isa/pcmcia_pcic.c index ae2361468b7..22df9794bee 100644 --- a/sys/dev/isa/pcmcia_pcic.c +++ b/sys/dev/isa/pcmcia_pcic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcmcia_pcic.c,v 1.14 1997/03/01 22:42:58 niklas Exp $ */ +/* $OpenBSD: pcmcia_pcic.c,v 1.15 1997/04/16 23:29:28 niklas Exp $ */ /* * Copyright (c) 1995, 1996 John T. Kohl @@ -956,6 +956,7 @@ pcicmaster_probe(parent, self, aux) * Probe the slots for each of the possible child controllers, * and if any are there we return a positive indication. */ + pcic.sc_iot = iot; pcic.sc_ioh = ioh; for (i = 0; i < 2; i++) { bzero(pcic.slot, sizeof(pcic.slot));