artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
537e86a
)
Fixup the condition that prevented heartbeat & co. from attaching
author
mikeb
<mikeb@openbsd.org>
Fri, 5 Aug 2016 11:36:24 +0000
(11:36 +0000)
committer
mikeb
<mikeb@openbsd.org>
Fri, 5 Aug 2016 11:36:24 +0000
(11:36 +0000)
sys/dev/pv/hyperv.c
patch
|
blob
|
history
diff --git
a/sys/dev/pv/hyperv.c
b/sys/dev/pv/hyperv.c
index
94d2147
..
ddd21e3
100644
(file)
--- a/
sys/dev/pv/hyperv.c
+++ b/
sys/dev/pv/hyperv.c
@@
-1628,7
+1628,7
@@
hv_attach_internal(struct hv_softc *sc)
int i;
TAILQ_FOREACH(ch, &sc->sc_channels, ch_entry) {
- if (ch->ch_state != HV_CHANSTATE_O
PEN
ED)
+ if (ch->ch_state != HV_CHANSTATE_O
FFER
ED)
continue;
if (ch->ch_flags & CHF_MONITOR)
continue;