Missing init of a bus_space_tag
authorniklas <niklas@openbsd.org>
Wed, 16 Apr 1997 23:29:28 +0000 (23:29 +0000)
committerniklas <niklas@openbsd.org>
Wed, 16 Apr 1997 23:29:28 +0000 (23:29 +0000)
sys/dev/isa/pcmcia_pcic.c

index ae23614..22df979 100644 (file)
@@ -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));