artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa2b6e8
)
Missing init of a bus_space_tag
author
niklas
<niklas@openbsd.org>
Wed, 16 Apr 1997 23:29:28 +0000
(23:29 +0000)
committer
niklas
<niklas@openbsd.org>
Wed, 16 Apr 1997 23:29:28 +0000
(23:29 +0000)
sys/dev/isa/pcmcia_pcic.c
patch
|
blob
|
history
diff --git
a/sys/dev/isa/pcmcia_pcic.c
b/sys/dev/isa/pcmcia_pcic.c
index
ae23614
..
22df979
100644
(file)
--- a/
sys/dev/isa/pcmcia_pcic.c
+++ b/
sys/dev/isa/pcmcia_pcic.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: pcmcia_pcic.c,v 1.1
4 1997/03/01 22:42:5
8 niklas Exp $ */
+/* $OpenBSD: pcmcia_pcic.c,v 1.1
5 1997/04/16 23:29:2
8 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));